The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Social Bookmarks..
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.
|
#2
|
|||
|
|||
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)? HTML 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" colspan="$bookmarkcolspan">$vbphrase[bookmarks]</td> </tr> <tr>$bookmarksites</tr> </table> <!-- / social bookmarking links --> </if> |
#3
|
|||
|
|||
Nevermind I didn't have the showthread thing.. Thanks!
|
#4
|
|||
|
|||
Mine dont show either
|
#5
|
|||
|
|||
yeah cant get mine to show up either
|
#6
|
|||
|
|||
Have you went through all the steps listed in the 2nd post of this thread?
|
#7
|
|||
|
|||
did the steps text is al there
but they dont show up |
#8
|
||||
|
||||
the above-posted html is not in my SHOWTHREAD file. should I add it?
what is there is the following code: 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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|