Svizy
Support Team
Posts: 1,374
Joined: Aug 2009
Reputation: 7
MyBux: 258
|
RE: Signature Gallery
Yet another fantastic plugin! I currently don't need it (not that much members), but if I will I'm sure I'm going to use it without further consideration
Reputation is not given, its earned for awesome contributions!
|
|
| 01-12-2010 11:02 PM |
|
FBI
Premium User
Posts: 6
Joined: Feb 2009
Reputation: 0
MyBux: 100
|
RE: Signature Gallery
Lets go fun with Nick
I know, you (admin/visitor) may get boring with signature sort by UID rather than LASTVISIT.
Especially, If you have thousands of members using signature.
Do this trick:
open the file siggalery.php
and find this
Code:
SELECT uid,username,signature
then replace with this
Code:
SELECT uid,username,signature,lastactive
and then in the same line code
add this
Code:
ORDER BY lastactive DESC
before
Enjoy..
You will see various signatures from the last active members, different from page to page (depend on your forum activities)
|
|
| 03-09-2010 05:06 AM |
|