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
  #392  
Old 02-02-2007, 03:27 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 bchertov View Post
Hi There,

Is there any support for tracking how often a (non-google) ad is displayed or clicked on? How about any support for managing your inventory of ads and when then start/end and where they are displayed?

Thanks!
Barry
I'm afraid not, and it is not something I plan to add.

Quote:
Originally Posted by afterglow View Post
I loved this mod and i tried it on a test forum first. I works great but i discovered its incompatibility with the post thanks hack. This is what happened. Whenever i chose to display the ad after the first post in the thread and i decided to click on the thanks button, the thank you message displays at the bottom of the banner...not after the post. Does anybody here have the same problem like this? I wonder if i'm only the one who has problem with it coz i still have to hear from someone who's got the same issue. I wonder if anyone has a fix for this.

regards,
afterglow
It's not an incompatibility, it's just where that modification is placed in the template. If I remember rightly you add $post_thanks_box or something to the postbit template. Cut and paste it above $postbit_advertisement instead. It will work fine.

Quote:
Originally Posted by King Justice View Post
This plugin doesn't work for me! I am using vB 3.6.4..
Doesn't work in what way? Double check your template edits, settings and adcode. And make sure you're using the style you've applied the edits to. Try disabling other plugins if that doesn't work.
Reply With Quote
  #393  
Old 02-03-2007, 05:21 AM
inbrissy inbrissy is offline
 
Join Date: Feb 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I've had just recently purchased and installed vBulletin and have added this mod to have banners and ads displaying.. But after following the instructions for installation, i've found that the banners only show up if you're logged in. So just visitors to the forum don't actually see any ads.. Is this normal or did I do something wrong?

I would like to have the ads show up no matter if you're logged in or not..

Any feedback would be much appreciated.

Cheers
Inbrissy
Reply With Quote
  #394  
Old 02-03-2007, 06:04 AM
Jako Jako is offline
 
Join Date: Sep 2004
Location: Michigan
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I position the "vB Ad Management by =RedTyger=" to the left rather than the right of the footer?
Reply With Quote
  #395  
Old 02-03-2007, 06:27 AM
inbrissy inbrissy is offline
 
Join Date: Feb 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just did that with the html tags to center or right align the text..
I put <div align = right> and the </div> around the stuff. That seems to work fine.
Reply With Quote
  #396  
Old 02-03-2007, 06:40 AM
Jako Jako is offline
 
Join Date: Sep 2004
Location: Michigan
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right now i have,

<div class="smallfont" align="left">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>

And it's not going left.
Reply With Quote
  #397  
Old 02-03-2007, 07:46 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 inbrissy View Post
Hi,

I've had just recently purchased and installed vBulletin and have added this mod to have banners and ads displaying.. But after following the instructions for installation, i've found that the banners only show up if you're logged in. So just visitors to the forum don't actually see any ads.. Is this normal or did I do something wrong?

I would like to have the ads show up no matter if you're logged in or not..

Any feedback would be much appreciated.

Cheers
Inbrissy
Add 1 to the Usergroup Global settings.

Quote:
Originally Posted by Jako View Post
Right now i have,

<div class="smallfont" align="left">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>

And it's not going left.
It's style="text-align:left;" not align="left".
Reply With Quote
  #398  
Old 02-03-2007, 09:24 AM
inbrissy inbrissy is offline
 
Join Date: Feb 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
Add 1 to the Usergroup Global settings.



It's style="text-align:left;" not align="left".
Thanks for that.. Will that display the same as what was put in the header.. As in if I take out what i put in the header and put it into the Usergroup Global setting, it will display in the same place?

Thanks for your help.

InBrissy
Reply With Quote
  #399  
Old 02-03-2007, 09:27 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No no, Usergroup settings just controls which usergroups are able to see the adverts. Usergroup 1 is guests, so you can either leave the Usergroup settings blank so everyone can see the ads, or just add 1 to the list you already have there to include guests.
Reply With Quote
  #400  
Old 02-03-2007, 10:27 AM
afterglow's Avatar
afterglow afterglow is offline
 
Join Date: Aug 2003
Location: Tokyo, Japan
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
It's not an incompatibility, it's just where that modification is placed in the template. If I remember rightly you add $post_thanks_box or something to the postbit template. Cut and paste it above $postbit_advertisement instead. It will work fine.

Doesn't work in what way? Double check your template edits, settings and adcode. And make sure you're using the style you've applied the edits to. Try disabling other plugins if that doesn't work.
Thanks. I guess i figured it out. I've been looking at the postbit template and the post_thanks code was above the postbit_advertisement. Actually, it was in the Memberinfo template that i need to move the post_thanks above postbit_advertisement.

regards,
theMoonPrincess
Reply With Quote
  #401  
Old 02-03-2007, 10:41 AM
inbrissy inbrissy is offline
 
Join Date: Feb 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
No no, Usergroup settings just controls which usergroups are able to see the adverts. Usergroup 1 is guests, so you can either leave the Usergroup settings blank so everyone can see the ads, or just add 1 to the list you already have there to include guests.
DUHH!! sorry for that.. i've been working on transferring my old phpbb to vBulletin all day.. I must have missed that on..

Thanks muchly for pointing me in the right direction

Cheers

InBrissy
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:17 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.09952 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
  • (9)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