Quote:
Originally Posted by djmac
This is a great MOD job well done. How can I add this to my BLOG. I added it to the CMS BINGO! Works great.
|
Go to the "blog_show_entry" template.
Find:
Code:
{vb:raw bookmarksites}
add the code DIRECTLY before that (after <p class="bookmarks">)
One thing to note, this will only display in that location if bookmarks are turned ON in the admin cp settings. If bookmarks are turned on I think it looks best there
If you would like to have this button in the blogs but DO NOT want to have the bookmarks turned on, you would need to move it outside that conditional statement. So instead...
find:
Code:
<div class="blogcontrol fly">
and add the code right after it