PDA

View Full Version : how can i move the box of the statistics private messages to the top?


ToNetU
01-20-2010, 12:06 PM
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: http://img258.imageshack.us/img258/4066/picture4j.png

thanks.

Lynne
01-20-2010, 01:37 PM
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:
<div class="block" id="foldercontrols">
<div class="blockhead">
....
</div>
</div>
Just move it to where you want.

ToNetU
01-20-2010, 02:33 PM
thanks Lynne, i fixed it.

Dragonsys
09-27-2010, 02:58 PM
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.