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

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
  #12  
Old 08-22-2010, 03:09 PM
stator's Avatar
stator stator is offline
 
Join Date: Jan 2009
Location: Egypt
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Veer View Post
Looks pretty nice.

Can I use it in Forum Side block and CMS Widget?

Yes, use the following code:

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>
Reply With Quote
  #13  
Old 08-22-2010, 03:14 PM
stator's Avatar
stator stator is offline
 
Join Date: Jan 2009
Location: Egypt
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Loco.M View Post
nice idea, although I don't care for scrolling stuff like that
You can FIX it @ top of the page by give attribute to postion "absolute" Instead of "fixed"
or use it as a sideblock.
You're welcome.
Reply With Quote
  #14  
Old 08-22-2010, 07:42 PM
saadessa saadessa is offline
 
Join Date: Jan 2008
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thank you for this very nice mod
Reply With Quote
  #15  
Old 08-22-2010, 08:25 PM
SpongeBob71 SpongeBob71 is offline
 
Join Date: Mar 2008
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EXCELLENT Job man!!

Thank you!

-SpongeBob71
Reply With Quote
  #16  
Old 08-23-2010, 07:51 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stator View Post
You can fix it at top of your page,

Just change

Code:
position:fixed
to

Code:
position:absolute


Sorry, I don't have CMS

But, as general open the template of CMS home page and but the code before

</body>
Awesome, thanks!

I just don't know what the CMS home template is as there isn't one named cmshome like forumhome.
Reply With Quote
  #17  
Old 08-23-2010, 03:12 PM
stator's Avatar
stator stator is offline
 
Join Date: Jan 2009
Location: Egypt
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sticky View Post
Awesome, thanks!

I just don't know what the CMS home template is as there isn't one named cmshome like forumhome.
I don't know, cuz i have no CMS
Reply With Quote
  #18  
Old 08-23-2010, 08:25 PM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I just don't know what the CMS home template is as there isn't one named cmshome like forumhome.
styles and templates> style manager > choose relevant style> edit templates >vbcms_page

Reply With Quote
  #19  
Old 08-23-2010, 10:09 PM
acezakj acezakj is offline
 
Join Date: May 2010
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it would be awesome if it was timed sadly i don't want to annoy my user :'( tagged for a update maybe
Reply With Quote
  #20  
Old 08-23-2010, 11:05 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice mate thanks installed!
Reply With Quote
  #21  
Old 09-06-2010, 06:02 PM
Alecsmith Alecsmith is offline
 
Join Date: Sep 2009
Location: Still On Earth
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent work installed :d
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 11:37 PM.


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