Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Bombed Social Bookmarks Details »»
Bombed Social Bookmarks
Version: 1.00, by DieselMinded DieselMinded is offline
Developer Last Online: Dec 2019 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.7.x Rating:
Released: 07-03-2008 Last Update: Never Installs: 90
Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Bomb = Better Off Modified Baby
And Everything is Better BOMBED!


On a Wild Goose Chase for More Social Bookmarks , I was forced to do it my self

I have personally Tested each one , out of every 10 Social Bookmarking Sites maybe 6 would work . ALL THESE WORK !!

This Mod is a Combination of Various Mods i have came across , and i fixed there codes and re did there files , A lot of the Social Bookmarking Sites did not have a Image Available so i Had to Make them .

The Social Bookmark Sites i have Complied are the Highest PR Social Bookmarked Sites

Template Edit :

Styles & Templates -> Style Manager -> Show Thread Templates -> showthread_bookmarksite

Replace everything with this...

Code:
<li class="smallfont" style="min-width:25px; float:$stylevar[left]; margin-top:$stylevar[cellpadding]px">
    <if condition="$bookmarksite['iconpath']">
        <a href="$bookmarksite[link]" target="socialbookmark"><img src="$stylevar[imgdir_misc]/$bookmarksite[iconpath]" border="0" title="Bookmark Thread to $bookmarksite[title]" class="inlineimg" /></a>
    </if>
    <!-- <a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a> -->
</li>



TO CENTER THE ICONS

Styles & Templates -> Style Manager -> Show Thread Templates -> SHOWTHREAD

ADD THE RED CODE

Code:
<!-- social bookmarking links -->
	<br />
	<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
	<tr>
		<td class="thead">$vbphrase[bookmarks]</td>
	</tr>
	<tr>
		<td class="alt2" align="center" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
	</tr>
	</table>
<!-- / social bookmarking links -->

Download the Zip File , Extract it

Upload all Image files (But the Demo) to

root/images/misc/

No Go to vBulletin Options and Select Social Bookmarking Manager

Refer to the .txt file for each code add them all 1 by 1

Check your Show Thread and make sure you have the file paths correct

Thats It Enjoy !

FYI: The Only Wire Bookmark is a Multiple Bookmarker as Admin this will be the one you would want to use, you will still need to sign up for the included bookmarks sites , but once you do you can submit your pages to all of them at once .

Show Your Support

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

Comments
  #72  
Old 01-16-2009, 09:13 PM
Ghost Shadow's Avatar
Ghost Shadow Ghost Shadow is offline
 
Join Date: Aug 2005
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much...INSTALLED...looks great!!
Reply With Quote
  #73  
Old 02-05-2009, 08:03 PM
Armyqt Armyqt is offline
 
Join Date: Jan 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a cool mod. Thanks!! However, I cannot get the icons to center. They are all to the left. I only added 6. Any assistance is appreciated.
Reply With Quote
  #74  
Old 03-03-2009, 01:11 AM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to get icons to be in the center do this.

In SHOWTHREAD find:
Code:
<!-- social bookmarking links -->
	<br />
	<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
	<tr>
		<td class="thead">$vbphrase[bookmarks]</td>
	</tr>
	<tr>
                <td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
	</tr>
	</table>
<!-- / social bookmarking links -->
Replace it with
Code:
<!-- social bookmarking links -->
	<br />
	<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
	<tr>
		<td class="thead">$vbphrase[bookmarks]</td>
	</tr>
	<tr>
                <td class="alt2" align="center" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
	</tr>
	</table>
<!-- / social bookmarking links -->

Now this is the important part...

in template showthread_bookmarksite replace the contents with this:
Code:
	<if condition="$bookmarksite['iconpath']">
		<a href="$bookmarksite[link]" target="socialbookmark"><img src="$stylevar[imgdir_misc]/$bookmarksite[iconpath]" border="0" alt="<phrase 1="$bookmarksite[title]">$vbphrase[submit_thread_to_x]</phrase>" class="inlineimg" /></a>
	</if>
that will center them.... im trying to figure out how to justify them.
Reply With Quote
  #75  
Old 03-29-2009, 09:16 AM
Lee Roberts's Avatar
Lee Roberts Lee Roberts is offline
 
Join Date: Jun 2008
Location: UK
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cant get this motherFUNKIE to center, i'v tryed tables, divs, td's but no joy.
Reply With Quote
  #76  
Old 03-29-2009, 01:19 PM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

read the post directly above yours.
Reply With Quote
  #77  
Old 04-01-2009, 10:52 PM
Lee Roberts's Avatar
Lee Roberts Lee Roberts is offline
 
Join Date: Jun 2008
Location: UK
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigJohnny View Post
read the post directly above yours.
What again? :P
Reply With Quote
  #78  
Old 04-26-2009, 08:09 PM
mgcom's Avatar
mgcom mgcom is offline
 
Join Date: Apr 2009
Location: Dublin (Ireland)
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice One :up:
Reply With Quote
  #79  
Old 05-09-2009, 06:48 PM
Ogmuk Ogmuk is offline
 
Join Date: Jun 2003
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by johkalhaups View Post
QFT!

Cant someone write a xml so we can just upload the images and import the xml file to install them all?
If someone knows how to add them with a xml file (i.e. add 2 examples to the file), then I don't mind writing it out as it would make it easier to import it into my other forum as well but I have no idea how to add them through xml.
Reply With Quote
  #80  
Old 05-20-2009, 02:08 AM
vbreal vbreal is offline
 
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gonna try this out
Reply With Quote
  #81  
Old 09-25-2009, 04:06 PM
zombietom's Avatar
zombietom zombietom is offline
 
Join Date: May 2008
Location: ky
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed working fine...Had to adjust the code to get the images to show up as i have many themes ...but still can not get it to center.

thanks!
Reply With Quote
Reply


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 06:10 AM.


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.04877 seconds
  • Memory Usage 2,316KB
  • 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
  • (5)bbcode_code
  • (2)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