vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Rotating Banner System (https://vborg.vbsupport.ru/showthread.php?t=188328)

Nelson58 01-01-2015 03:10 PM

Having trouble with the top headers 1 and 2. When I put in two ads, the right hand one drops down a line like this:

https://vborg.vbsupport.ru/external/2015/01/33.jpg

https://www.flickr.com/photos/129267...8/15978626330/

I have the code inserted as directed: <Div align="center"> etc, so I am stumped.
I am using VB 4.2.2 pl 2

Please help someone?

Thanks!!

Nelson58 01-02-2015 11:06 AM

Quote:

Originally Posted by Nelson58 (Post 2529875)
Having trouble with the top headers 1 and 2. When I put in two ads, the right hand one drops down a line like this:

https://vborg.vbsupport.ru/external/2015/01/33.jpg

https://www.flickr.com/photos/129267...8/15978626330/

I have the code inserted as directed: <Div align="center"> etc, so I am stumped.
I am using VB 4.2.2 pl 2

Please help someone?

Thanks!!

Anyone?

RichieBoy67 01-02-2015 11:17 AM

Because there is not enough room.

Do you want the smaller banner to be under the large one in the center?

RichieBoy67 01-02-2015 11:26 AM

also, should be <div align="center">

Not Div though not sure if matters.

y2ksw 01-03-2015 08:02 AM

Quote:

Originally Posted by Nelson58 (Post 2529875)
Having trouble with the top headers 1 and 2. When I put in two ads, the right hand one drops down a line like this:

https://www.flickr.com/photos/129267...8/15978626330/

https://www.flickr.com/photos/129267...8/15978626330/

I have the code inserted as directed: <Div align="center"> etc, so I am stumped.
I am using VB 4.2.2 pl 2

Please help someone?

Thanks!!

If you want to show banners in the 2 available spaces and a dynamic page width, you need also to use some CSS to position the banners well. With the standard inbuilt feature of the ad headers 1 and 2, I never got working a single one unless using a fixed page width ... but I fail to know HTML and CSS well enough. A good designer can do it :)

Nelson58 01-03-2015 02:39 PM

Quote:

Originally Posted by y2ksw (Post 2530155)
If you want to show banners in the 2 available spaces and a dynamic page width, you need also to use some CSS to position the banners well. With the standard inbuilt feature of the ad headers 1 and 2, I never got working a single one unless using a fixed page width ... but I fail to know HTML and CSS well enough. A good designer can do it :)

But...here is my confusion. Aren't they meant to be side by side in the regular template? Why is that not happening? I am sure I am doing something wrong. Is there some command I can add to the div command in VBadvertising or the Styles that does not move things down the page between the two ads?

Thanks...

y2ksw 01-04-2015 01:02 PM

Quote:

Originally Posted by Nelson58 (Post 2530200)
But...here is my confusion. Aren't they meant to be side by side in the regular template? Why is that not happening? I am sure I am doing something wrong. Is there some command I can add to the div command in VBadvertising or the Styles that does not move things down the page between the two ads?

Thanks...

I'm not a designer and all I know is my inability to work properly with CSS and HTML ... that much I have entirely given up and delegate all design to my favorite web master.

Thinking about the logic, I believe the given spaces work with images only, and fail to work properly with scripted ads, such as Google AdSense. As a permanent workaround I have decided to use only fixed width styles and then I use the following CSS, with some tweaking, in order to place AdSense where I wish:

Code:

.rbs_header_2 {
height: 70px;
left: 515px;
position: absolute;
text-align: right;
top: 35px;
width: 468px;
}

Code:

<div class="rbs_header_2"><!--@vbbanners:0@--></div>

Nelson58 01-05-2015 11:10 AM

Giovanni, you rock man.

Here is what I did to get both top ads behaving:

Code:


.rbs_header_1 {
height: 70px;
left: 440px;
position: absolute;
text-align: left;
top: 30px;
width: 750px;
}


.rbs_header_2 {
height: 70px;
left: 500px;
position: absolute;
text-align: right;
top: 35px;
width: 1000px;
}

Thanks again man!!

Nels

osras1 01-07-2015 01:08 AM

is there a mod for this that can be used in vb5?

ozzy47 01-07-2015 01:50 AM

Nope, vB5 does not have the proper hooks to pull this off.


All times are GMT. The time now is 02:55 PM.

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.04125 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete