• [Mod] Let visitors to chose how to sort images(date,name,..) 5 0 5 1
Currently:  

Author Topic: [Mod] Let visitors to chose how to sort images(date,name,..)  (Read 181879 times)

0 Members and 1 Guest are viewing this topic.

Offline alvaro0022

  • Full Member
  • ***
  • Posts: 132
  • nada es imposible
    • View Profile
    • Wallpapers
Re: [Mod] Let visitors to chose how to sort images(date,name,..)
« Reply #120 on: September 04, 2011, 09:34:04 PM »
how to make work on home.html??

anyone know how to run this mod in the index and homer. Please!
« Last Edit: September 05, 2011, 07:47:02 AM by Rembrandt »

Rembrandt

  • Guest
Re: [Mod] Let visitors to chose how to sort images(date,name,..)
« Reply #121 on: September 05, 2011, 07:51:51 AM »
how to make work on home.html??
...
what do you mean?
the mod works on home.html
or mean you, how sort the "New Images"? then search in index.php:
ORDER BY i.image_date DESC
and replace:
ORDER BY ".$config['image_order']." ".$config['image_sort']."i.image_id ".$config['image_sort']."

Andi

Offline alvaro0022

  • Full Member
  • ***
  • Posts: 132
  • nada es imposible
    • View Profile
    • Wallpapers
Re: [Mod] Let visitors to chose how to sort images(date,name,..)
« Reply #122 on: September 05, 2011, 05:22:33 PM »
That's what I wanted. thank you very much!!!

What should I add or modify to work also {setperpage_dropdown_form}??

Rembrandt

  • Guest
Re: [Mod] Let visitors to chose how to sort images(date,name,..)
« Reply #123 on: September 05, 2011, 06:14:33 PM »
search in index.php:
LIMIT $num_new_images";
and replace:
LIMIT $perpage";

Offline alvaro0022

  • Full Member
  • ***
  • Posts: 132
  • nada es imposible
    • View Profile
    • Wallpapers
Re: [Mod] Let visitors to chose how to sort images(date,name,..)
« Reply #124 on: September 05, 2011, 11:57:04 PM »
ooo that simple

 excuse my ignorance

 thank you very much