Author Topic: [TUT] Unterkategorie Anzeige in Thumbnails / Subcategory display in thumbnails  (Read 3619 times)

0 Members and 1 Guest are viewing this topic.

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
 
in includes/functions.php find:    "image_file_name" => $image_row['image_media_file'],


Insert below:    "image_path" => get_category_path($image_row['cat_id'], 1),


In thumbnail_bit.html template use {image_path} tag.

(c) by V@no
« Last Edit: November 04, 2015, 09:43:24 PM by Sumale.my »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Unterkategorie Anzeige in Thumbnails / Subcategory display in thumbnails
« Reply #1 on: October 24, 2008, 02:41:44 PM »
What is your suggestion it should display?

as an example, if the image in:
main category / sub category 1 / sub category 2 / sub category 3 / sub category 4 / sub category 5
?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Unterkategorie Anzeige in Thumbnails / Subcategory display in thumbnails
« Reply #2 on: October 24, 2008, 08:45:29 PM »
in includes/functions.php find:    "image_file_name" => $image_row['image_media_file'],


Insert below:    "image_path" => get_category_path($image_row['cat_id'], 1),


In thumbnail_bit.html template use {image_path} tag.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)