The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Submission buttons. eg Clesto, Digg, Del icio us. Details »» | |||||||||||||||||||||||||||
Submission buttons. eg Clesto, Digg, Del icio us.
Developer Last Online: Feb 2014
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] 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> -- 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> 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> Done. That's it, easy. Edit: Added Jeqq.com per request. Enjoy. Show Your Support
|
Comments |
#92
|
|||
|
|||
This is what I did to get it:
Original code: PHP Code:
PHP Code:
|
#93
|
|||
|
|||
Quote:
Thank you for your help, I will test that out. |
#94
|
|||
|
|||
Quote:
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> |
#95
|
|||
|
|||
Quote:
|
#96
|
|||
|
|||
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> 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 --> 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 --> |
#97
|
|||
|
|||
Quote:
Thanks.. |
#98
|
|||
|
|||
does this vb3.7 compatible ?
thanks |
#99
|
|||
|
|||
hi there,
any 3.7 version available ? thanks |
#100
|
||||
|
||||
Quote:
http://www.frostsaber.net/forum |
#101
|
||||
|
||||
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> 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> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|