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)

mhackl 11-01-2007 04:19 PM

Is it possible to make the advertisements display after the first post in the thread rather than the first post on every page?

RedTyger 11-01-2007 04:22 PM

Not until the next update. Which is very very soon. Watch this thread...

class101 11-01-2007 05:01 PM

Quote:

Originally Posted by RedTyger (Post 1373557)
Not until the next update. Which is very very soon. Watch this thread...

*class101 can't wait* :)

crest 11-01-2007 08:06 PM

Hi,

I installed this mod followed all the steps but it won't show anything on my website...

I'm using adsense

www.nipponpower.com.mx/foro

RedTyger 11-01-2007 10:12 PM

It must be that either the instructions were not followed quite correctly or that your settings are not quite correct.

iogames 11-02-2007 08:44 PM

Quote:

Originally Posted by RedTyger (Post 1373557)
Not until the next update. Which is very very soon. Watch this thread...

I don't sleep I practically live on this thread waiting for the new updated version! :rolleyes:

zanami 11-05-2007 03:25 AM

After clean installation (3.6.8) the "vB Ad Management - Ads in Header (Archive)" module is bound to "archive_process_start" hook giving us an ad block above everything on page, including "doctype, html, body" tags. One thing to mention – I'm using "SEO-friendly" archive which (seemingly) doesn't use any style templates. Switching the module to "archive_postheader" hook solved the problem.

dolc 11-05-2007 10:05 AM

thank you so much!

djbaxter 11-05-2007 11:32 AM

Quote:

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

Is anyone interested in vBulletin blogs at all? :o

class101 11-05-2007 11:45 AM

yup I have it , nice feature :) projetc tools so

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.

dutchbb 11-06-2007 08:43 PM

Oh it didn't work with the javascript includes, im now just using the embed tag and it works.

TJFweb 11-08-2007 02:50 AM

Is there any way to force users to use Adsense ads? I don't want them having free reign over what ad code they put in there because they could post malicious code or porn advertisements.

Thanks.

class101 11-08-2007 08:14 AM

Quote:

Originally Posted by TJFweb (Post 1378193)
Is there any way to force users to use Adsense ads? I don't want them having free reign over what ad code they put in there because they could post malicious code or porn advertisements.

Thanks.

Just dont allow them to post ads, I dont see the benefits to use shared ads ..

RedTyger 11-08-2007 08:22 AM

Quote:

Originally Posted by TJFweb (Post 1378193)
Is there any way to force users to use Adsense ads? I don't want them having free reign over what ad code they put in there because they could post malicious code or porn advertisements.

Thanks.

Don't share the entire advertisement, share a small part of it. Leave the "enable HTML" turned off. Use the custom field regex (default vBulletin feature when creating a custom profile field) to restrict what can be entered into the profile field box.

Vinyljunky 11-08-2007 04:36 PM

Hello,

Could somebody explain to me how I can show ads within ibProArcade ?

Oh by the way Thank You for a great mod!

VinylJunky

RedTyger 11-08-2007 04:41 PM

When making the template edits, change $x_advertisement to $GLOBALS[x_advertisement].

TJFweb 11-09-2007 05:26 AM

Hi again RedTyger. Thanks for answering my last question.

I have one more thing to ask - is it possible to specify the forums within which ad sharing is turned on? I only want to enable it for a few forums.

Thanks.

RedTyger 11-09-2007 06:49 AM

Yes, you can specify forums in which it is enabled or forums in which it is disabled.

class101 11-10-2007 03:03 PM

small patch required when you do have ads displayed in the search, like new posts and today posts(not official, search some page ago to know how):

in threadbit_advertisement

FIND

PHP Code:

    <if condition="$show['inlinemod']">
        <
td class="alt1Active">
            &
nbsp;
        </
td>
    </if> 

ADD BEFORE

PHP Code:

<if condition="$show['forumlink']">
<
td class="alt1"></td>
</if> 

this fixes the <td> taking the background color of tborder instead of alt1 on the advertisement <tr> row

razvans 11-10-2007 07:59 PM

Hello

I have installed this hack too. i have bought a new vbulletin license only to create a adsense sharing forum

but i have some problems. the ads are showing only when i am logged in as " admin "

i have filled also the form : "Enable Ad Sharing for Usergroups: " with 1|2|3|4|5|6|7
but i can not see the ads. do you know where is the problem ?

Thanks

RedTyger 11-11-2007 08:49 AM

That is only ad sharing enabling. You need to enable ads in general in the Global Settings section. They display to admins only by default.

razvans 11-11-2007 09:11 PM

Thank you very much for your fast reply. i never thought it will be so fast

I have created a new user and i have used a random pub-code for adsense
example : pub-xxxxxxxxxxxxxxxx

When i am going to that thread started by my fake user the ads are not showing
But if i am looking at the source code the adsense code is there with the right pub-xxxxxxxxxxxxxxxx

Is this a problem from adsense?
Thank you very much for this great plugin

RedTyger 11-11-2007 09:57 PM

I suppose so? All the ad management does is include the additional code, so if its being added correctly I'm not sure what else it could be.

DieselMinded 11-11-2007 10:57 PM

Can you make this work with .swf files?

RedTyger 11-12-2007 06:35 AM

It should work with shockwave already.

razvans 11-12-2007 08:11 AM

Quote:

Originally Posted by RedTyger (Post 1380605)
I suppose so? All the ad management does is include the additional code, so if its being added correctly I'm not sure what else it could be.

Hi again.

I have used for Adcode replacement : #shared#

And for adsense code i have used :

PHP Code:

<script type="text/javascript"><!--
google_ad_client "#shared#";
//header-rounded 468x60, created 11/11/07
google_ad_slot "removed";
google_ad_width 468;
google_ad_height 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script

I am sure something is wrong. i have noticed that adsense code is changed
Do you think it works with this new code provided by google ?
Thanks

RedTyger 11-12-2007 08:28 AM

Only one way to find out. :) I'm afraid if the modification is working correctly there's not much I can offer beyond that. Although I guess I could provide a section of a forum for more general ad stuff.

iogames 11-12-2007 01:35 PM

Hi Tyger! doe the new version will be my Birthday's present or my Xmas'? :D

saintcjh 11-12-2007 05:35 PM

Hello,

I've installed this mod, however its not showing any adverts at all.

Can you please advise me what to do? I've done everything as susgested in other threads of the forum, but with no luck whatsoever.

Kind Regards
Charlie

razvans 11-12-2007 10:36 PM

The mod works very good with old versions of adsense codes. not it works very good. if i am switching back to the new type of adsense code the ads are not showing
Thank you for your reply


All times are GMT. The time now is 08:36 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.02971 seconds
  • Memory Usage 1,854KB
  • 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
  • (3)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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