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
New Year's Eve firework in the header Details »»
New Year's Eve firework in the header
Version: 1.00, by Oyabun Oyabun is offline
Developer Last Online: Feb 2011 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.7.x Rating:
Released: 12-27-2008 Last Update: 12-27-2008 Installs: 49
Template Edits
Re-useable Code Code Changes Additional Files Translations  
No support by the author.



What does this mod do?
It adds a flash file with fireworks. The flash is transparent so you can put it over your header.

(Easy) installation:
1. Upload all files into your root.
2. Paste this code at the top of your header template of your wished style:
(Make sure you change the path for "http://www.yourdomain.com/flash_fireworks.js")
PHP Code:
<!--start fireworks by naruto-forum.de :) -->
<
script type="text/javascript">
var 
flash="feuerwerk.swf";        //just change the path in flash_fireworks.js
var name="Feuerwerk";
var 
von_links=300;                 // set distance of the flash file from left
var von_oben=5;                  // set distance of the flash file from the top
var breite=400;                    //set width of the flash file
var hoehe=300;                  //set height of the flash file
var qualitaet="high";
var 
param1="";
var 
param2="";
</
script>
<
script type="text/javascript" src="http://www.yourdomain.com/flash_fireworks.js"></script>    
<!--/
end fireworks by naruto-forum.de :) --> 
3. Change also both paths in flash_fireworks.js.
In the js-file search for yourdomain.com and replace it with your domain.


You're done. Hope this works for you guys

Live demo at http://www.naruto-forum.de


Demo = attachments

Show Your Support

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

Comments
  #32  
Old 12-31-2008, 08:26 PM
steven s's Avatar
steven s steven s is offline
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 572
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I suspect it is either a path problem or you did not upload the swf file.
Reply With Quote
  #33  
Old 12-31-2008, 09:14 PM
rrr rrr is offline
 
Join Date: Oct 2004
Location: California
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fun little add-on!

One tip: In the flash_fireworks file, there is a small HTML error that causes IE to hyperlink the whole webpage to index.php instead of just the header.

I changed this line:

Code:
' </a></object></div>';
To this line:

Code:
' </object></a></div>';
And it works much better. Hope this helps Happy New Year!
Reply With Quote
  #34  
Old 12-31-2008, 11:21 PM
Loki12 Loki12 is offline
 
Join Date: Jul 2004
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it to work, thanks.

Looks very nice, but I've uninstalled soon after new year since the area of the fireworks prevent other links from working.
Reply With Quote
  #35  
Old 12-30-2009, 10:24 PM
Oyabun Oyabun is offline
 
Join Date: Dec 2006
Location: Germany
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

should work also in vb 4, i guess O_o
Reply With Quote
  #36  
Old 12-31-2009, 12:52 AM
nectons nectons is offline
 
Join Date: Nov 2007
Location: GREECE
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is not working to ff but... anyway... it works in IE www.bytheway.gr try to open it with ff please.

Thanks for great mod

*installed*
Reply With Quote
  #37  
Old 12-31-2009, 01:21 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed

thanxx
________
New Mexico Marijuana Dispensary
Reply With Quote
  #38  
Old 12-31-2009, 07:49 AM
Oyabun Oyabun is offline
 
Join Date: Dec 2006
Location: Germany
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nectons View Post
is not working to ff but... anyway... it works in IE www.bytheway.gr try to open it with ff please.

Thanks for great mod

*installed*
thats odd, works on my forum http://www.naruto-forum.de/
(also in ff) O_o
Reply With Quote
  #39  
Old 12-31-2009, 02:48 PM
Farman Farman is offline
 
Join Date: Jan 2009
Location: Pakistan
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great, thanks man!
Reply With Quote
  #40  
Old 01-01-2010, 08:55 AM
goxy63 goxy63 is offline
 
Join Date: Oct 2008
Location: its like another planet:D
Posts: 657
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great(ff & ie), thanks
nominated, rated, installed

happy new year

cheers
Reply With Quote
  #41  
Old 01-04-2010, 02:10 AM
S4RFamily S4RFamily is offline
 
Join Date: Apr 2009
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tried a lot of times but no hope. I using vB 4, please help me where (which temp) will i add the code:
Code:
<!--start fireworks by naruto-forum.de :) -->
<script type="text/javascript">
var flash="feuerwerk.swf";        //just change the path in flash_fireworks.js
var name="Feuerwerk";
var von_links=300;                 // set distance of the flash file from left
var von_oben=5;                  // set distance of the flash file from the top
var breite=400;                    //set width of the flash file
var hoehe=300;                  //set height of the flash file
var qualitaet="high";
var param1="";
var param2="";
</script>
<script type="text/javascript" src="http://www.yourdomain.com/flash_fireworks.js"></script>    
<!--/end fireworks by naruto-forum.de :) -->
And 2 path in file .js
Code:
		' <param name="movie" value="http://google.com/forum/feuerwerk.swf' + w.flash + '?' + w.param1 + '&' + w.param2 + '">' +
		' <param name="wmode" value="transparent">' +
		' <param name="quality" value="' + w.qualitaet + '">' +
		' <embed src="ttp://google.com/forum/feuerwerk.swf' + w.flash + '?' + w.param1 + '&' + w.param2 + '" quality="' +  w.qualitaet +
is that right enough?
Thanks for reply.
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 08:21 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.06859 seconds
  • Memory Usage 2,318KB
  • 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
  • (4)bbcode_code
  • (1)bbcode_php
  • (1)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
  • (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
  • (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