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
  #1872  
Old 12-04-2007, 01:23 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 TheBlackPoet View Post
no i didnt upload the language... can you please tell me what directory i am to load it to?? i put it in the install directory... i didnt mess with the file or anything, (wasnt sure about that).. but still the same issue..
You don't have to load it to a directory at all, it's a product just like the main file.
Reply With Quote
  #1873  
Old 12-04-2007, 01:38 PM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

RedTyger, I'm not really sure if this was an issue or deliberate, but when activating the Sponsors under Footer & Sponsors, the collapse_tcat.gif graphic is not matching the current theme. After digging into the templates, I found that the advertisement_sponsors template is using an absolute link to the collapse_tcat.gif file...

Code:
<img id="collapseimg_sponsors" src="images/buttons/collapse_tcat.gif" alt="" border="0" />
To get around this and to make full use of the collapse, I change the entire template to use relative links. This way, no matter what theme a user chooses, the correct collapse_tcat.gif file is chosen.

Code:
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
	<tr>
		<td class="tcat" colspan="$columns">$vbphrase[adintegrate_sponsored_links]
		<a style="float:right" href="#top" onclick="return toggle_collapse('sponsors')">
		<img id="collapseimg_sponsors" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a></td>
	</tr>
	<tr id="collapseobj_sponsors">$sponsors_adcode</tr>
</table>
<br />
Reply With Quote
  #1874  
Old 12-04-2007, 01:47 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedGTiVR6 View Post
I'm a bit new to advertising on the forums and don't quite understand some of the terms and purposes for some features.

Can someone please tell me what purpose Ad Sharing serves? I'm trying to determine if it's something we want to consider. I understand it as a way to allow users to advertise, but how exactly?

Reading the manual it all fine and dandy, but I'm not understanding how it's actually implemented. Can someone actually SHOW me an example of this?
anyone?
Reply With Quote
  #1875  
Old 12-04-2007, 01:47 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedTyger View Post
I've had a look at your archive and the header advertisement at least is being inserted fine. The problem appears to be with your adcode.


Well, turning it on and off is clean. It's because using usergroup permissions and so on is inefficient. It was moved to this method because the previous method was not particularly efficient either, and this way it can be set up to do anything you want instead of just on or off. You will have to edit the templates if you want to assign conditionals to the phrase.
1. I have fixed this before you have had a look.

2. Sorry, i think some of us both is not understanding.

I see the Ads and i am Administrator. Where is the sense for this Link to be redirect to Register? All i want is a field where i can add the Usergroups which dont have any sense to register to deactivate the Ads. For all other Users this Link is useless.

You have made Permissions for seeing Ads or not. Why are there no Options to add the link or make it disappearing on this Choice from the Administrator? Or any way to change the Link to a Option in UserCP to deactivate this for special Groups (Sponsormembers or anything like that).
Reply With Quote
  #1876  
Old 12-04-2007, 01:50 PM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedGTiVR6 View Post
anyone?
Read this: http://en.wikipedia.org/wiki/AdSense
Reply With Quote
  #1877  
Old 12-04-2007, 02:17 PM
songyee songyee is offline
 
Join Date: Aug 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the 'Full Page Advertisement' how would you show a different site?

I tried <iframe> but it only limits it to a small box.

Like example, if i wanted to show " http://www.google.com " what would the code be?
Reply With Quote
  #1878  
Old 12-04-2007, 02:25 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just tried to upgrade from my previous version of this hack 3.14 to the current and when I installed the xml I get a database error and had to revert back to 3.14 and now lost all my settings anyone else have this issue. I have two sites and this happened to my 3.6.7 version of VB
Reply With Quote
  #1879  
Old 12-04-2007, 02:28 PM
songyee songyee is offline
 
Join Date: Aug 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bada_bing View Post
I just tried to upgrade from my previous version of this hack 3.14 to the current and when I installed the xml I get a database error and had to revert back to 3.14 and now lost all my settings anyone else have this issue. I have two sites and this happened to my 3.6.7 version of VB
On his site, red said there was no way to upgrade from 3.14 to 4.01. You would have to delete the whole thing and reinstall it.

I had same problem.
Reply With Quote
  #1880  
Old 12-04-2007, 02:30 PM
tekguru tekguru is offline
 
Join Date: May 2007
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With this new update how do we go about adding the Google Analytics code back in?
Reply With Quote
  #1881  
Old 12-04-2007, 02:34 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okay... that was my stupid moment for 2007.... thanks..... it works fine.... just fine...
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 01:04 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.07741 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
  • (2)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
  • (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