vb.org Archive

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

abound 04-16-2009 12:40 PM

Quote:

Originally Posted by abound (Post 1774291)
RedTyger,

You suggested that my settings could be wrong. I have described them below, but have not responded (though you have responded to other posts since). I have had this mod installed for weeks now, including the link to you in my footer, but the ads are not working for me. I do not want to uninstall, because I need the functionality, but I will have to uninstall it if I cannot get any help solving these technical problems. I realize you are busy, and I am not the only one requesting your help, but I think you are the only one who can help me right now.

This was after I posted this: https://vborg.vbsupport.ru/showpost....&postcount=212

RedTyger does not seem inclined to help me... I have had his advert link on my site for a couple of months now, but cannot get his software to work. If anyone can help me diagnose this, I would appreciate it.

pandoros 04-16-2009 09:41 PM

How do I get ads in a specific forum ONLY. no where else?

cmmguy 04-17-2009 01:54 PM

Quote:

Originally Posted by Mattcch (Post 1792309)
Thanks for great mod.

Installed ok in my ya forum with vbseo too.

In my case, need put "$vbam_location[name]" to the header template for top header banner display.

To get the ads to show on the right side of the header on my forum I had to add two table cells next to the logo cell. The included locations did not put the ad on the right margin. This is in the header template.

This is what I added to get the ads to show on the right side. There is also a spot in the center by I am not using it. ad_location_1 & _2 will show up in the drop downs of the Ad Manager.

WARNING: I am a relative virgin at this but can reverse engineer stuff I see so use my change with caution.

Key:
Existing code shown for reference point.
Code I added

Code:

<tr>
        <td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />
</if>
        </td>


<!-- added by cmmguy -->
        <td width="33%">
            <p align="center">
            $vbam_location[ad_location_1]

        </td>
        <td width="33%">
            <p align="right">
            $vbam_location[ad_location_2]

        </td>
<!-- /added by cmmguy -->


Note: I do see the other code in there for the right side banner ad but it just kept pushing that ad to the bottom of the header and never to the right side like I though it should.

cmmguy 04-17-2009 01:57 PM

I cant get the banner ads to rotate on the scheduled interval. I have AJAX working properly on my site(everything else AJAX works).

Does anyone have any luck with that? If so, could you share your settings or have any idea why mine is not working.

I have tried both embedded multiple ads separated by the "|" (but I actually saw that as for random ad showing more than for rotation) and I have tried an ad link to a my Openx account

Thanks

KevinGupta 04-19-2009 06:55 AM

Sorry... but can someone tell me how I can put a banner in? And how do I restrict/show the advertisement to a certain usergroup ...?

Please tell me if I have image link .. How I can put it in.. or if I have uploaded it on the server then how can I put it in..?

Please give me an example code with description .. so its easier to understand and then follow in future..
THanks...!

mitch84 04-19-2009 07:32 AM

installed ,thank you

JWL 04-19-2009 03:50 PM

Quote:

Originally Posted by KevinGupta (Post 1794308)
Sorry... but can someone tell me how I can put a banner in? And how do I restrict/show the advertisement to a certain usergroup ...?

Please tell me if I have image link .. How I can put it in.. or if I have uploaded it on the server then how can I put it in..?

Please give me an example code with description .. so its easier to understand and then follow in future..
THanks...!

Here is what I have on my site that works in the HEADER

PHP Code:

<a href="http://sharetrails.org"><img src="PATH IMAGE1" width="468" height="60" alt="Join The BRC, Fight the Good Fight" border="2" align="" /></a>
|
<
a href="http://www.amadirectlink.com/"><img src="PATH IMAGE 2" width="468" height="60" alt="Join The AMA, Preserve your right to ride" border="2" align="" /></a>
|
<
a href="http://www.melissaparis.com/"><img src="PATH IMAGE 3" width="468" height="60" alt="Malissa Paris, Professional Road Racer, help support and visit this Racer" border="2" align="" /></a

the path to the images is where ever you are storing images aka
(/images/ads/image1.jpg)
or
"http://domain.com/myimages/imige1.jpg"

It is fairly straight forward

KevinGupta 04-20-2009 07:31 AM

Thanks a lot for this. It really did help!

But only one more thing.. could you please tell me how can I restrict it to certain groups? I mean If I just want to show it to a certain usergroup .. how can I do that?

abound 04-20-2009 12:28 PM

Has anyone had the problem where they installed the software, set their settings, and had no ads show up anywhere? What was the culprit?

JWL 04-20-2009 04:07 PM

Quote:

Originally Posted by KevinGupta (Post 1794994)
Thanks a lot for this. It really did help!

But only one more thing.. could you please tell me how can I restrict it to certain groups? I mean If I just want to show it to a certain usergroup .. how can I do that?

In Global settings, you have two choices

Enable advertisements for usergroups:
&
Do NOT enable advertisements for usergroups:

You also have a choice to disable per script, allowing certain pages not to display adverts
Do NOT display advertisements for scripts and software:

There are also conditionals you can use for each add if the global is to restrictive. See Manual under conditionals


All times are GMT. The time now is 09:32 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.01453 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)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
  • (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