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
Title image rotator| 3 Times per day (Based forum time) Details »»
Title image rotator| 3 Times per day (Based forum time)
Version: 1.00, by elenh elenh is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 07-29-2009 Last Update: Never Installs: 27
Uses Plugins Template Edits
 
No support by the author.

Hey dudes!

This is a old paied request for my site and i would like to share with others vbulletin.org members.

Description:
  • This is a title image (the logo) rotator and they will change the images 3 times per day.
  • The times to change the images are based on the forum memebrs time.
  • They will change on:8pm to 7am - 2pm to 8pm and 7am to 2pm

INTALLATION:
  • Go to: AdminCP > Plugins & Products > Manage Products > Add/Import Product

How to use:
  1. After you install the mod then go to AdminCP > vBulletin Options > IWT - Rotating Header Images.

    There is 3 options:
  2. Image to show from 8pm to 7am
  3. Image to show from 2pm to 8pm
  4. Image to show from 7am to 2pm
  5. In this options you have to set the full URL's of the the images you like to display for logo.
  6. Click save and you are done.

Template edits:
  1. Go to Style manager > Choose your style > Header template:
  2. Find:
  3. Code:
    $stylevar[titleimage]
  4. replace with:
  5. Code:
    $stylevar[titleimage_rot]

If you like this hack please click INSTALLED

Download Now

File Type: xml product-iwt_rotheaderimg(1).xml (4.2 KB, 124 views)

Screenshots

File Type: jpg 123.jpg (54.6 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 08-22-2009, 09:52 AM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Haltech View Post
Excellent mod, thank you.. i do have a request however. On my forum, i have seasonal logos for:

New Years
Valentines Day
St Pattys
Easter Sun
Memorial
July 4th
Sept 11
Labor Day
Gobble Day
Christmas

Sometimes, it would be nice to see these change on their own. Is there anyway you could add that into your mod? Thanks!
I think this will need to change the total script of the addon.. if you find one to do that that will be nice.
Reply With Quote
  #13  
Old 09-27-2009, 05:51 AM
Lustikus Lustikus is offline
 
Join Date: Dec 2007
Location: Germay
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good idea and installed!

But it does not show any header between 0:00 am and 7:00 am?
Reply With Quote
  #14  
Old 09-27-2009, 07:47 AM
cindy helmond cindy helmond is offline
 
Join Date: Feb 2006
Location: The Netherlands
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice installed but can you get the time after 10 minutes ? thx
Reply With Quote
  #15  
Old 10-04-2009, 05:53 PM
f4vn f4vn is offline
 
Join Date: Apr 2007
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lustikus View Post
good idea and installed!

But it does not show any header between 0:00 am and 7:00 am?
Plugin Manager > Product : IWT - Rotating Header Images. Click edit "Setup the rotating header images".

Find:
Code:
//between 12am and 7am
    $stylevar['titleimage'] = $vbulletin->options['iwt_rotheaderimg_imgthree'];
replace with:
Code:
    //between 12am and 7am
    $stylevar['titleimage_rot'] = $vbulletin->options['iwt_rotheaderimg_imgthree'];
Click Save

DONE

Now it has been fixed !
Reply With Quote
  #16  
Old 10-04-2009, 06:01 PM
Llandy's Avatar
Llandy Llandy is offline
 
Join Date: Mar 2009
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elenh View Post
33 downloads and only 10 installs?
Seems too be how it works around here. Little appreciation for the work put into it
Reply With Quote
  #17  
Old 10-09-2009, 11:35 PM
goxy63 goxy63 is offline
 
Join Date: Oct 2008
Location: its like another planet:D
Posts: 657
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You will get one more install for shure if this will work with flash animations (SWF)?


Tagged, rated, and nominated

Cheers
Reply With Quote
  #18  
Old 12-01-2009, 04:31 PM
DiGiSYS DiGiSYS is offline
 
Join Date: Feb 2009
Location: Philippines
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need 6 images so i modify this hack, here its
Thankyou very much!
Attached Files
File Type: xml product-iwt_rotheaderimg(2).xml (6.4 KB, 16 views)
Reply With Quote
  #19  
Old 12-02-2009, 09:13 PM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goxy63 View Post
You will get one more install for shure if this will work with flash animations (SWF)?


Tagged, rated, and nominated

Cheers
I never try it with flash but i think the code must change about the flash object.
Tell us your results.

Quote:
Originally Posted by DiGiSYS View Post
I need 6 images so i modify this hack, here its
Thankyou very much!
Great thank you man.
Reply With Quote
  #20  
Old 01-31-2010, 11:09 AM
DynaMow DynaMow is offline
 
Join Date: Jun 2009
Location: NE Ohio, USA
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome mod, thank you.

Just what I was looking for.

Wish I knew how to change it so I could get it to change every hour.

Nominated fot the MOTM
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 02:29 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.12727 seconds
  • Memory Usage 2,325KB
  • Queries Executed 27 (?)
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
  • (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
  • (1)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
  • (3)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
  • 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