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

Reply
 
Thread Tools
Flash Ramadan lantern فانوس رمضان فلاشى Details »»
Flash Ramadan lantern فانوس رمضان فلاشى
Version: 1.00, by WebCraker WebCraker is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.7 Rating:
Released: 07-20-2012 Last Update: 07-20-2012 Installs: 11
Supported Uses Plugins Auto-Templates
Translations  

Flash Ramadan lantern فانوس رمضان فلاشى

First of all about the external content it is the swf files .. it's uploaded to my own space and I guarantee to be hosted as much as I can .. So don't worry about it

Description: Show a flashy moving lantern on the top right or top left of your forums header as shown on the screen shoots


Features:

1) Enable or disable the product.
2) Ability to show the lantern on the top left or top right.
3) Choose from 2 lanterns .. one for darken styles and another for lighten styles.


Installation:

1) upload the product from your Admincp usually.
2) Change the mod settings as you like.
3) Enjoy ..


Screenshoots






The mod available in 2 languages English & Arabic

Click Installed if you like it

Download Now

File Type: xml product-fanous_ramadan_AR.xml (5.1 KB, 29 views)
File Type: xml product-fanous_ramadan_EN.xml (5.0 KB, 39 views)

Screenshots

File Type: jpg fanous_ramadan_1_EN.jpg (97.9 KB, 0 views)
File Type: jpg fanous_ramadan_2.jpg (39.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
apiasto, c0der, eng muhamed, Mr BaTaTes, Pakblogger

Comments
  #2  
Old 07-21-2012, 07:22 PM
c0der's Avatar
c0der c0der is offline
 
Join Date: Oct 2010
Location: Egypt
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice bro

كل عام وانت بخير والامة الاسلامية والعربية ^_^
Reply With Quote
  #3  
Old 07-21-2012, 10:47 PM
3raq4all 3raq4all is offline
 
Join Date: Feb 2009
Location: Sweden
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

شكرا اخوي
very nice
Reply With Quote
  #4  
Old 07-21-2012, 11:59 PM
eng muhamed eng muhamed is offline
 
Join Date: May 2007
Location: Mansoura
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Keep up the good work man.
thank you for that modification
Reply With Quote
  #5  
Old 07-22-2012, 05:40 AM
w-elbalad.com's Avatar
w-elbalad.com w-elbalad.com is offline
 
Join Date: Aug 2009
Location: EgYpT
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good work man
rmdan karim
Reply With Quote
  #6  
Old 07-23-2012, 07:55 AM
Pakblogger Pakblogger is offline
 
Join Date: Oct 2009
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great but is it possible to apply it only in default Style (skin), because i have mobile version (skin/style) also where it not fitting nicely.
Reply With Quote
  #7  
Old 07-23-2012, 12:47 PM
WebCraker's Avatar
WebCraker WebCraker is offline
 
Join Date: Jan 2006
Location: Saudi Arabia
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pakblogger View Post
Great but is it possible to apply it only in default Style (skin), because i have mobile version (skin/style) also where it not fitting nicely.
you can do it manually my friend ..

put the code on the top of your header template


TOP RIGHT
Code:
<div style='float:top right; position:absolute; overflow:visible; right:10px; top:0px; height:101px; width:200px;'>
       <object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='fanous1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='200' height='120'> 
    <param name='movie' value='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf'> 
    <param name='quality' value='High'> 
    <param name='wmode' value='transparent'> 
    <embed src='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='fanous1' width='200' height='120' quality='High' wmode='transparent'></object> 
</div>
TOP LEFT
Code:
<div style='float:top left; position:absolute; overflow:visible; left:10px; top:0px; height:101px; width:200px;'>
       <object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000'  id='fanous1'  codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0'  border='0' width='200' height='120'> 
    <param name='movie' value='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf'> 
    <param name='quality' value='High'> 
    <param name='wmode' value='transparent'> 
    <embed src='http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-w.swf'  pluginspage='http://www.macromedia.com/go/getflashplayer'  type='application/x-shockwave-flash' name='fanous1' width='200'  height='120' quality='High' wmode='transparent'></object> 
</div>
It's the white color, to use the black one replace the colored red link with this one
Code:
http://www.support-ar.com/vb/products-files/fanous_ramadan/fanous-b.swf
Thankn you very much
Reply With Quote
  #8  
Old 07-24-2012, 11:44 AM
Pakblogger Pakblogger is offline
 
Join Date: Oct 2009
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot brother, working fine now for me,.
Reply With Quote
  #9  
Old 07-24-2012, 12:01 PM
Kış Kış is offline
 
Join Date: Aug 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The flash animation is great
Reply With Quote
Благодарность от:
WebCraker
  #10  
Old 07-25-2012, 12:39 AM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice,lets say if i wanna keep it somewhere else instead of top right or left.is there a way?
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 10:21 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.04817 seconds
  • Memory Usage 2,339KB
  • 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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (6)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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