Results 1 to 4 of 4

Thread: category issue

  1. #1
    Join Date
    Dec 2004
    Posts
    65

    Default category issue

    Hey,

    On the category pages, how do I change the category path of the Top link.

    Example : I have this category path : Top > Automotive. I want the Top link to point to www.mysiteurl.com and not to www.mysiteurl.com/index.php. I also want to change the name of the link from Top to My Site's Name.

    Can anyone help ?

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    To change 'Top', edit /lang/english.php
    Code:
      $lang['top']                         = 'Top';
    To change category separator, edit /themes/kosmos/setting.php
    Code:
    $category_separator     = " > ";
    To remove index.php from Top link, edit browse.php line 131
    Code:
        $category_path                 =
          "<a href=\"index.php\">" . $msg["10011"] . "</a>" . $category_obj->separator
          . $category_path;

  3. #3
    Join Date
    Dec 2004
    Posts
    65

    Default

    Quote Originally Posted by dody
    To change 'Top', edit /lang/english.php
    Code:
      $lang['top']                         = 'Top';
    To change category separator, edit /themes/kosmos/setting.php
    Code:
    $category_separator     = " > ";
    To remove index.php from Top link, edit browse.php line 131
    Code:
        $category_path                 =
          "<a href=\"index.php\">" . $msg["10011"] . "</a>" . $category_obj->separator
          . $category_path;
    Thank you dody for the fast reply.

    In the browse.php file, what shouold I replace index.php with ? will the / character work?

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

Similar Threads

  1. 404 Issue
    By blacknight in forum v5.x
    Replies: 6
    Last Post: 07-24-2006, 04:11 AM
  2. Email Issue
    By tradesquare in forum v5.x
    Replies: 0
    Last Post: 05-15-2006, 02:30 PM
  3. Issue, on the issue tracking ;)
    By inspireme in forum v5.x
    Replies: 6
    Last Post: 02-27-2005, 05:31 AM
  4. Cookies issue
    By MikeMc in forum v5.x
    Replies: 1
    Last Post: 07-28-2002, 11:33 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
  •