Quote:
Originally Posted by theothersully
Thanks. I know it seems little redundant to show them after each post, but it seems more logical to share a post with someone than a thread IMO.
I'm not a big fan of vB's bar at the bottom with the links. If anything, it should be at the top of the page.
I'll give your suggestion a try. Thanks.
|
You should be able to modify the showthread template find
Code:
<if condition="$bookmarksites">
<!-- social bookmarking links -->
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
<tr>
<td class="thead">$vbphrase[bookmarks]</td>
</tr>
<tr>
<td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
</tr>
</table>
<!-- / social bookmarking links -->
</if>
Remove that and place after
Demo:
http://seovb.com/forums/showthread.php?p=5#post5