Author Topic: Is this possible to have two thumbnail_bit?  (Read 4018 times)

0 Members and 1 Guest are viewing this topic.

Offline jamstave

  • Newbie
  • *
  • Posts: 49
    • View Profile
Is this possible to have two thumbnail_bit?
« on: February 26, 2006, 07:17:46 PM »
Hi...Is this possible to have two thumbnail_bit because i need one thumbnail_bit for search page and other one for home and categories if it's possible please some tell me how do i do this.
JamStave.

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: Is this possible to have two thumbnail_bit?
« Reply #1 on: February 26, 2006, 07:27:35 PM »
in search.php find:
Code: [Select]
    $thumbnails .= $site_template->parse_template("thumbnail_bit");Replace with:
Code: [Select]
    $thumbnails .= $site_template->parse_template("thumbnail_search_bit");Create new thumbnail_search_bit.html template
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 jamstave

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: Is this possible to have two thumbnail_bit?
« Reply #2 on: February 26, 2006, 07:35:06 PM »
Tthanks V@no for the help.

Jamstve.

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: Is this possible to have two thumbnail_bit?
« Reply #3 on: February 27, 2006, 07:20:30 AM »
I use some similar for the new images :D
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.