Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Twitter - Scroll Animated Flash "Follow Us" Buttons Details »»
Twitter - Scroll Animated Flash "Follow Us" Buttons
Version: 1.00, by stator stator is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.x Rating:
Released: 08-20-2010 Last Update: Never Installs: 34
Template Edits
Re-useable Code Code Changes Additional Files  
No support by the author.

Description:

This add animated (Flash i.e. .swf) Follow us button to your forum home page.
This button is scrolling up or down as you scroll your page.

Demo: www.elib4vet.com

Installation:

1- Open FORUMHOME template.

If don't HOW, Follow this:
AdminCP --> Styles & Templates --> Search in Templates --> Write " forumhome " --> Click find --> Choose from the left list " FORUMHOME"


2- Find this: {vb:raw footer}

and paste the following code below it.

Code:
<div style='display:scroll;position:fixed;bottom:250px;right:0px;'>

<object type="application/x-shockwave-flash" data="http://www.YOURSITE.com/images/twibuttons/twitbutton_2.swf" width="150" height="100">

<param name="movie" value="http://www.YOURSITE.com/images/twibuttons/twitbutton_2.swf"></param>

<param name="allowscriptaccess" value="always"></param><param name="menu" value="false"></param>

<param name="wmode" value="transparent"></param><param name="flashvars" value="username=XXXXXX"></param>

<embed src="http://www.YOURSITE.com/images/twibuttons/twitbutton_2.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="150" height="100" menu="false" wmode="transparent" flashvars="username=XXXXXX"></embed>

</object>

</div>
Notes:

- You can change the position of display from right (as in the above code) to left.
- Change YOURSITE with your site name. (Take care it mentioned in the code 3 times).
- Write your twitter username (without @ )at twitter instead of XXXXXX. (Take care it mentioned in the code 2 times).
- You can choose from 10 different buttons, just change the no. of the button to that of the desired button. (Take care it mentioned in the code 3 times).
- You can control its size, through editing values of width="150" height="100"

- N.B.

If the scroll will make your users angery , you can fix the button at the top of your page just by changing the code as following:

from:


Code:
position:fixed
to

Code:
position:absolute
After making all the changes. Click SAVE to save your template.


For Side Blocks & Widgets:

Code:
<center>
<object type="application/x-shockwave-flash" data="http://www.YOURSITE.com/images/twibuttons/twitbutton_2.swf" width="150" height="100">

<param name="movie" value="http://www.YOURSITE.com/images/twibuttons/twitbutton_2.swf"></param>

<param name="allowscriptaccess" value="always"></param><param name="menu" value="false"></param>

<param name="wmode" value="transparent"></param><param name="flashvars" value="username=XXXXXX"></param>

<embed src="http://www.YOURSITE.com/images/twibuttons/twitbutton_2.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="150" height="100" menu="false" wmode="transparent" flashvars="username=XXXXXX"></embed>

</object>

</center>
3- Upload the attached folder (twibuttons) to: /images


To see different buttons

Button1 ### Button2 ### Button3 ### Button4 ### Button5

Button6 ### Button7 ### Button8 ### Button9 ### Button10


Donot forget to: Mark As Installed

Download Now

File Type: zip Twitter - Scroll Animated Flash Follow Us Buttons.zip (254.0 KB, 182 views)

Show Your Support

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

Comments
  #22  
Old 09-07-2010, 12:19 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed .. thanks ...

Setup as a sideblock on forumhome page, but all I see is an empty frame?

Any hints as to what I might be doing wrong?

Regards,
Badger

Edit: Never mind .. found the problem on my end .. thanks
Reply With Quote
  #23  
Old 11-02-2010, 03:30 PM
drsmash drsmash is offline
 
Join Date: Jul 2009
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Job
Installed
Reply With Quote
  #24  
Old 11-11-2010, 02:20 PM
Popa Andrei's Avatar
Popa Andrei Popa Andrei is offline
 
Join Date: May 2008
Location: Romania/Petrosani
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very very nice mod.
Good Job
Reply With Quote
  #25  
Old 01-08-2011, 02:18 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, but oddly nothing is showing up....

4.1 PL2
Reply With Quote
  #26  
Old 01-08-2011, 02:43 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
Installed, but oddly nothing is showing up....

4.1 PL2
Never mind.

Had to fix link path. Not just change YourSite.com , but also add my forum path

Working 4.1 PL2
Reply With Quote
  #27  
Old 02-05-2012, 10:18 PM
Popa Andrei's Avatar
Popa Andrei Popa Andrei is offline
 
Join Date: May 2008
Location: Romania/Petrosani
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you make this to load at every refresh another random animation of it?
It will be more interesting
Reply With Quote
  #28  
Old 02-05-2012, 10:24 PM
stator's Avatar
stator stator is offline
 
Join Date: Jan 2009
Location: Egypt
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Popa Andrei View Post
Can you make this to load at every refresh another random animation of it?
It will be more interesting
It just need a simple php code, but I not have time to do so.
Reply With Quote
  #29  
Old 02-05-2012, 11:54 PM
Popa Andrei's Avatar
Popa Andrei Popa Andrei is offline
 
Join Date: May 2008
Location: Romania/Petrosani
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you share the source of the flash animations?
Reply With Quote
  #30  
Old 04-14-2012, 09:13 AM
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Mar 2011
Location: earth
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you....
Reply With Quote
  #31  
Old 04-16-2012, 03:05 PM
Cubik4 Cubik4 is offline
 
Join Date: Aug 2010
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you post the screen of work?Ty
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 05:08 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.13590 seconds
  • Memory Usage 2,333KB
  • 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
  • (4)bbcode_code
  • (2)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
  • (2)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
  • (1)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