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
  #62  
Old 10-03-2008, 07:28 PM
hobsdv hobsdv is offline
 
Join Date: May 2006
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thanks for a great mod
Reply With Quote
  #63  
Old 11-06-2008, 04:05 AM
hoseman666 hoseman666 is offline
 
Join Date: Oct 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed this in the last few weeks and it had been going great. Now, in FF only, all the bookmarks have added text to the right of the icon. i.e. (digg icon)Digg --> (furl icon)furl --> etc.

not sure what made it change to that, but could use some help!

TIA
www.bargainfinds.net

*edit* ok, now it looks fine again, and i didn't touch a thing...weird
Reply With Quote
  #64  
Old 11-12-2008, 05:40 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you must of cleared your cookies , and it took it a while to populate all the icons
Reply With Quote
  #65  
Old 11-21-2008, 11:01 PM
hoseman666 hoseman666 is offline
 
Join Date: Oct 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DiesellMinded View Post
you must of cleared your cookies , and it took it a while to populate all the icons
Actually, I discovered that is was certain characters in the thread title that were causing the problem. Stuff like a double hyphen -- would cause it.
Reply With Quote
  #66  
Old 11-25-2008, 04:04 AM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wont show at all here: Teen Forums

Cant seem to see why, theyre enabled and active!
________
Wage insurance forums
Reply With Quote
  #67  
Old 11-27-2008, 01:51 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you still have the new ones selected as on
Reply With Quote
  #68  
Old 12-10-2008, 04:00 PM
jlew24asu jlew24asu is offline
 
Join Date: Nov 2006
Location: Chicago, IL USA
Posts: 702
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I add this to the top of a thread and not bottom? thanks!

(ugh, all these need to be installed manually)
Reply With Quote
  #69  
Old 12-11-2008, 11:35 AM
johkalhaups's Avatar
johkalhaups johkalhaups is offline
 
Join Date: Jun 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jlew24asu View Post
(ugh, all these need to be installed manually)
QFT!

Cant someone write a xml so we can just upload the images and import the xml file to install them all?
Reply With Quote
  #70  
Old 12-18-2008, 05:00 AM
nightbloom's Avatar
nightbloom nightbloom is offline
 
Join Date: Mar 2008
Location: Whidbey Island, WA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a black forum and most of the icons in this pack are white matted or have white back grounds. I emailed a lot of the site owners and did some myself and these are the replacements I have. I think that there are two that are still not black matted well but that is because I couldnt get a good image or dont use that site. (fungow seems to be no longer functioning just to name one).

So here are my blackmatted icons. They arent perfect but they are better than those white ones. I only replaced the ones that werent good for a back background. Some were fine, so this is only in addition to the ones provided.
Reply With Quote
  #71  
Old 01-01-2009, 09:33 PM
btotw btotw is offline
 
Join Date: Dec 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is EXCELLENT.

Any way to move the bookmarks into the first post of a thread INSTEAD of on the top of each page? A new row underneath the would be GREAT...

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:51 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.04820 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)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
  • (4)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