2010-04-07, 04:34 AM
Share thread forum view:
This will add social buttons to each thread on forum view.
Example:
Go to ACP >> Templates & Style >> Templates >> Theme your using >> Forum Display Templates >> forumdisplay_thread
and then paist this code aboth "{$rating}"
Then go to ACP >> Templates & Style >> Templates >> Theme your using >> Forum Display Templates >> forumdisplay_threadlist
and then paist this code aboth "{$ratingcol}"
Need any help or more buttons just ask.
This will add social buttons to each thread on forum view.
Example:
Go to ACP >> Templates & Style >> Templates >> Theme your using >> Forum Display Templates >> forumdisplay_thread
and then paist this code aboth "{$rating}"
<td align="center" width="100px" class="{$bgcolor}"><a href="http://twitter.com/home?status=Check+out+{$mybb->settings['bburl']}/{$thread['threadlink']}+on+demo+board"><img src="http://icons3.iconfinder.netdna-cdn.com/data/icons/web2/Icons/Twitter_24x24.png" alt="" /></a>
<a href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/{$thread['threadlink']}"><img src="http://icons3.iconfinder.netdna-cdn.com/data/icons/web2/Icons/FaceBook_24x24.png" alt="" /></a></td>
Then go to ACP >> Templates & Style >> Templates >> Theme your using >> Forum Display Templates >> forumdisplay_threadlist
and then paist this code aboth "{$ratingcol}"
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong>Share</strong></span></td>
Need any help or more buttons just ask.