Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
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
  #332  
Old 01-22-2007, 01: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 bada_bing View Post
Here are the screen shots
Ah, I see. No there's nothing I can do about that I'm afraid, it's up to you to size the advertisements to your forum.
Reply With Quote
  #333  
Old 01-22-2007, 02:49 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ah ok any hopes of this getting corrected on next release?
Reply With Quote
  #334  
Old 01-22-2007, 02:51 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, like I just said...if someone is going to use an advertisement that's too big for the space they've got, that's up to them. I can't do anything about it. If you don't have enough space, don't use that advertisement. Simple as that.
Reply With Quote
  #335  
Old 01-22-2007, 06:11 PM
klmklm klmklm is offline
 
Join Date: Jan 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I am sure I missed something in the installateion, I managed to
PHP Code:
Find <!-- post $post[postidpopup menu --> and paste $postbit_advertisement above it in your postbit postbit_legacy templates
How do I:-
  1. Upload the product using the Product Manager.
  2. And where is the install button on the download page for me to proceed with the download


Any help is appreciated......
Reply With Quote
  #336  
Old 01-22-2007, 08:36 PM
Shoei Shoei is offline
 
Join Date: Jan 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a heads up to people who want their ads to work with other products like IBProArcade and such to use $GLOBALS[] in their style templates like
PHP Code:
$GLOBALS[footer_advertisement
Reply With Quote
  #337  
Old 01-22-2007, 08:40 PM
SportsZone's Avatar
SportsZone SportsZone is offline
 
Join Date: Aug 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem. My site has 3 different styles, and I want the google ads, when showing, to blend into the styles background. At the moment, I have got the same ad on all the styles, which looks messy.

So what I want to know is, how do I restrict certain ads to a style?
Reply With Quote
  #338  
Old 01-23-2007, 08:51 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 SportsZone View Post
I have a problem. My site has 3 different styles, and I want the google ads, when showing, to blend into the styles background. At the moment, I have got the same ad on all the styles, which looks messy.

So what I want to know is, how do I restrict certain ads to a style?
Edit the (whatever)_advertisement template and change it to the following.

Code:
<if condition="$bbuserinfo['styleid'] == 1">
$(whatever)_adcode
</if>
<if condition="$bbuserinfo['styleid'] == 2">
Your advertisement code for styleid 2
</if>
<if condition="$bbuserinfo['styleid'] == 3">
Your advertisement code for styleid 3
</if>
Etc. You can't manage style-specifics from the AdminCP.
Reply With Quote
  #339  
Old 01-23-2007, 04:43 PM
azn_romeo_4u azn_romeo_4u is offline
 
Join Date: Feb 2006
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like an awesome mod O_O gonna be using it ASAP.
Reply With Quote
  #340  
Old 01-23-2007, 07:51 PM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers for the update.
Reply With Quote
  #341  
Old 01-23-2007, 07:52 PM
dbdbdbdb dbdbdbdb is offline
 
Join Date: Nov 2001
Location: asdas
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installing V3.0 the following errors did occur in forumdisplay.php:

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

and:

Die Cookies konnten nicht gesetzt werden, da der Header schon an den Browser geschickt wurde.
Datei: /is/htdocs/xxxx/www/xxxxx/forum/includes/class_core.php
Zeile: 3036
Reply With Quote
Reply

Thread Tools

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 07:18 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.07402 seconds
  • Memory Usage 2,314KB
  • 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
  • (2)bbcode_php
  • (3)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