View Single Post
  #100  
Old 03-15-2008, 09:20 PM
xxshatteredsoul's Avatar
xxshatteredsoul xxshatteredsoul is offline
 
Join Date: Jan 2005
Location: USA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wpeloquin View Post
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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01146 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete