Quote:
Originally Posted by wpeloquin
i placed it as a dropdown, between the search and ratings.
Open SHOWTHREAD
find:
Code:
<if condition="$show['search']">
<td class="catnav" id="threadsearch" nowrap="nowrap">
<a href="$show[nojs_link]#goto_threadsearch">$vbphrase[search_this_thread]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if>
</td>
</if>
BELOW it, paste:
Code:
<td class="catnav" id="threadbookmark" nowrap="nowrap">
<a href="$show[nojs_link]#goto_threadbookmark">Bookmark</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadbookmark"); </script></if>
</td>
*****************
then find:
Code:
<!-- thread tools menu -->
ABOVE it, paste:
Code:
<!-- bookmark tools menu -->
<div class="vbmenu_popup" id="threadbookmark_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="$stylevar[left]">Bookmark this Thread</td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" /> <a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Del.icio.us</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" /> <a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]" target="_blank">Digg</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" /> <a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Reddit</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/stumble.png" alt="Submit to Stumble Upon" /> <a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Stumble Upon</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/facebook.gif" alt="Submit to Facebook" /> <a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Facebook</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" /> <a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Furl</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/jeqq.gif" alt="Submit to Jeqq" /> <a href="http://jeqq.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Jeqq</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><img class="inlineimg" src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" /> <a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Submit to Spurl</a></td></tr>
</table>
</div>
<!-- /bookmark tools menu -->
|
I tried this and it works but the Bookmark drop down menu is black when I click the dropdown menu it's the colors of the forum like it's supposed to be. How do I fix this I don't see a option for changing the color? Help please
http://www.frostsaber.net/forum