Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Submission buttons. eg Clesto, Digg, Del icio us. Details »»
Submission buttons. eg Clesto, Digg, Del icio us.
Version: 1.00, by Adrian. Adrian. is offline
Developer Last Online: Feb 2014 Show Printable Version Email this Page

Version: 3.6.0 Rating:
Released: 08-05-2006 Last Update: 12-21-2006 Installs: 154
Template Edits
 
No support by the author.

Submission Buttons.

By Adrian at Dream It.
Inspired by SecondV, from vBulletin version v3.4.5.

What does it do?
This small template modification adds a button to Clesto, Digg and others, when clicked it will take you to the submission pages on the chosen site,

and it will automatically have the URL loaded on the submission form.

A great way to boost your traffic.

Notes:
Thanks to ShackMaster for the Spurl icon. It has being included in the vBsubmission.zip

Installalation

Download the vBsubmission.zip

Extract it.

Upload all the images to /images/buttons/ on your server.

--

Login into your Admin Panel.

Go to Styles and Templates > Style Manager > (Choose the appropiate theme) Select Edit Templates from the dropdown list.

Find the template:
Postbit Templates >>
postbit_legacy

FIND:
HTML Code:
$post[iplogged]
ADD BELOW: Note: Not all of these are needed, if you prefer to only have two, get rid of the rest. Clesto and Digg recommended.

HTML Code:
<!-- Clesto -->
<a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /></a>

<!-- Digg -->
<a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]" target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /></a>

<!-- Reddit -->
<a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- Furl -->
<a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- Dec icio us -->
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /></a>

<!-- Jeqq -->
<a href="http://jeqq.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/jeqq.gif" alt="Submit to Jeqq" border="0" /></a>

<!-- Spurl -->
<a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a>
SAVE TEMPLATE.

--

Find the template: Optional: Depending if you have the "Use Legacy (Vertical) Postbit Template" Set to No.
Postbit Templates >>
postbit

FIND:
HTML Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
ADD BELOW:

HTML Code:
<!-- Clesto -->
<a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /></a>

<!-- Digg -->
<a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]" target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /></a>

<!-- Reddit -->
<a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- Furl -->
<a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- Dec icio us -->
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /></a>

<!-- Jeqq -->
<a href="http://jeqq.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/jeqq.gif" alt="Submit to Jeqq" border="0" /></a>

<!-- Spurl -->
<a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a>
SAVE TEMPLATE.

Done.

That's it, easy.

Edit: Added Jeqq.com per request.

Enjoy.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 10-22-2007, 05:52 AM
saketkhanna saketkhanna is offline
 
Join Date: Oct 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sduckie2k5 View Post
Anyone?
This is what I did to get it:

Original code:

PHP Code:
<!-- controls above postbits -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]border="0" /></if></a
Added this below it:

PHP Code:
<!-- DiggTagClesto etc -->
</
td>
<
td class="smallfont" align="right">


        &
nbsp;
        <!-- 
ThreadTag -->
<
a href="http://www.threadtag.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/threadtag.png" alt="Tag This Thread" border="0" /></a>
        
<!-- 
Clesto -->
<
a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /></a>

<!-- 
Digg -->
<
a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /></a>

<!-- 
Reddit -->
<
a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- 
Furl -->
<
a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- 
Dec icio us -->
<
a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /></a>

<!-- 
Spurl -->
<
a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a

<!-- / 
DiggTagClesto etc --> 
Reply With Quote
  #93  
Old 10-26-2007, 08:26 PM
sduckie2k5 sduckie2k5 is offline
 
Join Date: Oct 2005
Location: Colorado
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by saketkhanna View Post
This is what I did to get it:

Original code:

PHP Code:
<!-- controls above postbits -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]border="0" /></if></a
Added this below it:

PHP Code:
<!-- DiggTagClesto etc -->
</
td>
<
td class="smallfont" align="right">


        &
nbsp;
        <!-- 
ThreadTag -->
<
a href="http://www.threadtag.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/threadtag.png" alt="Tag This Thread" border="0" /></a>
        
<!-- 
Clesto -->
<
a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /></a>

<!-- 
Digg -->
<
a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /></a>

<!-- 
Reddit -->
<
a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- 
Furl -->
<
a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- 
Dec icio us -->
<
a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /></a>

<!-- 
Spurl -->
<
a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadidtarget="_blank"><img class="inlineimg"  

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a

<!-- / 
DiggTagClesto etc --> 

Thank you for your help, I will test that out.
Reply With Quote
  #94  
Old 11-04-2007, 05:58 PM
sefa sahin sefa sahin is offline
 
Join Date: May 2007
Location: istanbul
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by connecsions View Post
Another site, Facebook. Here's the code.

Code:
<!-- Facebook -->
<a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  

src="/images/buttons/facebook.gif" alt="Submit to Facebook" border="0" /></a>
The image is attached. Upload it to your /images/buttons directory.

Enjoy!
Hey it's really great ! thanks dued
But there was some kind a button problem. I'd fixed it.


Code:
<!-- Facebook -->
<a href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$post[threadid]" target="_blank"><img class="inlineimg"  
src="$stylevar[imgdir_button]/facebook.gif" alt="Submit to Facebook" border="0" /></a>
Thanks again...
Reply With Quote
  #95  
Old 01-28-2008, 05:53 AM
cw_ cw_ is offline
 
Join Date: Dec 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ND4SPD View Post
Yeah, all you have to do is move the code to below the <!-- controls --> line in your postbit or postbig_legacy.
Yes, that worked well.

Quote:
Originally Posted by bplinson View Post
I am not good with graphics so maybe someone can clean this one up a bit so that the white does not show around the edges.
Reply With Quote
  #96  
Old 02-03-2008, 07:59 PM
wpeloquin wpeloquin is offline
 
Join Date: May 2006
Location: Behind you...
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
  #97  
Old 02-15-2008, 06:13 PM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DPSR View Post
Very nice, i made one for my site a month back with a drop down menu.. if somebody need it i can share it

Excellent hack Adrian.
please share it with me...

Thanks..
Reply With Quote
  #98  
Old 02-18-2008, 02:40 AM
hrk hrk is offline
 
Join Date: May 2007
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this vb3.7 compatible ?

thanks
Reply With Quote
  #99  
Old 02-19-2008, 10:42 AM
hrk hrk is offline
 
Join Date: May 2007
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi there,

any 3.7 version available ?

thanks
Reply With Quote
  #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
  #101  
Old 03-15-2008, 09:27 PM
xxshatteredsoul's Avatar
xxshatteredsoul xxshatteredsoul is offline
 
Join Date: Jan 2005
Location: USA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Figured out the problem you need to change
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>
to
Code:
		<td class="vbmenu_control" 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>
catnav needs to be changed to vbmenu_control for vB 3.6.8 not sure if this is different for other versions but that fixed my problem incase anyone else is having that same error I did where the background would be black.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09617 seconds
  • Memory Usage 2,426KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (12)bbcode_code
  • (4)bbcode_html
  • (4)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete