Author Topic: Change number of Thumnails that appear in row(not fixed)  (Read 5308 times)

0 Members and 1 Guest are viewing this topic.

Offline Albert

  • Newbie
  • *
  • Posts: 45
    • View Profile
Change number of Thumnails that appear in row(not fixed)
« on: September 18, 2006, 06:10:50 AM »
In the control panel there is an option where you can change Image Table Cells(where you specify the number of Cells you want per row).

What I wanted is for this number not to be fixed, so the browser would ajust automaticaly(Kind of like word wrap) the thumbnails, as you shirnk and maximize your browser window.

Example can be found here:

         http://www.istockphoto.com/file_search.php?action=file&text=countries

I know this isn't something hard to do, but I just have absolutely no knowledge of programim, I woudn't know where to start... If someone can help, I'd really apreciated it.

Cheers,

Albert
« Last Edit: September 18, 2006, 09:53:09 AM by Albert »

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Change number of Thumnails that appear in row(not fixed)
« Reply #1 on: September 18, 2006, 06:50:56 PM »
... for new images on index-page change (or remove) the table-code for $new_images in index.php in ...
Code: [Select]
//-----------------------------------------------------
//--- Show New Images ---------------------------------
//-----------------------------------------------------

... for category images on category-pages change (or remove) the table-code for $thumbnails in categories.php in ...
Code: [Select]
//-----------------------------------------------------
//--- Show Images -------------------------------------
//-----------------------------------------------------

... that there are no cells ... and the thumbnail_bit.html will not fixed shown ...  :wink:
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Albert

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Change number of Thumnails that appear in row(not fixed)
« Reply #2 on: September 18, 2006, 09:39:40 PM »
Code: [Select]
... for new images on index-page change (or remove) the table-code for $new_images in index.php in ...
Code:
//-----------------------------------------------------
//--- Show New Images ---------------------------------
//-----------------------------------------------------

Ok, I can remove everything on this Show new Images section???  I really don't know any programim in order to know what I can, or cannot change...  Thanks for the help, I will try to change a few things to see if it works...  But if anyone can give me a hand I will really apreciate it!!!

Thanks for the help!!!!!!!d  :lol:

cheers,

Albert
« Last Edit: September 30, 2006, 09:02:53 AM by Albert »

Offline Albert

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Change number of Thumnails that appear in row(not fixed)
« Reply #3 on: September 27, 2006, 06:24:57 AM »
Can anyone help?