The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Reversing Order Of Usernotes?
This may be a dumb and obvious question, but how would I go about reversing the order of usernotes so that the newest one is listed first?
Ive tried looking at the code in usernotes.php and have managed to get it down to this code which is determining the order... How woul I change this to reflect what Im trying to do? PHP Code:
|
#2
|
||||
|
||||
Try changing this:
PHP Code:
PHP Code:
|
#3
|
||||
|
||||
will do mate thnx for the speedy reply
|
#4
|
|||
|
|||
ORDER BY usernote.dateline DESC
will show oldest first. /works in vb 3.5.1 as well // imo should be defaulted this way. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|