Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Ad Management 4 Details »»
vB Ad Management 4
Version: 5.00, by RedTyger RedTyger is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 11-08-2006 Last Update: 12-12-2007 Installs: 1791
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.


What does it do?

Features include global settings, advertisements allowing template conditionals, ad sharing and ad revenue sharing, timed advertisements, preset popular ad locations and functions such as sponsors, additional custom ad locations, random and static advertisements and its all very easy to use. You can use it for ordinary ads like adsense, banner rotations, or any content at all as well as using it to manage ads outside your forum too.

You can read in more detail about these and other features in the manual, which also contains some helpful notes and instructions, as well as the installation and upgrade instructions



If you are using autoinsertion and were using vB Ad Management before version 4.00, you will need to remove your old template edits or advertisements will appear multiple times. Just reverse the old instructions below.

Quote:
* Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
* Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
* Paste $threadbit_advertisement at the bottom of your threadbit template.
* Paste $footer_advertisement at the top of your footer template.
* Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
* Find &nbsp; in your header template and replace it with $header_advertisement.
* Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1232  
Old 06-25-2007, 09:23 PM
Tony_FPM Tony_FPM is offline
 
Join Date: Feb 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey all ,

I had this mod working on my default forum style but today i installed the redbar style and i cant get the header advertising working. Well i get it working but i want it on the right upper conner in the red section. The header template is totally different and i dont know where i have to put the $header_advertisement variabel to het it how i want.

See here how my header template is...Please help me!!!!!

Quote:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><a href="index.php"><img src="redbar/elements/logo.jpg" border="0"></a></td>
</tr>
<tr>
<td background="redbar/elements/catsub.jpg" height="24" class="menu">
<a href="http://www.freakpyromaniacs.com">Main</a> &nbsp;&nbsp;
<a href="http://www.freakpyromaniacs.com/album/">Photos</a> &nbsp;&nbsp;
<a href="http://www.freakpyromaniacs.com/forum/forumdisplay.php?f=133">Movies</a>
&nbsp; &nbsp;
</td>
</tr>
<tr>
<td width="100%">
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Reply With Quote
  #1233  
Old 06-26-2007, 02:14 AM
Tourmeister Tourmeister is offline
 
Join Date: Nov 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just curious if anyone has thoughts about server load issues using this Mod? I have mine setup so that there are two header images and two footer images, ALL randomizing independent of each other. (just copied the code and changed the variable names). So I am wondering if that might have a significant effect on the server load?
Reply With Quote
  #1234  
Old 06-26-2007, 08:07 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tony_FPM View Post
Hey all ,

I had this mod working on my default forum style but today i installed the redbar style and i cant get the header advertising working. Well i get it working but i want it on the right upper conner in the red section. The header template is totally different and i dont know where i have to put the $header_advertisement variabel to het it how i want.

See here how my header template is...Please help me!!!!!
You can put it wherever you like. If it doesn't look right, just move it again.


Quote:
Originally Posted by Tourmeister View Post
Just curious if anyone has thoughts about server load issues using this Mod? I have mine setup so that there are two header images and two footer images, ALL randomizing independent of each other. (just copied the code and changed the variable names). So I am wondering if that might have a significant effect on the server load?
There are some quite sizable forums using the modification and it's gradually been made more efficient over the versions. There's not really much I can do to improve it by this point. I think it's quite effectively done. Certainly it should not have a significant effect and I'd be surprised if it had even a small effect to be honest.
Reply With Quote
  #1235  
Old 06-26-2007, 03:26 PM
cormee's Avatar
cormee cormee is offline
 
Join Date: May 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I have this installed on my site and it appears to be working when I use simple html or plain text, but then I try used php AdsNew javascript it doesn't display the ads.

For an example of what I mean see http://www.newtotown.ie/forum/feedba...-site-401.html

here is the code I used:

<img src="http://www.newtotown.ie/gif/chauffeur.jpg

(This is the static image of the chauffeur which is displaying fine in that link)

<script language='JavaScript' type='text/javascript' src='http://www.xxxxxx.xxx/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);

document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://www.xxxxxxxx.xx/adjs.php?n=" + phpAds_random);
document.write ("&amp;what=zone:1&amp;blockcampaign=1");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script>
<noscript>
<a href='http://www.xxx.xxx/adclick.php?n=ac7e96a4'><img src='http://www.xx.xxx/adview.php?what=zone:1&amp;n=ac7e96a4' alt='' border='0' class="imgborder"></a>
<br />
</noscript>

(This is the code that isnt working)

Does anyone know what might be causing this?

Thanks
Reply With Quote
  #1236  
Old 06-26-2007, 05:28 PM
ru55ian's Avatar
ru55ian ru55ian is offline
 
Join Date: May 2007
Location: Canada
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am missing something here, i have installed it, and it should be working, because "sponsored" table shows up in the postbit legacy as a second post as well as the last post, but no actual advertisement shows up inside that table, i am using Google adsense, and if i click refresh several times, then add will actually show up at random, but only on the last post, never shows up on the second post... is there a bug i am not aware of?

help needed.
Reply With Quote
  #1237  
Old 06-26-2007, 07:13 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That would be a problem at Google's end.
Reply With Quote
  #1238  
Old 06-26-2007, 08:53 PM
Tony_FPM Tony_FPM is offline
 
Join Date: Feb 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
You can put it wherever you like. If it doesn't look right, just move it again.
Well i did that but we dont seem to get it where we want.
Somebody help me please!!!!!
Reply With Quote
  #1239  
Old 06-27-2007, 01:18 AM
ru55ian's Avatar
ru55ian ru55ian is offline
 
Join Date: May 2007
Location: Canada
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #1240  
Old 06-27-2007, 07:14 AM
cormee's Avatar
cormee cormee is offline
 
Join Date: May 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Redtyger

Do you know of anything that may be killing the php Adsnew javascript in my installation?
Reply With Quote
  #1241  
Old 06-27-2007, 08:14 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tony_FPM View Post
Well i did that but we dont seem to get it where we want.
Somebody help me please!!!!!
Well, keep moving it! It's difficult to help with a customised forum. Not least because you haven't actually said where you want it.

Quote:
Originally Posted by cormee View Post
Hi Redtyger

Do you know of anything that may be killing the php Adsnew javascript in my installation?
I recall that someone else had the problem but I can't remember how they solved it. Try searching the thread and/or hoping that someone else will post back with the answer.
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 12:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05957 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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