Quote:
Originally Posted by TrailRecon
That is a great idea!
I added it to the article pages!
Here is a DEMO: CLICK HERE
If you wanna do it this same way...
Go to the "vbcms_content_article_page" template
Find:
Code:
<vb:if condition="$comment_block">
<div class="article_rating_container">
<a href="{vb:raw page_url}#comments" rel="nofollow">{vb:raw comment_count} <vb:if condition="$comment_count == '1'">{vb:rawphrase comment}<vb:else />{vb:rawphrase comments}</vb:if></a>
<img src="{vb:raw vboptions.bburl}/{vb:stylevar imgdir_misc}/comment.png" alt="{vb:rawphrase comments}" border="0" />
</div>
</vb:if>
</div>
And below that </div> tag add the button code:
Code:
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
Just did some testing on my site but in a bunch of configurations it appears to be trouble free

|
Hi, it work not in vb 4.0.8 hat i have to do?