Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2012
    Location
    Buenos Aires
    Posts
    35
    Plugin Contributions
    0

    Default Duplicated dynamic title

    Hello. I need your help.
    I read the topic http://www.zen-cart.com/showthread.p...e-needed/page6 and put the code what anjordan77
    gave.
    HTML Code:
    <title><?php $slashpos = strrpos($_SERVER['REQUEST_URI'],"/");
    if ($slashpos === false || $slashpos == strlen($_SERVER['REQUEST_URI'])) {
    $thispage = $_SERVER['REQUEST_URI'];
    }
    else
    {
    $thispage = substr($_SERVER['REQUEST_URI'],$slashpos+1,strlen($_SERVER['REQUEST_URI'])-1);
    }
    if ($thispage == "index.php" || $thispage == "index.php?main_page=index" || $thispage == "") {
    echo 'All Paintball Supplies - Paintball Guns, Marker, Clothes, Barrels, Paintballs, Paintball Gear, Paintball Hoppers - All Paintball Supplies';
    }
    else
    {
    echo '' . META_TAG_TITLE . '' ;
    } ?>
    </title>
    Could you tell me how to remove the part of the code that duplicates the title. Or exist other ways to fix it?
    For example if the title “Earrings Studs Dragonfly in Sterling Silver“, this part is repeated twice, it generates title
    <title>Earrings Studs Dragonfly in Sterling Silver Earrings Studs Dragonfly in Sterling Silver [] - $12.00 : $title, Unique handmade gifts: knitting things and jewelry. Supplies, vintage.</title>

    Also interesting what the last part of Title I had in two folders
    html/includes/languages/english/header.php and
    html/includes/languages/english/meta_tags.php
    I change this text in both folders, but draw the old text.
    Certainly this is an ingenious code, but could somebody explain in which folders to make changes the text?

  2. #2
    Join Date
    Nov 2012
    Location
    Buenos Aires
    Posts
    35
    Plugin Contributions
    0

    Default Re: Duplicated dynamic title

    My site to see the problem http://www.giftseshop.com/

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Duplicated dynamic title

    I could not a post by anjordan77 in the thread you listed??

  4. #4
    Join Date
    Nov 2012
    Location
    Buenos Aires
    Posts
    35
    Plugin Contributions
    0

    Default Re: Duplicated dynamic title

    Cobra, I don’t understand what you mean. Sorry, English is my second language.

    In any case, I have already partially solved the problem. I needed to remove the price now. I think the price here is not to be.
    Can somebody tell me how to remove the price?

  5. #5
    Join Date
    Nov 2012
    Location
    Buenos Aires
    Posts
    35
    Plugin Contributions
    0

    Default Re: Duplicated dynamic title

    I don’t understand. In some listings titles duplicates disappeared, and in some stayed. And some titles tags are empty ones.

  6. #6
    Join Date
    Nov 2012
    Location
    Buenos Aires
    Posts
    35
    Plugin Contributions
    0

    Default Re: Duplicated dynamic title

    The question is not actual.
    Today I understand how to do. And I understand why nobody answers- because it’s SO SIMPLE that nobody wants to waste time

  7. #7
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Duplicated dynamic title

    Quote Originally Posted by Lanadearg View Post
    Today I understand how to do. And I understand why nobody answers- because it’s SO SIMPLE that nobody wants to waste time
    For future reference, it wasn't because the answer was so simple that you didn't get a reply, it was more a matter of us not understanding the question/problem.

    Many of us will answer questions no matter how 'simple' they may be. :)

    Cheers
    Rod

 

 

Similar Threads

  1. how to change dynamic elements in page title?
    By AoyamaJPN in forum Basic Configuration
    Replies: 6
    Last Post: 26 May 2011, 02:57 AM
  2. Product name duplicated in browser title bar
    By ckosloff in forum General Questions
    Replies: 13
    Last Post: 11 Mar 2010, 06:26 PM
  3. meta tag title duplicated
    By slingman in forum General Questions
    Replies: 4
    Last Post: 8 Sep 2006, 05:21 PM
  4. Dynamic Title Tag
    By wbauchus in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 May 2006, 09:13 PM

Posting Permissions

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