The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a groups page where the user can add a quick reply. I have moved comment box to the top of the page above the comments, and have reversed the order of the comments so that the newest ones are on top.
How do I modify the ajax so that it will post the new comment at the top of the list instead of the bottom? Thanks |
#2
|
|||
|
|||
![]()
Edit the template socialgroups_discussionview and find this:
Code:
<script type="text/javascript"> <!-- var quick_comment = new vB_QuickComment("message_form", {vb:raw vboptions.postminchars}, 'DESC'); //--> </script> abd change the 'DESC' to 'ASC'. |
#3
|
|||
|
|||
![]()
Thanks!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|