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
  #1182  
Old 06-14-2007, 01:16 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by onehost View Post
would this ad system show adsense?
Yes. Certainly.
Reply With Quote
  #1183  
Old 06-14-2007, 02:31 AM
Tourmeister Tourmeister is offline
 
Join Date: Nov 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great for me. But now I have a question!

I want to have a usergroup called "Advertiser". Users use the VB subscription system to pay a fee and automatically be added to this usergroup. Then, when I add banner images to the list in the Admin control panel Ad Management options, I'd like to be able to associate the entries to the users in the Advertiser usergroup. Thus, at the end of their subscription term, their entry on the list is automatically overlooked and no longer displays.

Example:

When random image selected, check to see if associated user is member of Advertiser usergroup

-- Yes, then display image normally
-- No, then do not display image and repeat random selection

This way, I don't have to be so heavily involved in keeping track of when peoples banners should no longer display or when they should be reactivated if they renew their advertiser status.

Anyone have any ideas?
Reply With Quote
  #1184  
Old 06-14-2007, 11:48 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tourmeister, vBulletin doesn't do promotions automatically based on subscriptions as far as I'm aware. There's certainly no facility for it with this modification, sorry.

Quote:
Originally Posted by djbaxter View Post
This latest version of global_start.php fixed the problem for me.
Excellent! At last! Update forthcoming then...
Reply With Quote
  #1185  
Old 06-14-2007, 03:23 PM
Tourmeister Tourmeister is offline
 
Join Date: Nov 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Tourmeister, vBulletin doesn't do promotions automatically based on subscriptions as far as I'm aware. There's certainly no facility for it with this modification, sorry.
Sure it does When you create a subscription, there is an option to change the user's usergroup in the upper right corner. When people donate, I put them into a Forum Supporter usergroup (as "Additional member" and not as "Primary"). When their donation term expires, they are automatically removed from the Forum Supporter usergroup. I do the same thing for the Advertisers usergroup. So if there is some way to associate a banner entry on the list in the Ad Management control panel with the user, and then check for their usergroup status... it all becomes automated very nicely!
Reply With Quote
  #1186  
Old 06-15-2007, 01:25 AM
Yvgeniy Yvgeniy is offline
 
Join Date: Jan 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm still experiencing problems with the vB Ad Management credit at the bottom of the page. You released a small fix for it before to prevent the problem of it recreating itself more than once (meaning, you'd have like 3 in a row at the bottom there), however, the fix doesn't really prevent it from continuing to multiply. Basically, what I have to do is rewrite the XML file every once in a while when I notice that it starts making copies of itself again. Could you release another fix to prevent the process entirely, or have you already done that and I somehow missed it? Let me know.
Reply With Quote
  #1187  
Old 06-15-2007, 02:07 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Yvgeniy View Post
I'm still experiencing problems with the vB Ad Management credit at the bottom of the page. You released a small fix for it before to prevent the problem of it recreating itself more than once (meaning, you'd have like 3 in a row at the bottom there), however, the fix doesn't really prevent it from continuing to multiply. Basically, what I have to do is rewrite the XML file every once in a while when I notice that it starts making copies of itself again. Could you release another fix to prevent the process entirely, or have you already done that and I somehow missed it? Let me know.
Which fix was that?

The first "fix" did not work. A couple of days later, the author released a second fix which did the job.

Scan backwards in this thread or use the version attached below (upload it to \includes\vb_ad_management\global_start.php).

The latest file should probably be added to the downloads post in this thread, to avoid confusion.
Reply With Quote
  #1188  
Old 06-15-2007, 12:27 PM
TrIn@dOr TrIn@dOr is offline
 
Join Date: Nov 2006
Location: South Bend, IN
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, upgraded from 3.04 to 3.13, all ok but this:

Quote:
Find &nbsp; in your header template and replace it with $header_advertisement.
I don?t have that code in that template.

vB 3.6.7 PL1
Reply With Quote
  #1189  
Old 06-15-2007, 12:43 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TrIn@dOr View Post
Ok, upgraded from 3.04 to 3.13, all ok but this:

I don?t have that code in that template.

vB 3.6.7 PL1
Just place the tag $header_advertisement wherever you want the ad to appear.
Reply With Quote
  #1190  
Old 06-15-2007, 01:10 PM
TrIn@dOr TrIn@dOr is offline
 
Join Date: Nov 2006
Location: South Bend, IN
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
Just place the tag $header_advertisement wherever you want the ad to appear.
like down $_phpinclude_output ?
Reply With Quote
  #1191  
Old 06-15-2007, 01:16 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sure, if you like. Experiment. Move it around until it's where you want it to be.
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 05:00 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.08470 seconds
  • Memory Usage 2,322KB
  • 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
  • (8)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