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
  #2352  
Old 03-03-2008, 12:02 AM
baranowskim baranowskim is offline
 
Join Date: Dec 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As I understand and according to the help text, with this hack one can display a different banner per forum?

Example, I have 10 sponsors and I only want specific banners to show within certain forums, whether logged or not, so that certain ads are shown on for certain
forums. I have vBulletin 3.68 and nothing even appears in the right column.

Here's my script for Right Column enabled:

<if condition="$forumid == 36">
<table width="170" height="1300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><div align="center">
<p><img src="http://www.newbusinesschat.com/ads/ut-irwin.jpg" /></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-united.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-digitalranch.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-icgroup.jpg" /></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-gilman.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-cube.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-advantage.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-pulse.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-dandd.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-geekbox.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-danreed.jpg"/></p>
<p><img src="http://www.newbusinesschat.com/ads/ut-intermountain.jpg"/></p>
</div></td>
</tr>
</table>
</if>

<if> .......
</if> ........... and so on for other forumids

I have also used all the follwing vBulletin Template Conditionals List to see if one of them would work:

<if condition="$forumid == 5">
<if condition="$forum[forumid] == 5">
<if condition="$foruminfo[forumid] == 5">
<if condition="$thread[forumid] == 5">

Still nothing. Just blank column. CAN ANYONE HELP PLEASE!
Reply With Quote
  #2353  
Old 03-03-2008, 03:05 AM
abroad abroad is offline
 
Join Date: Mar 2007
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I realise this:

I am using vBlog and I want to show on a members blog the members adsense code, so that the member can make money with his blog. If the member does not have an adsense code, I want to use my own code.

How do I realise this?

I was thinking of placing this in a vblog template (field6 is the Adsense Pub ID specified by the blog owner in his profile):

If #field6#_of_blogowner is not empty then:

<script type="text/javascript">
<!--
google_ad_client = "#field6# of blogowner";
google_ad_slot = "6799";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

Otherwise:
my own adsense code

How do I write this? I dont know which variables to use e.g. for vblog to write a condition.
Reply With Quote
  #2354  
Old 03-03-2008, 03:16 AM
Realbigsource's Avatar
Realbigsource Realbigsource is offline
 
Join Date: Feb 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I removed this notice "Remove advertisements" from showing on the ad?

Thanks
Reply With Quote
  #2355  
Old 03-04-2008, 03:05 AM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to show ads on the header but it doesnt seem to work although the preview code is alright... my website is at limeroll.com

i wonder what's the problem. can someone help?
Reply With Quote
  #2356  
Old 03-04-2008, 10:37 AM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Attached is the image... seems like everything is in order but nothing shows up... Im using vbadvanced

Reply With Quote
  #2357  
Old 03-04-2008, 08:20 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by solidlink View Post
Attached is the image... seems like everything is in order but nothing shows up... Im using vbadvanced

You need to insert the location you want the ad.

put top or bottom in the area marked automatic insertion. Also, make sure auto insertion is turned on in the settings.
Reply With Quote
  #2358  
Old 03-04-2008, 08:25 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Realbigsource View Post
How do I removed this notice "Remove advertisements" from showing on the ad?

Thanks
I don't know if this is something you are allowed to do (I'm new here), so hopefully the author will let us know.

In order to take that out you would have to delete the code within the templates.

For Example:

in advertisement_footer delete the below code....

Quote:
<if condition="$footer_adcode != ''">
<div class="smallfont">
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
</div>
</if>
Reply With Quote
  #2359  
Old 03-07-2008, 04:34 PM
ram94401 ram94401 is offline
 
Join Date: Dec 2007
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vgevolution View Post
There's a vb phrase you can clear to remove that text. Do a phrase search for Remove Advertisement and you'll find it.
Very smart! Thank you, it worked!
Reply With Quote
  #2360  
Old 03-07-2008, 04:58 PM
vNew vNew is offline
 
Join Date: Oct 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RaceJunkie View Post
There are many issues and it's not supported by the coder any longer as he had not replied to this thread in months
Alternatives? Any mod suggestion(s) you feel is(are) relatively bug-free and useful?

Anyone? Thanks
Reply With Quote
  #2361  
Old 03-09-2008, 06:44 AM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome Hack...

I have it enabled to rotate through my Adsense AND Tradedoubler ads....

Top Top HAck

INSTALLED
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 01:26 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.09430 seconds
  • Memory Usage 2,323KB
  • 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
  • (6)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
  • (4)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