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
  #122  
Old 11-29-2006, 08:30 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 AWJunkies View Post
I didn't mean steal toolio I ment look at it and see what I ment by stats and what could be a future add on to this mod. No reason to be nasty. I am a programer as well and we all share and help eachother to make the best mods possible it has nothing to do with stealing and always give original coder credit. If you don't like the idea that is totaly understandable it is your mod and a GREAT mod at that no credit taken away. But for a business or commercial stand point without the stats it is useless. I have 25 websites and will use this mod on about 10 of them but rest are to commercial and need to record stats to show the clients. I client log in to check stats is a huge plus as well which would be a great add on.
Oh, I wasn't being rude! Nothing wrong with the idea, but I made it with Adsense in mind which has third party stats so it was never part of my intention. Lots of other advertisement providers do the same so it's not useless in that sense, although I appreciate it's not very helpful if you want to do your own. I guess it's possibility for the future, but for now it would require too much of a rewrite.

Quote:
Originally Posted by The Wedge View Post
when you have ads after posts it kills the ability to click the users name and get the drop down for View Public Profile
Send a private message
Visit homepage!
Find More Posts by
Add to Your Buddy List

This happens on on the posts that appear just before the ad
I can't reproduce this, it works fine for me. Try checking the validity of your forum code (ads included) using this:

http://validator.w3.org

Quote:
Originally Posted by Michel Fortin View Post
Hmmm, got this error message when trying to install the product...

Code:
Database error in vBulletin 3.5.4:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO vb_plugin
	(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
	('1', '5', 'Postbit/Postbit_Legacy advertisement integrate', 'cache_templates', '\r\nif ($vbulletin->options[\'adintegrate_onoff\'])\r\n{\r\n	if ($vbulletin->options[\'adintegrate_footer_onoff\'])\r\n	{\r\n		$adtemplates[] = \'footer_advertisement\';\r\n	}\r\n	\r\n	if ($vbulletin->options[\'adintegrate_forumbit_onoff\'])\r\n	{\r\n		$adtemplates[] = \'forumbit_advertisement\';\r\n	}\r\n	\r\n	if ($vbulletin->options[\'adintegrate_header_onoff\'])\r\n	{\r\n		$adtemplates[] = \'header_advertisement\';\r\n	}\r\n	\r\n	if ($vbulletin->options[\'adintegrate_leftcolumn_onoff\'])\r\n	{\r\n		$adtemplates[] = \'leftcolumn_advertisement\';\r\n	}	\r\n	\r\n	if ($vbulletin->options[\'adintegrate_announcements_onoff\'] OR $vbulletin->options[\'adintegrate_pms_onoff\'] OR $vbulletin->options[\'adintegrate_posts_onoff\'])\r\n	{\r\n		if ($vbulletin->options[\'legacypostbit\'])\r\n		{	\r\n			$adtemplates[] = \'postbit_legacy_advertisement\';\r\n		}\r\n		else\r\n		{\r\n			$adtemplates[] = \'postbit_advertisement\';\r\n		}\r\n	}\r\n	\r\n	if ($vbulletin->options[\'adintegrate_rightcolumn_onoff\'])\r\n	{\r\n		$adtemplates[] = \'rightcolumn_advertisement\';\r\n	}	\r\n	\r\n	if ($vbulletin->options[\'adintegrate_threadbit_onoff\'])\r\n	{\r\n		$adtemplates[] = \'threadbit_advertisement\';\r\n	}\r\n	\r\n	if (count($adtemplates) > 0)\r\n	{\r\n		$globaltemplates = array_merge($globaltemplates, $adtemplates);\r\n	}\r\n}\r\n', 'adintegrate_rt');

MySQL Error  : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date         : Wednesday, November 29th 2006 @ 12:15:35 AM
Script       : http://www....
Referrer     : http://www.....com/admincp/plugin.php?do=productadd
IP Address   : 74.101.243.93
Username     : Michel Fortin
Classname    : vB_Database

That is a 3.5x forum. This is a 3.6x product. See my signature.
Reply With Quote
  #123  
Old 11-29-2006, 09:25 AM
rweber93 rweber93 is offline
 
Join Date: Aug 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can there be a auto rotation added? Or does this exist already and I don't know how to execute that option? Thanks! Great mod BTW!
Reply With Quote
  #124  
Old 11-29-2006, 09:26 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Every location has a separate random code rotation ability.
Reply With Quote
  #125  
Old 11-30-2006, 12:52 AM
agua agua is offline
 
Join Date: Nov 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack... exactly what I was looking for - Thanks

But my ads only display when users are registered... is there a way to display them all the time? (Or did I miss something?)
Reply With Quote
  #126  
Old 11-30-2006, 07:40 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's displayed according to your Usergroup settings in Global Settings. Guests are Usergroup 1.
Reply With Quote
  #127  
Old 11-30-2006, 07:49 AM
ruhrpottforum ruhrpottforum is offline
 
Join Date: Sep 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to display different kinds of Ads to users (special groups) and/or Guests? (likes Guests get bigger Ads, a Group of users did not get Ads and all others get standard size ads).
Reply With Quote
  #128  
Old 11-30-2006, 07:54 AM
thumbsucker thumbsucker is offline
 
Join Date: Dec 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The threadbit advertisement is GREAT except for the fact that it messes up alignment (I'm using Adsense).

Thus, when the threads are listed with advertisement, it makes everything too wide and the user has to scroll to the right to see the entire screen.

Any way to fix this?
Reply With Quote
  #129  
Old 11-30-2006, 07:56 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 ruhrpottforum View Post
Is it possible to display different kinds of Ads to users (special groups) and/or Guests? (likes Guests get bigger Ads, a Group of users did not get Ads and all others get standard size ads).
I'm afraid not.

Quote:
Originally Posted by thumbsucker View Post
The threadbit advertisement is GREAT except for the fact that it messes up alignment (I'm using Adsense).

Thus, when the threads are listed with advertisement, it makes everything too wide and the user has to scroll to the right to see the entire screen.

Any way to fix this?
Demo please?
Reply With Quote
  #130  
Old 11-30-2006, 09:15 AM
farooqaaa farooqaaa is offline
 
Join Date: Aug 2006
Location: Pakistan
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

w000t! its the best one !! i love it...

Thanks alot (already installed)
Reply With Quote
  #131  
Old 11-30-2006, 09:18 AM
thumbsucker thumbsucker is offline
 
Join Date: Dec 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some bugs/problems I've noticed:

Adsense ads in thread causes the screen to be too wide, making users scroll right to see the whole page.

Also noticed that with first and last post ads activated, the first and last poster's user profile link (their user name) no longer works. It will not click nor give a drop-down menu.
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:15 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.08683 seconds
  • Memory Usage 2,322KB
  • 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
  • (6)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