Results 1 to 2 of 2

Thread: related cat format ?

  1. #1
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default related cat format ?

    Hello,

    at the moment a related cat is shown with "name@" and I found this line in the category.class:

    // if related category put @ after its name
    if(in_array($cat_id,$related)) $cat_name.="@";

    But how can I change this to show a related cat like this:
    "@"blank"name" ?
    Or perhaps an image ?

    Greetings
    Frank

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

    Default

    Perhaps like this:
    // if related category put @ after its name
    if(in_array($cat_id,$related)) $cat_name = "@ ".$cat_name;

Similar Threads

  1. More than one related cat ?
    By Frank71 in forum v3.2
    Replies: 0
    Last Post: 12-27-2003, 04:59 AM
  2. Replies: 9
    Last Post: 08-15-2003, 02:37 PM
  3. Related categories ?
    By Frank71 in forum v3.2
    Replies: 1
    Last Post: 04-02-2003, 12:38 AM
  4. Replies: 1
    Last Post: 06-24-2002, 12:57 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
  •