vBsociable

mammu

New Member
vBsociable
I want this hack.
Or some other hack which works similar for social bookmarking in threads and posts.
Thank you.
 
I know but that file is too big...
Anyway I downloaded it.

BTW I installed it and I can't see icons.
I upload the images found in images/buttons/ to my images/buttons/ folder.

vbsociableprob.jpg


Also is there any way to make its icons appear in post after the post contents?
 
Sounds cool. How do I install?

1. Upload the images found in images/buttons/ to your images/buttons/ folder.
2. Import the product, product-vBsociable.xml
3. Make the following template edits:
SHOWTHREAD

Find:
HTML Code:
Code:
      	<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
      		<a href="$show[nojs_link]#goto_threadtools"<if condition="is_browser('ie')"> accesskey="3"</if>>$vbphrase[thread_tools]</a>
      		<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadtools"); </script></if>
      	</td>
Add before:
HTML Code:
Code:
      	<if condition="$show['vBsociable']">
      	<td class="vbmenu_control" id="vBsociable" nowrap="nowrap">
      		<a href="$show[nojs_link]#goto_vBsociable">$vbphrase[vBsociable]</a>
      		<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("vBsociable"); </script></if>
      	</td>
      	</if>
Find:
HTML Code:
Code:
      <!-- thread tools menu -->
Add before:
HTML Code:
Code:
      <if condition="$show['vBsociable']">
      <!-- vBsociable menu -->
      <div class="vbmenu_popup" id="vBsociable_menu" style="display:none">
      	<table cellpadding="4" cellspacing="1" border="0">
      	<tr>
      		<td class="thead">$vbphrase[vBsociable]<a name="goto_vBsociable"></a></td>
      	</tr>
      	<tr>
      		<td class="vbmenu_option">$vbphrase[vBsociable_submit]</td>
      	</tr>
      	$vBsociablebits
      	</table>
      </div>
      <!-- / vBsociable menu -->
      </if>
4. Set options in AdminCP > vBulletin Options > Tread Display Options (showthread)
 
Yes I followed these steps but I want those to be visible directly on posts.
Like this for eg see attachment.

Or do you know any other hack similar to it?
 
Back
Top