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
  #1332  
Old 07-24-2007, 11:00 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, now I recognise you. Hah. Ok, insert this following in front of your adsense adcode.
Code:
<img src="$vboptions[cleargifurl]" height="90" width="1" alt="" />

Replace forumbit_advertisement with this:
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]" colspan="2">
		<div<if condition="is_browser('ie') AND !is_browser('ie', '7')"> class="adsense"</if>>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$vboptions['showmoderatorcolumn']">
		<td class="alt1Active">
			-
		</td>
	</if>
</tr>

Add this to your style's Main CSS AdminCP > Styles & Templates > Style Manager > Your style's dropdown box > Textarea at the very bottom of the CSS page.:
Code:
.adsense iframe {
position:absolute;
left:85px;
}

You may need to adjust the left:85px; value to suit your style. I've tested it and it works fine on my forum. It lifts the adsense out of the page and places it back on top where it should go, the invisible image pads out the height of the row to match the space needed. If the browser window is less than 1024 px wide then the ad will cover everything to the right of it on that row, but that's probably an improvement on stretching the page which is what it would normally do anyway.
Reply With Quote
  #1333  
Old 07-24-2007, 04:42 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If everyone would cast their eyes to the very top of the first post of the thread, I'm now using vBulletin's Project Tools product to deal with bugs in the future and likewise am actively seeking feature and change suggestions for the next major version of vB Ad Management. If you feel the need to contribute to either of those, please feel free. I'm afraid you must register to be able to post for which I apologise, but it's one of those necessary evils.

So in the future it's bugs and feature requests there, everything else here. Ok? Good good.
Reply With Quote
  #1334  
Old 07-24-2007, 09:54 PM
dssart dssart is offline
 
Join Date: May 2002
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! it works great...any chance of you working the same magic to the threadbit ??
Reply With Quote
  #1335  
Old 07-25-2007, 07:22 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same principle, use this as your threadbit_advertisement template.

Code:
<tr align="center">
	<td class="alt1Active">
		<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" border="0" alt="" />
	</td>
	<td class="alt1Active" align="$stylevar[left]" colspan="<if condition="$show['threadicons']">3<else />2</if>">
		<div<if condition="is_browser('ie') AND !is_browser('ie', '7')"> class="adsense"</if>>
			$threadbit_adcode
		</div>
	</td>
	<td class="alt2" colspan="<if condition="$show['inlinemod']">3<else />2</if>">
		$vboptions[adintegrate_adtitle]
	</td>
</tr>
1000+ installs, thanks everybody.
Reply With Quote
  #1336  
Old 07-25-2007, 08:51 PM
grahamsmythe grahamsmythe is offline
 
Join Date: Apr 2007
Location: Kent, United Kingdom
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed as per the instructions - uploaded the folder into the 'includes' folder, then changed all the templates etc, but when I go into my admincp - vBulletin Options - then go to the bottom, the control panel that I expected to see there isn't showing.

Have I forgotten to do something in order to activate it?

Any help would be most appreciated.

Graham
Reply With Quote
  #1337  
Old 07-25-2007, 11:55 PM
pbmansion's Avatar
pbmansion pbmansion is offline
 
Join Date: Sep 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to get rid of the branding at the bottom? If so can you pm me?
Reply With Quote
  #1338  
Old 07-26-2007, 06:59 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 grahamsmythe View Post
I have installed as per the instructions - uploaded the folder into the 'includes' folder, then changed all the templates etc, but when I go into my admincp - vBulletin Options - then go to the bottom, the control panel that I expected to see there isn't showing.

Have I forgotten to do something in order to activate it?

Any help would be most appreciated.

Graham
Sounds like you forgot to upload the .xml file. AdminCP > Plugins & Products > Product Manager.

Quote:
Originally Posted by pbmansion View Post
Is it possible to get rid of the branding at the bottom? If so can you pm me?
Sorry, there is no brand-free option currently.
Reply With Quote
  #1339  
Old 07-26-2007, 02:37 PM
grahamsmythe grahamsmythe is offline
 
Join Date: Apr 2007
Location: Kent, United Kingdom
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're right - I hadn't installed the xml file - what an idiot!

On the installation instructions, it says to find &nbsp; in your header template and replace it with $header_advertisement

In my header template &nbsp; appears 3 times - so, is that right that I replace it three times?

Cheers
Reply With Quote
  #1340  
Old 07-26-2007, 02:39 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want it to appear 3 times, sure. It's just a guide for the default template, you can put it where you want.
Reply With Quote
  #1341  
Old 07-26-2007, 02:57 PM
grahamsmythe grahamsmythe is offline
 
Join Date: Apr 2007
Location: Kent, United Kingdom
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi RedTyger

Thanks for the incredibly fast reply to my last post.

I'm not a tekkie wizard by any stretch of the imagination, but we've managed to get our forum up and running without too many problems. What we'd love to introduce now is some advertising - hence once I saw your modification I thought it would fit the bill exactly.

I've installed everything as per the instructions and we can see the options in the control panel, but that's where we're sort of stuck.

Have you got any real idiot-proof instructions on how to get any further? If you haven't got such a thing, if it's possible for you to help me, I could write you some in my 'idiot language' that you could post here, or e-mail when other 'idiots' get intouch with the same problem!

Regards

Graham
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:08 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.06496 seconds
  • Memory Usage 2,323KB
  • 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
  • (4)bbcode_code
  • (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
  • (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