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
  #1092  
Old 05-22-2007, 08:50 PM
Philipaclayton Philipaclayton is offline
 
Join Date: Apr 2007
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.6.7? is it made for this version yet?
Reply With Quote
  #1093  
Old 05-23-2007, 08:45 AM
michaelsilvia michaelsilvia is offline
 
Join Date: Jul 2005
Location: South Korea
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I may have to uninstall this as the links keep poping up.
Reply With Quote
  #1094  
Old 05-23-2007, 10:28 AM
Dez_U Dez_U is offline
 
Join Date: Nov 2001
Location: Fife, Scotland
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to make the "left and or right columns" not show on the vBadvances portal index?

This is a great hack and well work installing
Reply With Quote
  #1095  
Old 05-23-2007, 11:14 AM
Divokymuz Divokymuz is offline
 
Join Date: Jan 2002
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello, at first, great mod for vbulletin.

i need something special, a pop-up generated when the user comes into the board. only this time, not every time he hits the boards startpage.

i hope you can understand my english :-)
Reply With Quote
  #1096  
Old 05-25-2007, 08:43 PM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all great MOD!

Just having a small problem.

It worked fine with normall banners.

But, recently signed-up up with tribal fusion which is a CPM banner serving network.

They gave me some code and all works well except some of their banners indent from the left in the header position, others do not and display properly.

They say its definetly my end.

Any ideas?

www.thecomputerforums.co.uk for demo.
Reply With Quote
  #1097  
Old 05-26-2007, 11:31 AM
NovemberRain's Avatar
NovemberRain NovemberRain is offline
 
Join Date: Aug 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dez_U View Post
is it possible to make the "left and or right columns" not show on the vBadvances portal index?

This is a great hack and well work installing
This is also what I need. Is there way to disable left and right ads only in vbadvanced?
Reply With Quote
  #1098  
Old 05-27-2007, 12:56 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 Dave Hybrid View Post
First of all great MOD!

Just having a small problem.

It worked fine with normall banners.

But, recently signed-up up with tribal fusion which is a CPM banner serving network.

They gave me some code and all works well except some of their banners indent from the left in the header position, others do not and display properly.

They say its definetly my end.

Any ideas?

www.thecomputerforums.co.uk for demo.
I refreshed your homepage a bunch of times but I never saw the effect you described. It all looked fine to me. If you have a custom footer setup, could you add a link to http://redtyger.co.uk in there please, it should be added by the modification but apparently not in this case.


Quote:
Originally Posted by NovemberRain View Post
This is also what I need. Is there way to disable left and right ads only in vbadvanced?
You will have to ask at vBAdvanced, they will have a THIS_SCRIPT definition. In the advertisement templates you want to exclude from vBAdvanced, replace the template with the the following:

<if condition="THIS_SCRIPT == 'XGOESHERE'">
CURRENT TEMPLATE CONTENTS
</if>

and replace XGOESHERE with the THIS_SCRIPT definition they give you.
Reply With Quote
  #1099  
Old 05-27-2007, 10:53 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
If you have a custom footer setup, could you add a link to http://redtyger.co.uk in there please, it should be added by the modification but apparently not in this case.
And not in my case, either. I don't have a heavily customized footer - some additions but no deletions. I didn't deliberately remove your footer link and don't believe in doing so. If I benefit from an add-on, I'm happy to give the authgor a link back as credit.

You may want to look again at how that link is supposed to be added.
Reply With Quote
  #1100  
Old 05-28-2007, 02:00 AM
kollam003 kollam003 is offline
 
Join Date: May 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wonderfully explained and made it so simple thanks 4 the product
Reply With Quote
  #1101  
Old 05-28-2007, 07:23 AM
becky1976 becky1976 is offline
 
Join Date: May 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm totally lost. I don't really know much about php code. I installed the vB ad Mgmt without any trouble and even got the left column to show "sponsered Links" but i don't have a clue how to add the ads now. I would like to add gif images from forum members and have them link to their websites but I can't seem to figure out how to do this. What am i doing wrong?
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:58 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.06631 seconds
  • Memory Usage 2,319KB
  • 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
  • (5)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