Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Follow Us Widget/Forum Block Details »»
Follow Us Widget/Forum Block
Version: 1.00, by crazyace crazyace is offline
Developer Last Online: Sep 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.x Rating:
Released: 03-24-2010 Last Update: 03-24-2010 Installs: 173
Re-useable Code Additional Files Translations  
No support by the author.

I was asked to create a widget and forum block from a few users so after doing some testing, I was able to come create them.

Install CMS Widget:
  • Upload the image files
  • Go to admincp and select vBulletin CMS >> Widgets
    Press Create New Widget
  • At Widget Type select Static HTML
  • At Title type: Follow Us
  • Now click Save
  • Select Follow Us Widget and then click Configure
  • Select and Delete any white space
  • Copy and paste HTML code below and then save config ( Edit each line of code with the settings you want where you see the "XXXX" also you can edit the margins as well )
    Code:
    <!--Twitter Code-->
    <br /><a href="http://twitter.com/XXXXXX"><img src="images/misc/95x56/twitter_follow_us.png" title="Follow Us on Twitter" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx;"/></a>
    
    <!--Facebook Code-->
    <a href="XXXXXX"><img src="images/misc/95x56/facebook_follow_us.png" title="Follow Us on Facebook" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx;"/></a>
    
    <!--Myspace Code-->
    <a href="http://www.myspace.com/XXXXXX"><img src="images/misc/95x56/myspace_follow_us.png" title="Follow Us on Myspace" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx; margin-top: 10px;"/></a>
    
    <!--Youtube Code-->
    <a href="http://www.youtube.com/group/XXXXXX"><img src="images/misc/95x56/youtube_follow_us.jpg" title="Follow Us on YouTube" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx; margin-top: 10px;"/></a>
  • Go to admincp and select vBulletin CMS>> Layout Manager
  • Select your layout (eg: Default Layout)
  • Edit>> Go
  • At Widgets Select Follow Us and Add to the right by pressing the (>) button
  • Move the widget to the area in your CMS that you want it



Install Forum Block:
  • Upload the image files
  • Go to admincp and select Forums & Moderators >> Forum Blocks Manager
    Press Add Block
  • At Add new block select Custom HTML/PHP
  • At Title replace Custom HTML/PHP with: Follow Us
  • Under Block Config>> Click HTML
  • Copy and paste HTML code below and then save config ( Edit each line of code with the settings you want where you see the "XXXX" also you can edit the margins as well )
    Code:
    <!--Twitter Code-->
    <br /><a href="http://twitter.com/XXXXXX"><img src="images/misc/95x56/twitter_follow_us.png" title="Follow Us on Twitter" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx;"/></a>
    
    <!--Facebook Code-->
    <a href="XXXXXX"><img src="images/misc/95x56/facebook_follow_us.png" title="Follow Us on Facebook" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx;"/></a>
    
    <!--Myspace Code-->
    <a href="http://www.myspace.com/XXXXXX"><img src="images/misc/95x56/myspace_follow_us.png" title="Follow Us on Myspace" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx; margin-top: 10px;"/></a>
    
    <!--Youtube Code-->
    <a href="http://www.youtube.com/group/XXXXXX"><img src="images/misc/95x56/youtube_follow_us.jpg" title="Follow Us on YouTube" width="XXXXXX" height="XXXXXX" style="margin-left: 16px; margin-right: XXXXXXpx; margin-top: 10px;"/></a>
  • Now click Save


**Note: With this MOD the image files path will be set to ""images/misc/95x56/" That way if you have the other versions installed, it won't cause issues. Also if you want to use even the smaller images, edit the HTML to point at 48x28.

Download Now

File Type: zip Widget and Forum Block Image Upload.zip (53.2 KB, 833 views)

Screenshots

File Type: png follow us widget.PNG (43.3 KB, 0 views)
File Type: png forum block.PNG (47.0 KB, 0 views)

Show Your Support

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

Comments
  #42  
Old 09-08-2010, 04:37 PM
x626xblack x626xblack is offline
 
Join Date: Oct 2009
Location: Houston Tx.
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mix of both. You can get the Board Mod here but you need to get the authorization and activation else where.
https://vborg.vbsupport.ru/showthrea...ght=tweetboard
Reply With Quote
  #43  
Old 09-08-2010, 04:43 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by x626xblack View Post
Mix of both. You can get the Board Mod here but you need to get the authorization and activation else where.
https://vborg.vbsupport.ru/showthrea...ght=tweetboard
Thank you ..

Regards,
Badger
Reply With Quote
  #44  
Old 10-23-2010, 01:06 PM
robbiefritz robbiefritz is offline
 
Join Date: Oct 2008
Location: Eastern US
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My only suggestion would be to have the clicks open in a new tab or window so as not to loose focus on the forum itself.

I did this by editing the code as such. Because we only use twitter right now, only that was edited.

Code:
<!--Twitter Code-->
<br /><a href="XXXX" target=”_blank”><img src="images/misc/95x56/twitter_follow_us.png" title="Follow Us on Twitter" width="95" height="56" style="margin-left: 16px; margin-right: 16px;"/></a>
Reply With Quote
  #45  
Old 11-24-2010, 06:05 PM
oldfan's Avatar
oldfan oldfan is offline
 
Join Date: Jul 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would this would with CMPS v4.0?

thanks
Reply With Quote
  #46  
Old 11-25-2010, 08:02 AM
fluidswork's Avatar
fluidswork fluidswork is offline
 
Join Date: Apr 2010
Location: India
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great addon ...........
Reply With Quote
  #47  
Old 07-10-2011, 04:02 AM
LisaArnold LisaArnold is offline
 
Join Date: May 2011
Location: Sydney, Australia
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, works nicely with vB 4.1.4
Reply With Quote
  #48  
Old 09-28-2011, 04:04 PM
ahobilam's Avatar
ahobilam ahobilam is offline
 
Join Date: Aug 2011
Location: Chennai, India
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it, its working fine.
I like this mod very much.
But, how could I change the width of the widget? It overlaps with the main content in the Home page.
It looks well in the Forum Block.
My website is: www.brahminsnet.com/forums/
Reply With Quote
  #49  
Old 12-23-2011, 08:02 AM
Charis Charis is offline
 
Join Date: Oct 2009
Location: Thessaloniki, Greece
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot.
That is what exactly I was looking for.
Reply With Quote
  #50  
Old 03-04-2012, 10:11 AM
UK CHI3F UK CHI3F is offline
 
Join Date: Dec 2011
Location: UK
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

big thanks for the mini mod and comments from robbiefritz
I dont do code but this was made easy to follow and even adding the extra bit was simple
Thanks

Now i need a like button for threads
Reply With Quote
  #51  
Old 03-08-2012, 01:46 AM
yesfans yesfans is offline
 
Join Date: Feb 2002
Location: In your head!
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Set as a widget in 4.1.11 and is working fine so it appears thus far.
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 03:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04858 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete