The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
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 |
#762
|
||||
|
||||
![]()
If there's a header template you can use the header edit, if you are not sure post your header template code here and i will try to give you a reply that works!
|
#763
|
|||
|
|||
![]()
my header is this:
Code:
<a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td height="122" class="header"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="300"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.gif" width="300" height="122" alt="$vboptions[bbtitle]" class="logo"/></a></td> <td width="600"><div class="afterlogo"><a href="banner link"><img border="0" src="http://www.awakeningofchaos.com/wrath_of_the_lich_king_aoc.gif"/></a></div></td> </tr> </table></td> </tr> <tr> <td height="35" class="nv"> <div class="nvlink" align="center"> <if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]" >$vbphrase[user_cp]</a></if> <if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow" >$vbphrase[register]</a></if> $template_hook[navbar_buttons_left] <a href="faq.php$session[sessionurl_q]" accesskey="5" >$vbphrase[faq]</a> <if condition="$vboptions['enablememberlist']"><a href="memberlist.php$session[sessionurl_q]" >$vbphrase[members_list]</a></if> <if condition="$show['popups']"><if condition="$show['member']"> <a href="search.php?$session[sessionurl]do=getnew" accesskey="2" >$vbphrase[new_posts_nav]</a><else /> <a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" >$vbphrase[todays_posts]</a></if> <a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" >$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></if></if> <a href="arcade.php?$session[sessionurl_q]">Arcade</a> <a href="http://www.awakeningofchaos.com/forums/photoplog/index.php$session[sessionurl_q]">Gallery</a> <a href="http://www.awakeningofchaos.com/raids$session[sessionurl_q]">Raid Site</a> <a href="http://www.awakeningofchaos.com/videos$session[sessionurl_q]">Video Site</a> <a href="calendar.php$session[sessionurl_q]" >$vbphrase[calendar]</a> <if condition="$show['member']"><a id="usercptools" href="$show[nojs_link]#usercptools" >$vbphrase[quick_links]</a><script type="text/javascript"> vbmenu_register("usercptools",true);</script> </if> $template_hook[navbar_buttons_right] <if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" >$vbphrase[log_out]</a></if> </div> </td> </tr> </table> $spacer_open $_phpinclude_output $ad_location[ad_header_end] On a side note, doesnt vbulleting has its own built in ad management thing? Thank you for helping. |
#764
|
|||
|
|||
![]() Quote:
|
#765
|
||||
|
||||
![]()
Try this then:
Code:
<a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center> <tr> <td height="122" class="header"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="300"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.gif" width="300" height="122" alt="$vboptions[bbtitle]" class="logo"/></a></td> <td width="600"><div class="afterlogo"><a href="banner link"><img border="0" src="http://www.awakeningofchaos.com/wrath_of_the_lich_king_aoc.gif"/></a></div></td> </tr> </table></td> </tr> <tr> <td height="35" class="nv"> <div class="nvlink" align="center"> <if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]" >$vbphrase[user_cp]</a></if> <if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow" >$vbphrase[register]</a></if> $template_hook[navbar_buttons_left] <a href="faq.php$session[sessionurl_q]" accesskey="5" >$vbphrase[faq]</a> <if condition="$vboptions['enablememberlist']"><a href="memberlist.php$session[sessionurl_q]" >$vbphrase[members_list]</a></if> <if condition="$show['popups']"><if condition="$show['member']"> <a href="search.php?$session[sessionurl]do=getnew" accesskey="2" >$vbphrase[new_posts_nav]</a><else /> <a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" >$vbphrase[todays_posts]</a></if> <a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" >$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></if></if> <a href="arcade.php?$session[sessionurl_q]">Arcade</a> <a href="http://www.awakeningofchaos.com/forums/photoplog/index.php$session[sessionurl_q]">Gallery</a> <a href="http://www.awakeningofchaos.com/raids$session[sessionurl_q]">Raid Site</a> <a href="http://www.awakeningofchaos.com/videos$session[sessionurl_q]">Video Site</a> <a href="calendar.php$session[sessionurl_q]" >$vbphrase[calendar]</a> <if condition="$show['member']"><a id="usercptools" href="$show[nojs_link]#usercptools" >$vbphrase[quick_links]</a><script type="text/javascript"> vbmenu_register("usercptools",true);</script> </if> $template_hook[navbar_buttons_right] <if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" >$vbphrase[log_out]</a></if> </div> </td> </tr> </table> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#766
|
|||
|
|||
![]()
Thank you Simon Lloyd that worked great
![]() |
#767
|
||||
|
||||
![]()
Glad to be of help!
|
#768
|
||||
|
||||
![]()
Why did i have to make Templateedits with your Hack???
There are allready Hooks. Please use them in your next Update. |
#769
|
|||
|
|||
![]()
hi to all!!!
following the install instructiontions for edit the templates i see: Add: $ad_xxx ($ad_navbarBelow for example) But when i went to the templates, there is already this: $ad_location[ad_navbarBelow] So, must i delete $ad_location[ad_navbarBelow] ? Wich is the diference bettwen $ad_xxx and $ad_location[ad_xxx] thanks and greetings from spain |
#770
|
||||
|
||||
![]()
Read my last Posting above yours. As long as he is not using the Hooks you have to enter them manually.
|
#771
|
||||
|
||||
![]()
This mod was probably in the process of being written prior to 3.7.4 where there were no ad locations, redlabour, there is nothing to stop you editing all 35 pages of script and changing the ad location markers!, come on!, stop complaining as this is a free modification which took many many hours to create....and you even get free support!
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|