Author Topic: Category Images  (Read 7674 times)

0 Members and 1 Guest are viewing this topic.

Offline r0c

  • Newbie
  • *
  • Posts: 10
    • View Profile
Category Images
« on: September 05, 2005, 04:49:57 PM »
Hey

Is it Possible with a mod to add a thumbnail under the category name ?
so if you open the index.php and there is a category called "Pics" and under the name of the category is this little thumbnail and then you can click on the name of the category and you will see the category ?
thanks a lot

TheOracle

  • Guest
Re: Category Images
« Reply #1 on: September 05, 2005, 05:47:18 PM »
That would require too much extensive codings. Sorry.

Offline Xyu BAM

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Re: Category Images
« Reply #2 on: September 05, 2005, 06:21:49 PM »
there are three different codes for this:
1) build-in random image for each category (edit category_bit.html and uncomment commented lines)
2) static icon for each category by SLL (I belive its in templates forum as a "sticky" topic)
3) MOD "Category image" by V@no

Offline Steel Rat

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • Infinite Realities
Re: Category Images
« Reply #3 on: September 07, 2005, 05:11:02 PM »
BAM, do you mean that you have to do all three to get the images to show?

Offline Xyu BAM

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Re: Category Images
« Reply #4 on: September 08, 2005, 01:52:30 AM »
No, I ment you have a choice of three different ways to do it ;)

Offline Steel Rat

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • Infinite Realities
Re: Category Images
« Reply #5 on: September 08, 2005, 02:03:31 AM »
No, I ment you have a choice of three different ways to do it ;)

Hmm, ok, I uncommented the one line in category_bit.html and nothing different happened.

Offline Xyu BAM

  • Full Member
  • ***
  • Posts: 145
    • View Profile
Re: Category Images
« Reply #6 on: September 08, 2005, 02:09:11 AM »
I belive u must enable RANDOM_CAT_IMAGE (or something simular) in constants.php

Offline Steel Rat

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • Infinite Realities
Re: Category Images
« Reply #7 on: September 08, 2005, 02:58:07 AM »
I belive u must enable RANDOM_CAT_IMAGE (or something simular) in constants.php

Yeah, that works, Thanks! Though I had to add a width to the line in the html file, otherwise it was showing the full-sized thumbnail. Also still shows the folder icon, and since I still have some empty categories I'll have to stick with the folder icon for now.

Thanks for the info, though.