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
  #2  
Old 08-22-2010, 02:23 AM
elwachiman's Avatar
elwachiman elwachiman is offline
 
Join Date: Nov 2009
Location: Venezuela
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice tagged xd
Reply With Quote
  #3  
Old 08-22-2010, 03:20 AM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good on site. Nice job.
Reply With Quote
  #4  
Old 08-22-2010, 04:50 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very impressive.

Whats the page load like? Is it slowing the forum down as it calls each time? Or is that your Wibiya toolbar?

Off topic. Is the Fast Search Engine via Google in your sidenbbar on vb.org?

So many questions.. lol
Reply With Quote
  #5  
Old 08-22-2010, 08:22 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll add this for a little bit, definitely going to annoy the shit out of my users after a while though.
Reply With Quote
  #6  
Old 08-22-2010, 08:28 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I add this just to the CMS home?
Reply With Quote
  #7  
Old 08-22-2010, 08:40 AM
stator's Avatar
stator stator is offline
 
Join Date: Jan 2009
Location: Egypt
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobbieZ View Post
Very impressive.

Whats the page load like? Is it slowing the forum down as it calls each time? Or is that your Wibiya toolbar?

Off topic. Is the Fast Search Engine via Google in your sidenbbar on vb.org?

So many questions.. lol
The slow loading of my page is due to wibiya toolbar. The swf file is not more than 30-50 kb

For Fast Search Engine, I just get the code from google after customizing it, and added it as a html side block. that's it.

You're welcome.
Reply With Quote
  #8  
Old 08-22-2010, 10:53 AM
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
I'll add this for a little bit, definitely going to annoy the shit out of my users after a while though.
You can fix it at top of your page,

Just change

Code:
position:fixed
to

Code:
position:absolute
Quote:
Originally Posted by sticky View Post
How do I add this just to the CMS home?
Sorry, I don't have CMS

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

</body>
Reply With Quote
  #9  
Old 08-22-2010, 02:48 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks pretty nice.

Can I use it in Forum Side block and CMS Widget?
Reply With Quote
  #10  
Old 08-22-2010, 03:00 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice idea, although I don't care for scrolling stuff like that
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 07:23 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.08727 seconds
  • Memory Usage 2,328KB
  • Queries Executed 24 (?)
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
  • (6)bbcode_code
  • (3)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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