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
  #1322  
Old 07-19-2007, 12:48 PM
sigepjedi sigepjedi is offline
 
Join Date: May 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What needs to take place for the Usergroup: Unregistered / Not Logged In to see the ads, or any other group aside from admin for that matter?

Looking through the properties for the groups, I do not see anything specific for making ads viewable, nor in the ad settings.

Thanks in advance.
Reply With Quote
  #1323  
Old 07-19-2007, 05:07 PM
Amaresh's Avatar
Amaresh Amaresh is offline
 
Join Date: Sep 2003
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey
i am having a problem here.
In the fluid version of the theme, there is white space to the right side of the right column ad.
Here's a screenshot.



Please tell me what can be done about it.
Reply With Quote
  #1324  
Old 07-19-2007, 09:30 PM
dssart dssart is offline
 
Join Date: May 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
If you look in the forumbit advertisement template, there's a colspan definition..
hmmm....here's my forumbit_advertisement:

Code:
<tr align="center">
	<td class="alt2">
		<img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" />
	</td>
	<td class="alt1Active" align="$stylevar[left]">
		<div>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt1Active">
		-
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$vboptions['showmoderatorcolumn']">
		<td class="alt1Active">
			-
		</td>
	</if>
</tr>
Sorry, I did mean threadbit. Here is my threadbit_advertisement:

Code:
<tr align="center">
	<td class="alt1Active">
		<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" border="0" alt="" />
	</td>
	<if condition="$show['threadicons']">
		<td class="alt2">
			&nbsp;
		</td>
	</if>
	<td class="alt1Active" align="$stylevar[left]">
		<div>
			$threadbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt1Active">
		-
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$show['inlinemod']">
		<td class="alt1Active">
			&nbsp;
		</td>
	</if>
</tr>
No COLSPAN. Can you please tell me where to insert it? Thank You
Reply With Quote
  #1325  
Old 07-20-2007, 10:15 AM
smith2007 smith2007 is offline
 
Join Date: Jun 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dssart View Post
Great add-on to VBulletin, but I'm unsure on what is permissible according to Google's TOS regarding ad placement on pages with no content. I have the header ad placement enabled, and the header ad shows up everywhere including the following:

User Control Panel
FAQ (header)
Members List
Calendar
New Posts
Advanced Search
Quick Links -> Today's Posts
Settings & Options -> Edit Signature
Settings & Options -> Edit Profile
Settings & Options -> Edit Options
Settings & Options -> Edit Avatar
Settings & Options -> Edit Profile Picture
Private Messages -> List Messages
Private Messages -> Send New Message
Private Messages -> Track Messages
Private Messages -> Edit Folders
Subscribed Threads -> List Subscriptions
Subscribed Threads -> Edit Folders
Moderation -> Deleted Threads
Moderation -> Deleted Posts
Moderation -> Moderated Threads
Moderation -> Moderated Posts
Miscellaneous -> Event Reminders
Miscellaneous -> Paid Subscriptions
Miscellaneous -> Buddy/Ignore Lists
Miscellaneous -> Attachments

I know in the vB Ad Management Global Settings there is a section "Do NOT display advertisements for scripts". Just for everyone to see without having to go find this and look for it:

"This allows you to exclude pages based on the type of content they are displaying. Enter the names of the scripts which you don't want to display advertisements, separated by your delimiter. (i.e. register#private#index)

Some advertiser's TOS requires you to exclude pages without content, such as registration pages. Ask in the vBulletin forums if you need help identifying the correct scriptnames, or you can find them yourself in the code files as described here."

My question is, what does everyone else disallow? Unless someone renames the scripts, shouldn't we all basically have the same scripts disallowed? Finally, can someone give me a list that I can copy and paste into this section of the script names that are known to be Google No-No's?

Thanks!

Hi - I have excatly the same question as dssart. It would be great to know what scripts to exclude.

Reply With Quote
  #1326  
Old 07-20-2007, 02:22 PM
Aden Aden is offline
 
Join Date: Jul 2007
Location: UK
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey redtyger..
couldnt find the following in my style templates
Quote:
# 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.
Your help would be greatly appreciated
Reply With Quote
  #1327  
Old 07-21-2007, 09:32 AM
Pocket Aces Pocket Aces is offline
 
Join Date: Mar 2007
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to have an alternate ad if the chosen ad is excluded on certain forum/s?
Like for example, an adsense is place on the header globally except for adult category/forum. So instead of displaying adsense on that adult category, an alternate ad will be displayed (could be bidvertiser, adultfriendfinder, etc.).
Reply With Quote
  #1328  
Old 07-21-2007, 08:36 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 sigepjedi View Post
What needs to take place for the Usergroup: Unregistered / Not Logged In to see the ads, or any other group aside from admin for that matter?

Looking through the properties for the groups, I do not see anything specific for making ads viewable, nor in the ad settings.

Thanks in advance.
Add usergroup 1 to the usergroup permissions in vB Ad Management General Settings.

Quote:
Originally Posted by Amaresh View Post
Hey
i am having a problem here.
In the fluid version of the theme, there is white space to the right side of the right column ad.
Here's a screenshot.



Please tell me what can be done about it.
Really couldn't tell you for a custom theme I'm afraid, far too many changes to be able to pin it down to just one and it may take more than one change to fix it.

Quote:
Originally Posted by dssart View Post
hmmm....here's my forumbit_advertisement:

Code:
<tr align="center">
	<td class="alt2">
		<img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" />
	</td>
	<td class="alt1Active" align="$stylevar[left]">
		<div>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt1Active">
		-
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$vboptions['showmoderatorcolumn']">
		<td class="alt1Active">
			-
		</td>
	</if>
</tr>
Sorry, I did mean threadbit. Here is my threadbit_advertisement:

Code:
<tr align="center">
	<td class="alt1Active">
		<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" border="0" alt="" />
	</td>
	<if condition="$show['threadicons']">
		<td class="alt2">
			&nbsp;
		</td>
	</if>
	<td class="alt1Active" align="$stylevar[left]">
		<div>
			$threadbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt1Active">
		-
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$show['inlinemod']">
		<td class="alt1Active">
			&nbsp;
		</td>
	</if>
</tr>
No COLSPAN. Can you please tell me where to insert it? Thank You
Oops, remembered wrongly. Try these, you might need to adjust the colspan numbers if I've guessed wrongly. The number should match the number of cells the ad spans.

Code:
<tr align="center">
	<td class="alt1Active" align="$stylevar[left]" <if condition="$vboptions['showmoderatorcolumn']">colspan="3"<else />colspan="4"</if>>
		<div>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
</tr>
Code:
<tr align="center">
	<td class="alt1Active" align="$stylevar[left]" <if condition="$show['threadicons']">colspan="4"<else />colspan="3"</if>>
		<div>
			$threadbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
</tr>
Quote:
Originally Posted by Aden View Post
Hey redtyger..
couldnt find the following in my style templates

Code:
  # 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.
Your help would be greatly appreciated
# Try putting it at the top.
# You can put it anywhere you like.
# Try putting it at the bottom.

Quote:
Originally Posted by Pocket Aces View Post
Is it possible to have an alternate ad if the chosen ad is excluded on certain forum/s?
Like for example, an adsense is place on the header globally except for adult category/forum. So instead of displaying adsense on that adult category, an alternate ad will be displayed (could be bidvertiser, adultfriendfinder, etc.).
Conditionals, really isn't it. I just happened to come across a tutorial for integrating conditionals and if it's as easy as it seems then it'll definitely be in the next version which will allow for any kind of conditional about anything and allow more or less infinite flexibility.
Reply With Quote
  #1329  
Old 07-23-2007, 09:47 PM
dssart dssart is offline
 
Join Date: May 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

O.K., this seems to work..I monkeyed around with it, tell me if you think it's O.K. as far as the structure of the code. I'm just hacking here and I'm no coder, so if it looks bizarre, it probably is:

Code:
<tr align="center">
	<td class="alt2">
		<img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" />
	</td>
	<td class="alt1Active" align="$stylevar[center]" colspan="2">
		<div>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt1Active">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt2">
		-
	</td>
		</tr>

This formats the columns the way I want it, however it displays differently in Internet Explorer than it does in FireFox. In Firefox, it displays nice. The right margin fits within the browser screen. In IE, the right hand margin shoots off a few columns. Any ideas? I could post a few images if it will help.
Reply With Quote
  #1330  
Old 07-24-2007, 07:01 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Screenshots would help, yes.
Reply With Quote
  #1331  
Old 07-24-2007, 09:07 AM
dssart dssart is offline
 
Join Date: May 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gotcha..both below images use the code I've attached above. The first image shows the code as displayed in Firefox. The forum table is centered neatly and nicely within the browser window. The right edge has the same number of pixels of space between the table and the edge of the browser window as the left edge. No horizontal scroll bar. The second shows the code displayed in Internet Explorer. Notice how the right edge of the table goes way off the browser screen, which in turn throws of the formatting of the entire forum table and results in the horizontal scroll bar at the bottom of the browser. Firefox rendition is the desirable formatting. IE is baaad.
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:41 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.06424 seconds
  • Memory Usage 2,348KB
  • 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_code
  • (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
  • (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