Results 1 to 3 of 3

Thread: Put "-" instead of "," between subcategories names

  1. #1
    Join Date
    Jul 2006
    Location
    Paris, France
    Posts
    108

    Default Put "-" instead of "," between subcategories names

    I'd like to put "-" as separators between the names of the subcategories on the homepage instead of the ",".

    I think it's better when we have categories with titles composed with many words separated with commas.

    Could you please give the names of the files to modify ?

    Thanks a lot

  2. #2
    Join Date
    Jul 2006
    Location
    Paris, France
    Posts
    108

    Default

    Dody, I'm sure you knew where this damned comma was, and you did not want to tell us

    So, I found it !

    It was hidden in the lib/category.class.php file, on line 539.

    The code was :
    PHP Code:
                    $category .= "<a href=\"$sub_url\" style=\"$this->subcat_link_style\" id='cat_$sub_id'>$sub_name</a>, "
    and you have to modify it into :
    PHP Code:
                    $category .= "<a href=\"$sub_url\" style=\"$this->subcat_link_style\" id='cat_$sub_id'>$sub_name</a> - "
    It's better to use "-" intead of "," when the name of the category is composed of many words. You'll say that you can write "nuts&bolts" intead of "nuts, bolts", but in the rest of the world, lots of people don't use the "&" so frequently.

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

    Default

    Glad you found it. But it doesn't mean that i do not you want to know it
    I just too late to write a replay here.

Similar Threads

  1. Changing color of "new" and "hot"
    By Hetti in forum Indexu Lite
    Replies: 2
    Last Post: 09-10-2004, 09:46 AM
  2. Rename "Top" to "Index"
    By Robert in forum v5.x
    Replies: 2
    Last Post: 07-11-2004, 11:41 AM
  3. Replies: 1
    Last Post: 07-18-2002, 07:47 PM
  4. About " target="_blank"
    By aladdin in forum v5.x
    Replies: 6
    Last Post: 07-13-2002, 08:08 PM
  5. "Meta keyword" and "Meta description"
    By aladdin in forum v5.x
    Replies: 5
    Last Post: 05-08-2002, 12:52 AM

Posting Permissions

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