Quote:
Originally Posted by frogster
Hi VonDoom,
Great mod! I see on your screenshots that you also have the "promote/bookmarks" added to the top of each post. Can you possibly share with us (non-coders) in what section you would add that in VB4?
Thanks in advance!
|
Thanks, and thank you for your patience. Anyways to answer your question.
In the SHOWTHREAD template find:
Code:
<div id="thread_controls" class="thread_controls">
<div>
Add Below
Code:
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_106_16.gif" width="106" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
This code is the same as the original, except that it has a different "img" for the showthread template.