|
Threads List in PostBit
This modification is in the archives.
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: Code:
<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> Code:
<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 link if you have installed this mod. Download
This modification is archived, downloads are still allowed. Supporters / CoAuthors
Screenshots |
|||||||||
Similar Mods
| Add member to IGNORE list in Postbit dropdown | vBulletin 3.6 Template Modifications |
| [Postbit] Add to ignore list in as a buttom. | vBulletin 2.x Template Modifications |