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

Reply
 
Thread Tools
Banner Rotator (Definitive Mod) **UPDATED** Details »»
Banner Rotator (Definitive Mod) **UPDATED**
Version: 1.00B, by andrefedalto andrefedalto is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.4 Rating:
Released: 12-13-2006 Last Update: 12-14-2006 Installs: 411
DB Changes Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

New version of https://vborg.vbsupport.ru/showthread.php?t=103477 with minor bugs fixed and added some additions people requested.

So, what does this hack do?
- This mod allows you to add lots of forum banners.
- The banners will be automatically randomized everytime you reload your forums.

How can i work with it?
- It's all controlable through AdminCP.
- NOT NEEDED ftp access to upload banners.
- You CAN upload banners (jpg, gif & png) through AdminCP.
- NEW: You can upload flash (SWF) banners!
- You can set a description for individual banners.
- NEW: You can set size (width & height) for each banner individually
- You can edit the description easily and individually.
- You can delete the banners through AdminCP (this function delete the banner from the ftp)
- You can activate/deactivate you banners.
- Deactivated banners remains in the ftp, but will not be shown on forum home.

Future additions: Add URL for each banner individually, so when users click on it they will be redirected.
How can i install? (Time to install: 1 minute if you are fast enough )
- Upload all the files contained in the "upload" folder inside the zip to your forum root directory.
- Install product-brotator.
- Go to your AdminCP > Style Manager > YOUR SKIN > Edit HEADER template and find:
Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
replace to:
Code:
$banner
- Refresh your admincp index and Banner Rotator menu should appear!

Please, I updated and added new features of this mod in this afternoon, so probably it still have some bugs. So, if you find one please report here.

Thanks!

NOTE: Maybe some of you will have to create folder called "banners" inside folder "images" manually, and then chmod it 0777.

SUPPORT GIVEN ONLY FOR WHO CLICKED "INSTALL"

Show Your Support

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

Comments
  #222  
Old 01-27-2008, 07:51 AM
Robert Paulson's Avatar
Robert Paulson Robert Paulson is offline
 
Join Date: Nov 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpeedJunkyz View Post
why didnt someone just say change the permissions of that file/folder lol
Because it's easier and quicker to say chmod 777?
Reply With Quote
  #223  
Old 01-27-2008, 05:30 PM
socalrico socalrico is offline
 
Join Date: Jul 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled. Couldn't get the link to work in quick links.
Reply With Quote
  #224  
Old 01-27-2008, 06:10 PM
SpeedJunkyz SpeedJunkyz is offline
 
Join Date: Sep 2007
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah it is still no worky for me what have I done wrong...anyone please I need to move on from this to another project, or else i will just uninstall Thanks

SJ
Reply With Quote
  #225  
Old 01-31-2008, 04:51 PM
andrefedalto andrefedalto is offline
 
Join Date: Dec 2005
Location: Brazil
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New version, with new features: https://vborg.vbsupport.ru/showthread.php?t=169266
Reply With Quote
  #226  
Old 01-31-2008, 09:55 PM
gbox master gbox master is offline
 
Join Date: Dec 2007
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andrefedalto View Post
nice one dude
posting in 3.6.8 that there is a new version
and then its for 3.7
some times things can make me cry
Reply With Quote
  #227  
Old 02-23-2008, 05:07 AM
computer1 computer1 is offline
 
Join Date: Feb 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont have this

<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />Replace with:

Code:
<center>$banner</center>
and I can upload my banners but I cant se them to my portal I use vba cmps
so plz howe shuld I do ?

here is my code for the header

Code:
<!-- logo -->
<a name="top"></a>
<div id="border"><div id="main">
<table width="792" style="margin-left: 1px; margin-right: 1px; border: 0px;" cellspacing="0" cellpadding="0">
  <tr>
    <td class="header1"></td>
    <td class="header1"></td>
  </tr>
  <tr>
    <td class="logo"></td>
    <td class="headspace"></td>
  </tr>
  <tr>
    <td class="navl"></td>
    <td class="nav"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="tiger/misc/nav-home.gif" width="105" height="19" style="border: 0px;" alt="$vboptions[bbtitle]" /></a> <a href="memberlist.php$session[sessionurl_q]"><img src="tiger/misc/nav-members.gif" width="105" height="19" style="border: 0px;" alt="$vbphrase[members_list]" /></a>

<if condition="$show['member']">
			<a href="usercp.php$session[sessionurl_q]"><img src="tiger/misc/nav-usercp.gif" width="105" height="19" style="border: 0px;" alt="$vbphrase[user_cp]" /></a>
		</if>
		<if condition="$show['registerbutton']">
			<a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="tiger/misc/nav-register.gif" width="105" height="19" style="border: 0px;" alt="$vbphrase[register]" /></a>
		</if>
<a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="tiger/misc/nav-search.gif" width="105" height="19" style="border: 0px;" alt="$vbphrase[search]" /></a></td>
  </tr>
</table>
<!-- content table -->

$_phpinclude_output
$spacer_open
Reply With Quote
  #228  
Old 02-24-2008, 04:34 PM
CMGU CMGU is offline
 
Join Date: Mar 2007
Location: Central America
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I make the banner This a section specifies As shown in the attached image
Reply With Quote
  #229  
Old 02-25-2008, 01:41 PM
maidos maidos is offline
 
Join Date: Jul 2006
Posts: 925
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

possible to put my banner at left side? i dont want it to be center
Reply With Quote
  #230  
Old 02-25-2008, 05:25 PM
rwoscott rwoscott is offline
 
Join Date: Jan 2007
Location: Melbourne
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by maidos View Post
possible to put my banner at left side? i dont want it to be center
If you've put your $banner (in header template) in between <center> tags remove the center tags. Or use align=left in your <TD> tag.
Reply With Quote
  #231  
Old 02-25-2008, 05:40 PM
mariocaz mariocaz is offline
 
Join Date: Feb 2008
Location: Mexico, D.F.
Posts: 424
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How many banners can I add with this mod ?? more than 10 ?? or ther is no limitant ?

thank you
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 04:12 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.04985 seconds
  • Memory Usage 2,314KB
  • 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
  • (3)bbcode_code
  • (3)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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