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
  #232  
Old 01-09-2007, 08:45 PM
Suzie Suzie is offline
 
Join Date: May 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When inserting ads into single threads, what if you want one specific ad in individual threads? Can you do that and have several different ads for individual threads and not rotate ads. For instance if you have 3 advertisers that want to advertise in a thread about a specific topic .... and no where else can you set 3 ads about 3 different items and have them show only in the threads specified?
Reply With Quote
  #233  
Old 01-10-2007, 02:30 AM
snikle snikle is offline
 
Join Date: Mar 2002
Location: usa
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent work, installation was a breeze and it works perfectly thus far. Great job!

Ok, question.
Say I wanted only the ad banners to show up on my very first forum page (forum home), would that be done using the forumbit controls?
Reply With Quote
  #234  
Old 01-10-2007, 08:19 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 Suzie View Post
When inserting ads into single threads, what if you want one specific ad in individual threads? Can you do that and have several different ads for individual threads and not rotate ads. For instance if you have 3 advertisers that want to advertise in a thread about a specific topic .... and no where else can you set 3 ads about 3 different items and have them show only in the threads specified?
Not with this modification, no. You'd have to edit the postbit template and for each specific thread add this to where you wanted the ad to go:

Code:
<if condition="$thread[threadid] == '12345'">
Adcode for this thread ID
</if>
<if condition="$thread[threadid] == '678910'">
Adcode for this thread ID
</if>
And so on.

Quote:
Originally Posted by snikle View Post
Excellent work, installation was a breeze and it works perfectly thus far. Great job!

Ok, question.
Say I wanted only the ad banners to show up on my very first forum page (forum home), would that be done using the forumbit controls?
Forumbit ads would make them show up where the name of each each forum is, yes.
Reply With Quote
  #235  
Old 01-10-2007, 03:17 PM
echamberlain's Avatar
echamberlain echamberlain is offline
 
Join Date: Aug 2006
Location: San Francisco
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, I have it working with phpAdsNew (I was using another mod with xml-rpc, but have switch to javascript for this mod).

I'd like to add a feature request for the following ad locations:
  • navbar
  • search_results_postbit
and the option to left align postbit ads.

I've manually edited the templates for now, but would like to be able to make the changes in the adminCP.
Reply With Quote
  #236  
Old 01-10-2007, 03:51 PM
admin0's Avatar
admin0 admin0 is offline
 
Join Date: Mar 2003
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep. This works perfectly with phpAdsNew.

Would love to see more places where ads can be targeted.
Reply With Quote
  #237  
Old 01-10-2007, 04:07 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by echamberlain View Post
Great mod, I have it working with phpAdsNew (I was using another mod with xml-rpc, but have switch to javascript for this mod).

I'd like to add a feature request for the following ad locations:
  • navbar
  • search_results_postbit
and the option to left align postbit ads.

I've manually edited the templates for now, but would like to be able to make the changes in the adminCP.
Just taken a look at search_results_postbit and I agree. I'll add it to the next version. I didn't include any search templates because of Google's TOS, but of course that doesn't apply to everyone so...

Styling is unlikely to ever be done via the AdminCP. it's very unwieldy, especially since there's no way to hook CSS into the forum's existing stylesheet. And more to the point there's so many ways people might want to format, I could never cover them all. The options would be huge! It's likely to be template edits all the way.

Navbar you can already do if you need. Just change the template edit to $GLOBALS[$header_advertisement] (I think it is, it's discussed earlier in the thread for vBCMPS) and add it to the navbar template instead of the header template. But the thought does occur that I could add perhaps two "miscellanous" adcode sections which can be placed anywhere at all in case someone wants a header template and a navbar template, for instance.

Quote:
Originally Posted by admin0 View Post
Yep. This works perfectly with phpAdsNew.

Would love to see more places where ads can be targeted.
Such as? If you don't ask, you don't get...
Reply With Quote
  #238  
Old 01-10-2007, 06:56 PM
GFX Brands GFX Brands is offline
 
Join Date: Nov 2006
Location: Columbus,Ohio
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THis is a great code. But it seem to have one bug i found.

When i do the template edit on the header template while using the rightside advertisement on show thread the sidebar advertisemetn dosent seem to work but on forumhome it does. When i use the default header leftsider advertisement works. So is there any fix.
Reply With Quote
  #239  
Old 01-10-2007, 09:40 PM
admin0's Avatar
admin0 admin0 is offline
 
Join Date: Mar 2003
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am using this via phpadsnew, but for some reasons, cannot get the rotator to work
It works fine when people move from 1 page to another, but staying in the same page, the ads stay the same.
calling the same zone command, exactly as the first one using a , also does not rotate without refresh.
Reply With Quote
  #240  
Old 01-11-2007, 07:47 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 GFX Brands View Post
THis is a great code. But it seem to have one bug i found.

When i do the template edit on the header template while using the rightside advertisement on show thread the sidebar advertisemetn dosent seem to work but on forumhome it does. When i use the default header leftsider advertisement works. So is there any fix.
Didn't quite follow that, sorry. Could I have a link to see the problem?


Quote:
Originally Posted by admin0 View Post
i am using this via phpadsnew, but for some reasons, cannot get the rotator to work
It works fine when people move from 1 page to another, but staying in the same page, the ads stay the same.
calling the same zone command, exactly as the first one using a , also does not rotate without refresh.
It was never intended to rotate without a refresh. It just picks a random advert on page load.
Reply With Quote
  #241  
Old 01-11-2007, 12:43 PM
ESADCG ESADCG is offline
 
Join Date: Mar 2005
Location: FLORIDA
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having an issue.
If I enter a user ID in the "Do NOT display advertisements for UserIDs:"
It turns off ads on the entire forum for everyone.
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 02:53 PM.


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.05976 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
  • (1)bbcode_code
  • (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
  • (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