Install plz it very useful to trace the own messages
tnxWhen you post on bigger forums and you leave the forums.When you visit again you say damn where is the thread i posted ?.This will show a user x latest threads in there usercp page.The number of threads shown is controlable by the admin and the system can be switched off.open template USERCP and find
- import usercp_threads.xml
- edit template USERCP
- set your settings vbulletin => options => usercp_thread settings
HTML Code:
<if condition="$show['forums']">
above that
HTML Code:
<if condition="$vboptions['usercpthreads_enable'] == 1">
$showlatestthreads
</if>
save the changes and look at yourforums.com/forum/usercp.php
(change(rename) *.txt to .xml )