Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

which files in meta tag mod to replace text in


greysun

Recommended Posts

I am trying to install the meta Mod. I have one problem. Figuring out which files contain the title tag that needs to be replaced. The usual programs arent working. ie ultraedit etc.

 

I also tried using windows search within file. again its not finding anything

 

Anyone have any ideas on how to figure out which files? Or does anyone know which files to make the changes too?

Link to comment
Share on other sites

There is a typo in the text you are searching for.

 

Look for:

<title><?php echo TITLE; ?></title>

 

The readme file left out the semi-colon in the line to search for. :shock:

Link to comment
Share on other sites

  • 1 year later...

when I replace the <title><?php echo TITLE; ?></title>

 

When I replace, do i leave the bold as is, or do i have to add a ; semicolon

<?php

// BOF: Header Tag Controller v1.0

// Replaced by header_tags.php

if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {

require(DIR_WS_INCLUDES . 'header_tags.php');

} else {

?>

<title><?php echo TITLE ?></title><?php

}

// EOF: Header Tag Controller v1.0

?>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...