Results 1 to 6 of 6

Thread: display category

  1. #1
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default display category

    In the sub category links the links are separated by a line "<br>" which i don't want. I want the categories to be one right after the other without any spacing.

    ex. computer

    monitors

    what i want is:

    computers
    monitors

  2. #2
    Join Date
    Sep 2001
    Posts
    61

    Default

    In category.class.php change
    line 495:
    $category .= "<p>";
    to
    $category .= "<br>";

  3. #3
    Join Date
    Jun 2007
    Location
    Florida, USA
    Posts
    99

    Default Where is category.class.php ?

    I tried to find it with the search and replace software, however it did not come up... do you know where I can find that file?

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    You replied to a thread that is 6 years old. You probably won't get an answer.

  5. #5
    Join Date
    Jun 2007
    Location
    Florida, USA
    Posts
    99

    Default

    Hi Bruce,

    Wow...I didn't even realize that! Nicecoder has been around for quite some time. In any case, if anyone else knows how to do the following I would apreciate it:

    In the sub category links the links are separated by a line "<p>" which i don't particularly like as it takes too much space. I would like the sub categories to be one right after the other without any spacing.

    current set-up:

    computer

    monitors

    what I would like is:

    computers
    monitors

  6. #6
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Please create a new thread so this one can stay dead. I'll answer your question there.

Similar Threads

  1. Replies: 0
    Last Post: 05-28-2004, 04:12 AM
  2. Replies: 2
    Last Post: 05-12-2004, 10:18 PM
  3. category display
    By Hart_House in forum v5.x
    Replies: 1
    Last Post: 12-03-2001, 04:57 PM
  4. Replies: 6
    Last Post: 11-21-2001, 06:21 PM
  5. Display Category Description?
    By amanda in forum v5.x
    Replies: 0
    Last Post: 10-09-2001, 07:27 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
  •