MyBB Community Forums

Full Version: Add bookmarks postbit, showtread and portal.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
bookmarks add in postbit:
[Image: mybbseoee5.jpg]
Admin Panel Template Manager-- Post Bit Templates -- postbit
find
<span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}...
after
<a rel="nofollow" href="http://digg.com/submit?phase=2&url=<archive_url>" target="_blank"><img src="images/mybbseo/digg.gif" alt="Digg this Post!" border="0" /></a>
<a rel="nofollow" href="http://del.icio.us/post?url=<archive_url>" target="_blank"><img src="images/mybbseo/delicious.gif" alt="Add Post to del.icio.us" border="0" /></a>
<a rel="nofollow" href="http://technorati.com/faves/?add=<archive_url>" target=" target="_blank"><img src="images/mybbseo/technorati.gif" alt="Bookmark Post in Technorati" border="0" /></a>
<a rel="nofollow" href="http://furl.net/storeIt.jsp?u= target=<archive_url>" target="_blank"><img src="images/mybbseo/furl.gif" alt="Furl this Post!" border="0" /></a>
<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=<archive_url>" target="_blank"><img src="images/mybbseo/blinklist.gif" alt="Add blinklist " border="0" /></a>
<a rel="nofollow" href="http://ma.gnolia.com/bookmarklet/add?url=<archive_url>" target="_blank"><img src="images/mybbseo/magnolia.gif" alt="Add Mongolia " border="0" /></a>
<a rel="nofollow" href="http://www.netscape.com/submit/?U=<archive_url>" target="_blank"><img src="images/mybbseo/netscape.gif" alt="Add Netscape " border="0" /></a>
<a rel="nofollow" href="http://www.newsvine.com/_wine/save?u= target=<archive_url>" target="_blank"><img sr target="_blank"><img src="images/mybbseo/reddit.gif" alt="Reddit! " border="0" /></a>
<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=<archive_url>" target="_blank"><img src="images/mybbseo/stumble.gif" alt="Stumble " border="0" /></a>

images in attachements. (images/mybbseo/technorati.gif)
Under Quickreplies For showthread
[Image: yerimlerifj3.jpg]
Admin Panel Template Manager-- Show Thread Templates -- showthread
find code {$quickreply} and after:
<table cellpadding="6" cellspacing="1" border="0" width="100%" class="tborder" align="center">
 <tr> <td class="thead" colspan="4"><center><strong>Bookmarks</strong></center></td> </tr> <tr><td class="tcat" width="25%" align="center" nowrap="nowrap">
<a rel="nofollow" href="http://digg.com/submit?phase=2&url=<archive_url>" target="_blank"><img src="images/mybbseo/digg.gif" alt="Digg this Post!" border="0" /></a>
<a rel="nofollow" href="http://del.icio.us/post?url=<archive_url>" target="_blank"><img src="images/mybbseo/delicious.gif" alt="Add Post to del.icio.us" border="0" /></a>
<a rel="nofollow" href="http://technorati.com/faves/?add=<archive_url>" target=" target="_blank"><img src="images/mybbseo/technorati.gif" alt="Bookmark Post in Technorati" border="0" /></a>
<a rel="nofollow" href="http://furl.net/storeIt.jsp?u= target=<archive_url>" target="_blank"><img src="images/mybbseo/furl.gif" alt="Furl this Post!" border="0" /></a>
<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=<archive_url>" target="_blank"><img src="images/mybbseo/blinklist.gif" alt="Add blinklist " border="0" /></a>
<a rel="nofollow" href="http://ma.gnolia.com/bookmarklet/add?url=<archive_url>" target="_blank"><img src="images/mybbseo/magnolia.gif" alt="Add Mongolia " border="0" /></a>
<a rel="nofollow" href="http://www.netscape.com/submit/?U=<archive_url>" target="_blank"><img src="images/mybbseo/netscape.gif" alt="Add Netscape " border="0" /></a>
<a rel="nofollow" href="http://www.newsvine.com/_wine/save?u= target=<archive_url>" target="_blank"><img sr target="_blank"><img src="images/mybbseo/reddit.gif" alt="Reddit! " border="0" /></a>
<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=<archive_url>" target="_blank"><img src="images/mybbseo/stumble.gif" alt="Stumble " border="0" /></a>
</td></tr> </table>
Caps:
[Image: mybseozn6.jpg]

Admin Panel Template Manager-- Portal Templates -- portal_announcement

find code
<td align="right" colspan="2" valign="bottom"><span class="smalltext">
and after::

<a rel="nofollow" href="http://digg.com/submit?phase=2&url={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/digg.gif" alt="Digg this Post!" border="0" /></a>
<a rel="nofollow" href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/delicious.gif" alt="Add Post to del.icio.us" border="0" /></a>
<a rel="nofollow" href="http://technorati.com/faves/?add={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target=" target="_blank"><img src="images/mybbseo/technorati.gif" alt="Bookmark Post in Technorati" border="0" /></a>
<a rel="nofollow" href="http://furl.net/storeIt.jsp?u= target={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/furl.gif" alt="Furl this Post!" border="0" /></a>
<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/blinklist.gif" alt="Add blinklist " border="0" /></a>
<a rel="nofollow" href="http://ma.gnolia.com/bookmarklet/add?url={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/magnolia.gif" alt="Add Mongolia " border="0" /></a>
<a rel="nofollow" href="http://www.netscape.com/submit/?U={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/netscape.gif" alt="Add Netscape " border="0" /></a>
<a rel="nofollow" href="http://www.newsvine.com/_wine/save?u= target={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img sr target="_blank"><img src="images/mybbseo/reddit.gif" alt="Reddit! " border="0" /></a>
<a rel="nofollow" href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}" target="_blank"><img src="images/mybbseo/stumble.gif" alt="Stumble " border="0" /></a>
-merge-