Results 1 to 2 of 2

Header Tags SEO V 3.0

This is a discussion on Header Tags SEO V 3.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; -> Corrected mistakes in the sql install files. -> Corrected mistake in includes/functions/header_tags.php. -> Added code to allow the logo ...

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Post Header Tags SEO V 3.0

    -> Corrected mistakes in the sql install files.
    -> Corrected mistake in includes/functions/header_tags.php.
    -> Added code to allow the logo text to work in STS shops.

    This is a full version.

    The support thread for Header Tags SEO is at
    http://forums.oscommerce.com/index.php?showtopic=298099

    More...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    Lurker
    Join Date
    Apr 2007
    Posts
    4
    Rep Power
    0


    Default Re: Header Tags SEO V 3.0

    Im trying to install contribution Header Tags SEO V 3.1.5 in OscmAX V2 RC3

    My main aims are too :
    Manually edit some metatags
    Create NO FOLLOW metags on some pages, so Search engines dont find (Pages I want to make available to members ONLY with links from within there account area [already have edited their account areas with links )

    Following the FIND > REPLACE ADD instructions from the Install-catalog.txt
    Im running into the problem quite often of not fininf the code I need to replace / add:

    ______
    here is one example :

    In Index.php cannot find the code
    FIND (Around line 247) ?>

    <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr>

    <td><table border="0" width="100%" cellspacing="0" cellpadding="0">


    <tr>

    <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>


    nor can find even any reference to even
    Code:
    <?php echo HEADING_TITLE;   ?>
    in either root/index.php
    or templates/fallback/content/index_default.php
    or templates/fallback/content/index_nested.php

    In root/index.php I am supposed to replace above code
    with
    /*** Begin Header Tags SEO ***/ if (isset($HTTP_GET_VARS['manufacturers_id'])) $db_query = tep_db_query("select manufacturers_htc_title_tag as htc_title, manufacturers_htc_description as htc_description from " . TABLE_MANUFACTURERS_INFO . " where languages_id = '" . (int)$languages_id . "' and manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); else

    $db_query = tep_db_query("select categories_htc_title_tag as htc_title, categories_htc_description as htc_description from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$current_category_id . "' and language_id = '" . (int)$languages_id . "'"); $htc = tep_db_fetch_array($db_query); ?> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr> <td><h1><?php echo $htc['htc_title']; ?></h1></td> <?php /*** End Header Tags SEO ***/ ?>

    Any idea where to find and replace or just simply to add?
    Thanks Mike
    Last edited by mikei777; 06-13-2009 at 05:42 AM. Reason: had used code tags and it spread the code out too much - took them out

Similar Threads

  1. Header Tags SEO V 3.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 11-28-2008, 10:02 AM
  2. Header Tags SEO V 3.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-18-2008, 10:00 AM
  3. Header Tags SEO V 3.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 05-15-2008, 10:30 AM
  4. Header Tags SEO V 3.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 04-05-2008, 09:12 AM
  5. Header Tags SEO V 3.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 04-05-2008, 08:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •