The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advertisement System V2.6 Aka Ad Management Details »» | |||||||||||||||||||||||||||
Advertisement System V2.6 Aka Ad Management
Developer Last Online: Dec 2009
Many forums are using the Ad management system, however the coder has stopped supporting the script. Therefore I have decided to release this modification. I will give support to those who need it and continue to make updates to the system.
====>> Live Demo The Advertisement System was designed with the intent that anyone with any level of experience could use the system. It is easy to install and once installed, the templates are easy to use on a site. The advertisement system has several features that sites will enjoy such as it can be used on versions 3.6.x as well as 3.7.x. The ads can be placed in the following areas: header , footer , below whats going on, below the navbar , postbit , postbit legacy, pms, announcement, archive, left & right column in forum home , left column in member info and full page , threadbit , as well as forumbit. Also, the ability to not display advertisement on certain pages such as login, registration & the search page. This system allows you to personalize the system to better suit their needs such as setting permissions like ads after first post on a page, ads after last post on a page, ads after X post on a page, and ads every X posts on a thread. You may also display ads by forum ID, as well as customize the full page for your site. The system comes with a feature for auto refresh ads as well as Google analytics. Besides the features,there is constant support given to those who need it and of course, updates are made to the system in order to better serve the sites using the system. 10/15/2008 version 2.6 ** ability to tun on /off the autorefresh : check the screen below Yes : will enable the autorefresh No : will enable a simple rotation ** fixed 2 bugs in [left & right column ] ******************* Features : * works for v3.7.x and also v3.6.x *advertisement in header , footer , below whats going on ? , below the navbar , postbit , postbit_legacy , pms , announcement , archive , left & right column in forumhome , left column in memberinfo and full page , threadbit , forumbit * flash rotation * do not display advertisement on certain pages Such as login , register & search * google analytics * permissions by area : display advertisement or not for usergroup x in : ... area 1 : header , footer ... area 2 : navbar , left & right column ... area 3 : forumbit & threadbit ... area 4 : postbit,postbit legacy , pms & announcement * for postbit & postbit_legacy you have the ability to set more permissions like : .... ad after first post on a page .... ad after last post on a page .... ad after X post on a page .... ad every X posts on a thread .... Minimum thread postcount .... Maximum user postcount ..... Display Advertisements as User *** Full Page ****Auto refresh ads Please remember to click Mark as Installed if you use this modification. Support questions from members who have not marked this as installed will be considered low priority. Show Your Support
|
Comments |
#302
|
|||
|
|||
What are you not just adding the $ad_headerEnd to the END (like his readme says)?
|
#303
|
|||
|
|||
I installed this but my adsense ads are not showing up. I copy and pasted the adsense code in my admincp advertise area. I'm sorry if this has been discussed before, but why isnt it working?
I get file not found. I can post screen shots if needed |
#304
|
|||
|
|||
Quote:
I thought this was automatically done (it's not) and he's not using the standard vB 3.7 Ad templates (changed a version or two ago) due to upgrade issues/headaches. Here is my header template (I made those two changes in the documentation, in BOLD below): Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[left]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center> <td align="$stylevar[right]" id="header_right_cell"> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] <center>$ad_headerEnd</center> EDIT: Screw it.. here's my footer template (two changes in BOLD): Code:
$ad_footerStart $ad_location[ad_footer_start] <br /> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> $spacer_close <!-- /content area table --> <form action="$vboptions[forumhome].php" method="get"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> <tr> <if condition="$show['quickchooser']"> <td class="tfoot"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </td> </if> <if condition="$show['languagechooser']"> <td class="tfoot"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> <td class="tfoot" align="$stylevar[right]" width="100%"> <div class="smallfont"> <strong> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if> <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> $template_hook[footer_links] <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> <br /> <div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="center"> <!-- 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> </div> </form> $ad_location[ad_footer_end] <center><br>$ad_footerEnd</center> <if condition="$show['dst_correction']"> <!-- auto DST correction code --> <form action="profile.php?do=dst" method="post" name="dstform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="dst" /> </form> <script type="text/javascript"> <!-- var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff]; var utcOffset = new Date().getTimezoneOffset() / 60; if (Math.abs(tzOffset + utcOffset) == 1) { // Dst offset is 1 so its changed document.forms.dstform.submit(); } //--> </script> <!-- / auto DST correction code --> </if> <script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script> -S |
#305
|
|||
|
|||
thanks Turbe, I'll try it out.
I got it to work on the footer but not the header. our header/footer code is different (obviously) I couldnt figure out where to put it. didnt work on the side either. |
#306
|
|||
|
|||
Quote:
I tried that but still couldnt get it to show up with google adsence codes. im running 3.2 PL1 |
#307
|
|||
|
|||
I would uninstall the Mod, revert your templates you changed and re-install and edit those templates again. I am running 3.7.2 with the latest patch and this install has been upgraded at every step from 3.6.8.
This does work, and works well except for a few minor/medium level things and more serious (all below). Minor/Medium: Documentation needs work.... He's using new Template Names (little different format than original VB 3.7 Ad Location Templates but some of his new ones use the original format (with the last underscore) - they may get confusing in the future. You do have to select either Ads Rotation or Auto Refresh Ads for many of the locations that have these options, you can't select both (as posted previously) and you cannot have both unselected. I would think you could leave both unchecked and it would just display the code - no big deal though. You do have to enable the Navbar options to use the Left Column Ad (I assume it is supposed to be the same with the Right which doesn't work) even though you don't want to use the Navbar Location (simply enable Navbar and leave its Ad Code empty/blank). Sometimes there is a space/line break between the lines "Copyright ?2000 - 2008, Jelsoft Enterprises Ltd." and "Advertisement System V2.3 By Branden" at the bottom... it doesn't happen on all pages and at all times (I have not spent much time with this one). Serious: The Right Column does not work at all (I didn't spend a lot of time with it though since I'm liking the Left Column for two of my Ads - for now)... I'd like to see: Full install/more things completed during install. Option to add (enable/disable with Permissions) Custom Text under all or most of the Ad Locations: i.e. "Register to remove this ad. It's free!". I know we can manually add this in the templates (with some work), I do feel this should be something easy for admins to accomplish, at least in the postbit and threadbit locations. This Option should have Usergroup Permission Options. <--- #1 Option I want. Options to easily adjust horizontal and vertical justification for all Ad Locations (or most). The Affiliate Title (i.e. 'Sponsored Links', Blank, 'My Affiliates' or whatever) should be separate from the others' (Left/Right Column and Navbar Locations) Title (i.e. 'Sponsored Links', Blank or whatever) Others, but I can remember right now - I may edit later.. Quote:
Permissions work as expected and I am satisfied with this release... from the previous version release dates, he does seem active in updates so I thing the product will only improve. I would put priority on the Right Column Ad issue. Give yourself some time, don't give up.. this product does work and work well... his instructions (maybe his English?) needs improvement. Adsense does work! Remember, once you have new Adsense Code, it can take a little time for the Ads to show up. Also, since it's against Google's rules, I don't use Auto Refresh with their Ads.. I simply enable Ads Rotation and have code in for Adsense (one Ad). Thank You karim004, Keep up the Good Work! :up: -Turbe |
#308
|
|||
|
|||
Quote:
Wow, i did this bit and it works wonderful now...thanks |
#309
|
|||
|
|||
He does need to fix that Left/Right/Navbar Page - You should be able to enable/disable (and Set Permissions) those three independently IMO...
|
#310
|
|||
|
|||
as for the space between the copyright like you were saying, i have found that it only does it on IE7, i havnt seen it yet with firefox. then again my version of firefox isnt working the way its suppose to so that could be a problem.
on another note...i have found a problem that i havnt been able to tweak yet, im sure its prolly easy but i havnt figured it out. Right now I am only running the header ad and its running google adsence as the only one. I have auto refresh on and everything is working fine in that area. What im having problems with is that my google add is the 720 X 90 (or whatever the exact size is) and its not displaying it all. I put that size into the maximum size section under the admanagment settings and it is giving the ad a 1/4 inch white space on both sides of the ad and its cutting off the bottom 1/8th to 1/4 or so. you can view the site here ---> www.global-raves.com and i only have them up on the clean blue or black ice templates. Thanks |
#311
|
|||
|
|||
Quote:
Code:
<iframe src="autorefresh_header.php" width=728 height=90 frameborder=0 scrolling=no> I think this should be handled with variables as well. FEATURE? Also, you are not supposed to Auto Refresh Adsense, that is against their rules. Disable that and enable ads rotation in header. -Turbe |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|