vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vB Ad Management 4 (https://vborg.vbsupport.ru/showthread.php?t=131150)

msolano 11-05-2007 08:22 PM

I was looking for something like this and i have to thank you for your effort.

Easy to install, simple to use and more important: it works!!!

powerful_rogue 11-06-2007 08:26 AM

Hi,

Im wondering if someone can help :)

Using The Static code section

If I put to 468x60 adsense banners next to each other, they both show up under the first post, but come the next post - only one of them is showing.

However If I put adsense banner then my own banner next to each other, they show up correctly all the way through. Ive attatched some pics as examples.

Also,

How would it be possible to have two 468X60 banners next to each other, but both being random. I want to use a mixture of adsense and also my own banners. From what I can gather, its only possible to have one banner being shown thats random, but is there an easy way to have two showing at the same time but both random.

Hope all that makes sense!

Sandy-XXX 11-06-2007 08:42 AM

Quote:

Originally Posted by RedTyger (Post 1370445)
Is anyone interested in Ad Sharing for vBulletin blogs?


Yes please.

Quote:

Originally Posted by iogames
I don't sleep I practically live on this thread waiting for the new updated version!

Me the same... :D

RedTyger 11-06-2007 08:58 AM

Quote:

Originally Posted by powerful_rogue (Post 1376865)
Hi,

Im wondering if someone can help :)

Using The Static code section

If I put to 468x60 adsense banners next to each other, they both show up under the first post, but come the next post - only one of them is showing.

However If I put adsense banner then my own banner next to each other, they show up correctly all the way through. Ive attatched some pics as examples.

There is a limit on how many Adsense advertisements show up on a page, I believe the limit is 3. You can check this by viewing the source code and seeing if the code for the advertisement is included 4 times but only showing 3 ads.

Quote:

Originally Posted by powerful_rogue (Post 1376865)
Also,

How would it be possible to have two 468X60 banners next to each other, but both being random. I want to use a mixture of adsense and also my own banners. From what I can gather, its only possible to have one banner being shown thats random, but is there an easy way to have two showing at the same time but both random.

Hope all that makes sense!

Next version, coming out very very very soon.

Quote:

Originally Posted by Sandy-XXX (Post 1376871)
Me the same... :D

I know, sorry sorry sorry sorry sorry. ETAs are not my strong point. But it will be very clear why it has taken so long.

powerful_rogue 11-06-2007 09:04 AM

Quote:

Originally Posted by RedTyger (Post 1371755)

Yes you can use any code you like. Just separate them with the delimiter, like so.

Code:

<img src="1.jpg" /> |
<img src="2.jpg" />


How would I go about making the banners clickable? Im currently using:

Quote:

<a href="http://www.doverlocals.co.uk"><img src="images/banner/doverlocals.gif" alt="Dover Locals" border="0" /></a>
However I get a darkblue box around the banner that lights up when you put your mouse over it.

Edit - Thanks for the reply in the post above this :) Is there anyway to change the limit, or is this something set by google?

Looking forward to the next release! Any idea how soon? ;)

RedTyger 11-06-2007 09:21 AM

Quote:

Originally Posted by powerful_rogue (Post 1376880)
How would I go about making the banners clickable? Im currently using:

However I get a darkblue box around the banner that lights up when you put your mouse over it.

AdminCP > Styles & Templates > Style Manager > Choose 'Main CSS' from the theme dropdown menu. Scroll to the bottom where it says "Additional CSS Defintions" and in that box underneath what's there, paste:

Code:

img {
border:0;
}

That removes all borders from all images unless otherwise specified.

Quote:

Originally Posted by powerful_rogue (Post 1376880)
Edit - Thanks for the reply in the post above this :) Is there anyway to change the limit, or is this something set by google?

It's Google set.

Quote:

Originally Posted by powerful_rogue (Post 1376880)
Looking forward to the next release! Any idea how soon? ;)

I think I should learn from my mistakes and stop saying. It's pretty much finished.

eJM 11-06-2007 09:55 AM

RedTyger,

I've set this mod up a while back on another forum I manage. It works just fine. I have recently decided I would like to install it on my own flooring forum, but have held back for the last week or so in anticipation for the the next version.

Can you tell me if there will be any code editing involved if I go ahead and install this version now and then upgrade when you post the new version? I don't want to rush you and think there is value in this version. But if it's going to entail much editing and configuring when the new version is released, I can wait for a while longer.

Thanks,

Jim

RedTyger 11-06-2007 04:06 PM

I would wait. The next version will unfortunately require removing a current installation, as it is not compatible with earlier versions.

dutchbb 11-06-2007 05:03 PM

Is it possible to add a flashbanner?

Like:

Code:

<script language="javascript">
        if (AC_FL_RunContent == 0) {
                alert("This page requires AC_RunActiveContent.js.");
        } else {
                AC_FL_RunContent(
                        'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                        'width', '468',
                        'height', '60',
                        'src', '3',
                        'quality', 'high',
                        'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                        'align', 'middle',
                        'play', 'true',
                        'loop', 'true',
                        'scale', 'showall',
                        'wmode', 'window',
                        'devicefont', 'false',
                        'id', '3',
                        'bgcolor', '#ffffff',
                        'name', '3',
                        'menu', 'true',
                        'allowFullScreen', 'false',
                        'allowScriptAccess','sameDomain',
                        'movie', '3',
                        'salign', ''
                        ); //end AC code
        }
</script>
<noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="60" id="3" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="3.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />        <embed src="3.swf" quality="high" bgcolor="#ffffff" width="468" height="60" name="3" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>

</noscript>


RedTyger 11-06-2007 08:35 PM

Yes.


All times are GMT. The time now is 10:31 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.03525 seconds
  • Memory Usage 1,766KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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