View Full Version : Social Bookmarks..
Derek Chai
01-05-2008, 03:18 AM
How come my social book marks aren't showing up. I have vbseo and uninstalled vbcredits and I have the book marks enable in my options can someone help me fix this.
https://vborg.vbsupport.ru/external/2008/01/15.png
toonysnn
01-05-2008, 03:34 AM
So you've set "Enable Social Bookmarking" to "Yes" in Admin CP > vBulletin Options > Thread Display Options (showthread)?
If so, make sure all the bookmarks that you want enabled are enabled in Admin CP > Social Bookmarking Manager
If those are not the problem, in your "SHOWTHREAD" template, does it have this (see html)?
<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" colspan="$bookmarkcolspan">$vbphrase[bookmarks]</td>
</tr>
<tr>$bookmarksites</tr>
</table>
<!-- / social bookmarking links -->
</if>
Derek Chai
01-05-2008, 04:25 PM
Nevermind I didn't have the showthread thing.. Thanks!
Battle_Ring
06-07-2008, 07:51 PM
Mine dont show either
yeah cant get mine to show up either
RLShare
07-28-2008, 01:10 AM
Have you went through all the steps listed in the 2nd post of this thread?
denman75
09-25-2008, 02:25 PM
did the steps text is al there
but they dont show up
Jaske
01-19-2011, 01:09 AM
the above-posted html is not in my SHOWTHREAD file. should I add it?
what is there is the following code:
<vb:if condition="$bookmarksites">
<div class="options_block2">
<h4 class="blockhead">{vb:rawphrase bookmarks}</h4>
<div id="social_bookmarks_list" class="thread_info_block blockbody formcontrols floatcontainer">
<h5 class="blocksubhead">{vb:rawphrase bookmarks}</h5>
<ul class="icon_list">{vb:raw bookmarksites}</ul>
</div>
</div>
</vb:if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.