The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi there,
could you please tell me how can i move the box of the statistics private messages to the top instead of the bottom of the page? screenshot: ![]() thanks. |
|
#2
|
||||
|
||||
|
Just move it in the template. The template is pm_messagelist and it looks like the area is pretty well defined with divs around what you want:
HTML Code:
<div class="block" id="foldercontrols"> <div class="blockhead"> .... </div> </div> |
|
#3
|
|||
|
|||
|
thanks Lynne, i fixed it.
|
|
#4
|
||||
|
||||
|
I'm curious as to if this can be done with a plugin. Looks like we might be able to use the private_messagelist_start hook, I'm just not familiar enough to know how to change templates using plugins.
|
![]() |
|
|