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

1) No, that's prevented from happening now. It was added on the page before this one.

2) Yes, it can in just the same way as global usergroup settings are done. If a usergroup is not added to Ad sharing usergroups they will see the Admin's default adcode instead.
Reply With Quote
  #543  
Old 02-26-2007, 12:37 AM
EricPSF's Avatar
EricPSF EricPSF is offline
 
Join Date: Jan 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Pls help, I am a dumber in coding.

1) I am stuck with this. May I know how to modify the below $footer_advertisement placement so that the footer ad is not too close to the bottom menu? See attachement.

$footer_advertisement
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br/>

2) May I know what happened to my left column ads. There is a big gap when I maximize the window. How to re-adjust it back? This only happened in one of the catergory. See attachment.

3) How to center those ads in the left column
Reply With Quote
  #544  
Old 02-26-2007, 03:07 AM
EmraHELL EmraHELL is offline
 
Join Date: Jan 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice... thxxx
Reply With Quote
  #545  
Old 02-26-2007, 09:04 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 EricPSF View Post
Hi,

Pls help, I am a dumber in coding.

1) I am stuck with this. May I know how to modify the below $footer_advertisement placement so that the footer ad is not too close to the bottom menu? See attachement.

$footer_advertisement
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br/>

2) May I know what happened to my left column ads. There is a big gap when I maximize the window. How to re-adjust it back? This only happened in one of the catergory. See attachment.

3) How to center those ads in the left column
1) Add a <br /> to the top of your footer Adcode.

2) The columns are buggy and unreliable, I'm using Jelsoft's suggested method of adding them and I couldn't improve it myself so that's as good as it gets I'm afraid.

3) Surround your left column Adcode with <span style="text-align:center;">ADCODE</span>.
Reply With Quote
  #546  
Old 02-26-2007, 12:46 PM
EricPSF's Avatar
EricPSF EricPSF is offline
 
Join Date: Jan 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Redtyger for the fast reply!
Reply With Quote
  #547  
Old 02-26-2007, 01:38 PM
rnmcd rnmcd is offline
 
Join Date: Aug 2004
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a history of my questions/replies about adding a different banner ad for different forums/subforums:


Quote:
Originally Posted by rnmcd View Post
I apologize if this has been asked and replied to before but I couldn't seem to find the answer in the 8 or 9 pages I read.

Are we able to have different ads for each forum/sub-forum?

Thank you redtyger.


Quote:
Originally Posted by RedTyger View Post
Yes, but you have to add all but one set of ad code to the (whatever)_advertisement template.

<if condition="$foruminfo[forumid]" == '1'>
Ad code for forum ID 1
</if>
<if condition="$foruminfo[forumid]" == '2'>
$header(or whatever)_adcode
</if>
<if condition="$foruminfo[forumid]" == '3'>
Ad code for forum ID 3
</if>

And so on.


Quote:
Originally Posted by wowway1 View Post
Please please please - allow specific ads for a particular forum! This would solve my problem if I could great individual forum sponsors (different static ad at the top of individual forums). Is there a way to do this? It looks like the same ad has to be displayed on the forums you choose. I need a different ad for each forum.
Quote:
Originally Posted by madkeen View Post
Is it possible to nominate different ads for each category of your forum?

I would like to run certain ads in certain categories so that I can use ads that are targeted for that category. This way I can target specific advertisers for each category. Advertisers would much rather have their ad targeted at a more defined group of people. The more you can assure your advertisers that their ad is being displayed at their target demographic the more they are willing to pay.

If it will be possible that would be fantastic.

Thanks
Quote:
Originally Posted by rnmcd View Post
Aren't these people asking to do the same thing?

I asked RedTyger if this was possible (in an earlier thread) and RedTyger said it was possible.

Is it possible?
Quote:
Originally Posted by RedTyger View Post
Not in the sense that it's asked for, no. Any other method may be vaguely possible but you may as well just stick to template edits than use this modification.

I just want to make sure I understand correctly and that I have explained what I am trying to do (have different banner ads on various forums/subforums within the same vB message board).

So would template edits be the best way to do this or would the method that redtyger mentioned above (see the quoted post in dark green font) be the better method?

Thank you.
Reply With Quote
  #548  
Old 02-26-2007, 01:41 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's up to you. The reason I said what I did second time around is because what's in green essentially is just template edits. The Ad Management modification as a whole will ONLY deal with the $whatever_advertisement code, the rest will have to be done with template conditionals for usergroups, scripts etc separately in the template.

So while it is possible, if you need all of the above I'd suggest doing it manually or using a different modification, since only one of your forum ads will benefit from the settings and features it provides. If you use the Ad-Sharing version it's essentially impossible.
Reply With Quote
  #549  
Old 02-27-2007, 09:12 PM
sandrodz sandrodz is offline
 
Join Date: Mar 2006
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so basically I need quick help... I'm using vb ad manager, and I have several other mods installed on the forum... I'm also using google analysis with vbadmanager. I'm wondering if google analysis script run via vbadmanager placed on all modified vb pages? I've like tags script, is it being tracked now? I don't see any stats in my google account, that's why I'm wondering... any help appreciated
Reply With Quote
  #550  
Old 02-27-2007, 09:14 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't follow sorry. But the easy way to test if the Analytics code is being included is to just view the source code of any page. It'll be right at the very end.
Reply With Quote
  #551  
Old 02-28-2007, 02:01 AM
BigJimTheLug BigJimTheLug is offline
 
Join Date: Nov 2006
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, this is great. Thank you.
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 03:53 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.06340 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
  • (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
  • (5)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