TheRed
04-20-2007, 10:00 PM
Description:
This mod will display in postbit, a list of recents threads a member have created.
Note: I have not tested how this will look on forums using a normal postbit type. Though, it should work regardless of the type of postbit.
Installation:
Get the attached xml product, install it on your vB forums 3.6.x through the "Products Manager", and commit the following template change:
In postbit_legacy template.
Find:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
Below that, Add:
<br />
<div id="mythreads_$post[postcount]">
<u>
<strong>My Threads</strong>
</u>
<script type="text/javascript">vbmenu_register("mythreads_$post[postcount]", true); </script>
<img src="$stylevar[imgdir_misc]/menu_open.gif">
<div class="vbmenu_popup" id="mythreads_$post[postcount]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">My Threads</td>
</tr>
$mythreadsbits
</table>
</div>
</div>
Please, don't forget to click on the INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=145390) link if you have installed this mod. :)
This mod will display in postbit, a list of recents threads a member have created.
Note: I have not tested how this will look on forums using a normal postbit type. Though, it should work regardless of the type of postbit.
Installation:
Get the attached xml product, install it on your vB forums 3.6.x through the "Products Manager", and commit the following template change:
In postbit_legacy template.
Find:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
Below that, Add:
<br />
<div id="mythreads_$post[postcount]">
<u>
<strong>My Threads</strong>
</u>
<script type="text/javascript">vbmenu_register("mythreads_$post[postcount]", true); </script>
<img src="$stylevar[imgdir_misc]/menu_open.gif">
<div class="vbmenu_popup" id="mythreads_$post[postcount]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">My Threads</td>
</tr>
$mythreadsbits
</table>
</div>
</div>
Please, don't forget to click on the INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=145390) link if you have installed this mod. :)