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
  #852  
Old 04-08-2007, 12:46 PM
mclark2112's Avatar
mclark2112 mclark2112 is offline
 
Join Date: Sep 2002
Location: Eastern USA
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nanaimobar View Post
Do I create the phpadsnew plug manually? If not, please indicate where plugin may be downloaded as I looked in openads and here and couldn't find it.

Thanks.
You have to creat the ad in OpenAds, then generate the code for remote invocation. That code is what you put in your vB Ad block.

I would explain the whole process, but that is really complicated. You have to learn to love OpenAds....
Reply With Quote
  #853  
Old 04-09-2007, 03:21 AM
peril peril is offline
 
Join Date: Apr 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this mod on VB 3.6.5. But no ads appearing.

Made all changes as per instructions.

I am not sure if I need to make changes given under "How to add your own custom adcode blocks in 3 minutes"

I have installed VB advanced also.

Appreciate if some can help me to debug.

Thanks
Reply With Quote
  #854  
Old 04-09-2007, 07:50 AM
mattonline mattonline is offline
 
Join Date: Sep 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello, i'm having trouble integrating it with vbadvanced, www.EntrepreneurForum.co.uk - i want it unde the left side, under the search forums. I've searched this thread and couldn't find anything other than making it $global[header_advertisement] which didn't work it just messed up the forum. Do you know how to get it under the search forms part, the best i've done is get it to run along side the site navigation.

also

Find &nbsp; in your header template and replace it with $header_advertisement.

i can't find &nbsp; so wasn't able to insert $header_advertisement.
Reply With Quote
  #855  
Old 04-09-2007, 07:33 PM
4newbies 4newbies is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

From the size of this thread, I suppose this is the most popular Ad Management mod for vB or are there any other comparable alternatives?

This one seems to have most of everything I'm looking for. However, I'm also looking for some type of mod that complements this where people interested in purchasing advertising on the forum can go to a page where all available advertising sections are described with pricing and they can submit payment via e-Gold or other methods and then a notification is automatically sent to the Admin.
Reply With Quote
  #856  
Old 04-09-2007, 07:41 PM
peril peril is offline
 
Join Date: Apr 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peril View Post
Installed this mod on VB 3.6.5. But no ads appearing.

Made all changes as per instructions.

I am not sure if I need to make changes given under "How to add your own custom adcode blocks in 3 minutes"

I have installed VB advanced also.

Appreciate if some can help me to debug.

Thanks
Apologize. I haven't enabled plug-ins. It's working now.
Reply With Quote
  #857  
Old 04-09-2007, 11:16 PM
4newbies 4newbies is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I thought when you installed the mod, it automatically enables plugins.

Anyone know if this mod will only work with 3.6.5 or will it also work on previous versions as well?
Reply With Quote
  #858  
Old 04-09-2007, 11:18 PM
nanaimobar nanaimobar is offline
 
Join Date: Nov 2005
Location: Canada
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is partial code from my header template indicating where $ad is placed. I have no ad showing. Tested ads in other parts of forum and everything works ok. Just a problem with the header. Tried selecting Yes for Header, tried for Footer, tried for static and tried for random. Zip.

Code: blah, blah, blah.

<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
$header_advertisement;
</td>

blah, blah, and more blah.

Is "$header_advertisement;" in wrong place?

Thanks in advance.
PS: Just one little ad button on right, as I'm still experimenting with Openads coding and look of site with advertising.
Reply With Quote
  #859  
Old 04-10-2007, 01:38 AM
4newbies 4newbies is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I tried installing this mod on my forum and when the mod is activated, the forum just displays a blank white page. Anyone else run into this problem and know how to fix it? I'm running 3.6.5.

Thanks for your help.
Reply With Quote
  #860  
Old 04-10-2007, 02:08 AM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*click install

nice addon
thx redtyger!
Reply With Quote
  #861  
Old 04-10-2007, 04:22 AM
4newbies 4newbies is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where exactly do I "Click Install" ? I did all the following:

Instructions

* Upload the product using the Product Manager.
* Go to Style Manager > Edit Templates and...
* 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 in your header template and replace it with $header_advertisement.
* Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.

There is nothing about "Installing" anything. I just uploaded the vb_ad_management_313.xml file through the product manager and the mod shows up in the admin panel but when I go back to the forum, it's just shows a blank page. If I disable the mod in vB Ad Management Global Settings, the forum goes back to normal. It might be something stupidly simple but I am a bit new to the vB Mods. Any help appreciated.

Thanks.
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:39 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.16422 seconds
  • Memory Usage 2,312KB
  • 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
  • (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
  • (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