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
  #1562  
Old 10-26-2007, 05:11 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are other users reporting that they never see their own shared stuff, or is it just you? Shared code is never displayed to the person who owns it, to avoid accidentally clicking on it yourself and getting into trouble with your ad provider.
Reply With Quote
  #1563  
Old 10-26-2007, 05:54 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Are other users reporting that they never see their own shared stuff, or is it just you? Shared code is never displayed to the person who owns it, to avoid accidentally clicking on it yourself and getting into trouble with your ad provider.
I rather wait for the next version :P
any ETA?
Reply With Quote
  #1564  
Old 10-26-2007, 05:55 PM
Hendrizius's Avatar
Hendrizius Hendrizius is offline
 
Join Date: May 2007
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Only guests are seing advertisments on my forum.

I logged out and checked another users thread (he entered is pub-xxxxx) and refreshed several times and then looked up the source code. Out of 6 times there were never his ads displayed.

Thanks for the quick reply by the way. Are my settings correct?

I just noticed:
Quote:
If you only want to exclude usergroups instead of including them, leave this blank to display the advertisement to everyone except those listed below.
Could this be the mistake? I disabled showing advertisments globally for the Usergroups: 5|6|29|39|28. I do not want advertisments to be shown for them, however I would like to allow them pariticipating iat the sharing program.
Reply With Quote
  #1565  
Old 10-27-2007, 09:12 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 Hendrizius View Post
Could this be the mistake? I disabled showing advertisments globally for the Usergroups: 5|6|29|39|28. I do not want advertisments to be shown for them, however I would like to allow them pariticipating iat the sharing program.
That probably is it. Technically its correct behaviour, but I'm not sure it should be. I'll mull that one over.
Reply With Quote
  #1566  
Old 10-27-2007, 01:32 PM
class101 class101 is offline
 
Join Date: Sep 2007
Location: France
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

an useful option would be to be able to configure differents ads skins for people using several skins, because yet I'm forced to use my dark colors adsense ads on a white and clear skins, not really good we cant setup specific ads for each of our skins.
Reply With Quote
  #1567  
Old 10-27-2007, 04:13 PM
illz- illz- is offline
 
Join Date: Oct 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks man this is a great mod...

it has been installed on my forum...
Reply With Quote
  #1568  
Old 10-27-2007, 04:24 PM
class101 class101 is offline
 
Join Date: Sep 2007
Location: France
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by class101 View Post
an useful option would be to be able to configure differents ads skins for people using several skins, because yet I'm forced to use my dark colors adsense ads on a white and clear skins, not really good we cant setup specific ads for each of our skins.
Have found a workaround for peoples with several styles, if you wanna change your ad colors , setup custom replacement variables within the style section in admincp that way:

you setup to replace the var google_color_bg = "2C2C2C"; by google_color_bg = "FFFFFF"; for example and it's working fine without modding any code
Reply With Quote
  #1569  
Old 10-27-2007, 04:44 PM
Hendrizius's Avatar
Hendrizius Hendrizius is offline
 
Join Date: May 2007
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by class101 View Post
Have found a workaround for peoples with several styles, if you wanna change your ad colors , setup custom replacement variables within the style section in admincp that way:

you setup to replace the var google_color_bg = "2C2C2C"; by google_color_bg = "FFFFFF"; for example and it's working fine without modding any code
Wow, thanks. That helped my other prior problems as well!

I wondered if anyone could share acceptable-banner locations for members. I do not want to start them disliking my board because of the banners. Are there good/acceptable locations? Currently only guests see ADs on my board, but it seems to cause problems with the sharing-option.
Reply With Quote
  #1570  
Old 10-27-2007, 04:56 PM
class101 class101 is offline
 
Join Date: Sep 2007
Location: France
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah that's an awesome feature replacement variable. I use a lot to change images from style to style without modding the original style, that's really awesome feature.
If you want to make your google ad color code unique , put "//header1" "//header2" that way in the google adsense code located in the vvb ads options

google_ad_channel = "";//thread1
google_color_border = "2C2C2C";//thread1
google_color_bg = "2C2C2C";//thread1
google_color_link = "0B0B0B";//thread1
google_color_text = "000000";//thread1
google_color_url = "008000";//thread1


then it adds a better check on the replacement variable if you replace

google_color_text = "000000";//thread1
to
google_color_text = "FFFFFF";//thread1

that way you sure the replacement variable won't affect another google ads than the one for the threadbit1 you have setup. hope you see what I mean

Quote:
I wondered if anyone could share acceptable-banner locations for members. I do not want to start them disliking my board because of the banners. Are there good/acceptable locations? Currently only guests see ADs on my board, but it seems to cause problems with the sharing-option.

me I use all the one available in vbad without on forum sides, all members , guest , also activated it in the newpost section, they are really cool locations and so far enough
Reply With Quote
  #1571  
Old 10-28-2007, 06:37 AM
Effendy Hakim Effendy Hakim is offline
 
Join Date: Oct 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear All

Left / Right margin not balance, anyone can help ??
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:08 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.06150 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
  • (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