Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-23-2012, 07:22 AM
znightmare znightmare is offline
 
Join Date: Aug 2012
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Some banner troubles, help please?

Ok so because I couldn't fit my banner to all resolutions by using vbulletin's standard title image banner I just split my banner into 3 pieces and put the codes into my header template like this
Code:
<div id="banner">
<div id="ban_03"><a href="http://anime-forum.net/forum.php"><img src="images/ban_03.gif" border="0" alt=""></a></div>
<div class="clear"></div>
<div id="ban_01"><a href="http://anime-forum.net/forum.php"><img src="images/ban_01.gif" border="0" alt=""></a>
  

</div>

</div>

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">

<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="" alt="" /></a></div></vb:if>

	<div id="toplinks" class="toplinks">


And I added the appropriate css to my additional css like this...
Code:
#banner { 
background-image:url('images/ban_02.gif');
width:100%;
height:120px;
}

#ban_01 { 
float:left;
width:455px;
height:120px;
}

#ban_03 { 
float:right;
width:679px;
height:120px;
}

.clear { clear:left; }

My question is, is there a way for me to make a random banner code so that I get a different banner loaded with each refresh of the page when I have things set up like this?
I would really appreciate an answer.

edit: my url is http://anime-forum.net if it helps
Reply With Quote
  #2  
Old 09-23-2012, 12:25 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, you need a plugin that would calculate a random banner name, then you could replace "ban" in the image names with a template variable. I'm not sure about the "ban_02" part in the CSS. Having that be a variable probably won't work if you have "Store CSS Stylesheets as Files" set to yes. But I guess if that turns out to be a problem you can always put that in a style attribute in the header template.
Reply With Quote
  #3  
Old 09-23-2012, 01:27 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

https://vborg.vbsupport.ru/showthrea...ghlight=banner
https://vborg.vbsupport.ru/showthrea...ghlight=banner
https://vborg.vbsupport.ru/showthrea...ghlight=banner
Reply With Quote
  #4  
Old 09-23-2012, 06:45 PM
znightmare znightmare is offline
 
Join Date: Aug 2012
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks guys, I have already looked at those plugins, but will I be able to get it to work with a 3 part banner??
A 3 part banner is the only way I can make my banner adjust for other screen resolutions.

--------------- Added [DATE]1348433104[/DATE] at [TIME]1348433104[/TIME] ---------------

Yea I don't think any mods are gonna work for this, I just really want my banner to be above the admin, settings, log out links like it is now and be a 3 part banner. I just need the code to get a rotating banner.

Just like this website does...http://animeforum.com

I'll seriously pay someone if they can set up my banner like it's set up on that website.
Reply With Quote
  #5  
Old 09-23-2012, 08:48 PM
Stefan118 Stefan118 is offline
 
Join Date: Dec 2010
Location: Vaassen (Netherlands)
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I might have something for you again....

take a look at http://www.papegaaienforum.nl/stefan/test.html

there are 6 simple .jpg images that rotate randomly with every pagerefresh.
the script is for 2 resolutions (below 1024x786 and above 1024x786)
The script is a bit large, but easy to modify.

You can rip the sourcecode from there.
Reply With Quote
  #6  
Old 09-23-2012, 09:20 PM
znightmare znightmare is offline
 
Join Date: Aug 2012
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for that, so where in my header would I put the code? and how would this work if each one of my banners is 3 images?
Reply With Quote
  #7  
Old 09-23-2012, 09:38 PM
Stefan118 Stefan118 is offline
 
Join Date: Dec 2010
Location: Vaassen (Netherlands)
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I now have modified 1 banner... IF it shows, it shows 2 times connecting.

I guess you should put the code in place of your existing banner...
Reply With Quote
  #8  
Old 09-23-2012, 09:43 PM
znightmare znightmare is offline
 
Join Date: Aug 2012
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh yea see that, do you see the code for my banner in my header template from my first post. Do you think you wouldn't mind putting that into the code for just I can see what it should look like. Thanks again.
Reply With Quote
  #9  
Old 09-23-2012, 10:00 PM
Stefan118 Stefan118 is offline
 
Join Date: Dec 2010
Location: Vaassen (Netherlands)
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have multiple banners then?
I have ripped your banner, but thats only one...
If you have 3 different banners, i can make the whole code work i suppose
Reply With Quote
  #10  
Old 09-23-2012, 10:21 PM
znightmare znightmare is offline
 
Join Date: Aug 2012
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ohh ok sorry I didn't know you actually put my banner into the code already, thanks!! So I'll just copy it from the first <script language.... all the way to </script> ?
Quick question what does the number mean, like this "2" for example in this part of the code images_M[2]
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:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04016 seconds
  • Memory Usage 2,251KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)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
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete