Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Advertisement System V2.6 Aka Ad Management Details »»
Advertisement System V2.6 Aka Ad Management
Version: 2.6, by karim004 karim004 is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 05-12-2008 Last Update: 10-14-2008 Installs: 797
Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #442  
Old 08-18-2008, 05:30 PM
karim004's Avatar
karim004 karim004 is offline
 
Join Date: Aug 2007
Location: Connecticut
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shahryar_neo View Post
i have a problem with the advertisment in vbulletin :

as you can see on this screen shot my advertisment banner doesn't in front of the forum's logo and i want to put this in front of the logo . and this is my now header code :

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
$GLOBALS[header_advertisement]
    <td align="$stylevar[right]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open
$_phpinclude_output
what can i do ? is this related to the place of the header_advertisment location ?

...

Thanks
try this . go to admincp , style manager , your style , template header and use this code :
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[right]"><if condition="$ad_headerEnd">$ad_headerEnd<else />&nbsp;</if>
	<td align="$stylevar[right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
then go to style manager , your style , Ad Location Templates , ad_headerEnd and delete
<center> & </center>
Reply With Quote
  #443  
Old 08-18-2008, 05:40 PM
karim004's Avatar
karim004 karim004 is offline
 
Join Date: Aug 2007
Location: Connecticut
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobbieZ View Post
Sorry Karim..

You want me to add the original code back to FORUMHOME

AND .. put that extra code in navbar ?? Umm.. Where abouts.?

Plus im having problems with the autorefresh.. As in I cant turn it off.. where as your previous version, you could!!
hi robbieZ
to display the right&left column in forumhome you should add :
Code:
$ad_leftcolumn_code 
below 
$navbar 
and 
$ad_rightcolumn_code
above 
$footer
check you forum if everything okay (done !)

if you have prbs with the right column (( display below the whats going on box )) then try this (( forumhome)
Code:
1 = Below 
$navbar
Add
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
$ad_leftcolumn_code

2 = above :
$footer
Add:
$ad_rightcolumn_code
Reply With Quote
  #444  
Old 08-19-2008, 01:02 AM
NTT NTT is offline
 
Join Date: May 2007
Location: Viet Nam
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this worlk for vb.3.72 ? Thank
Reply With Quote
  #445  
Old 08-19-2008, 07:45 AM
shahryar_neo shahryar_neo is offline
 
Join Date: Sep 2006
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karim004 View Post
try this . go to admincp , style manager , your style , template header and use this code :
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[right]"><if condition="$ad_headerEnd">$ad_headerEnd<else />&nbsp;</if>
	<td align="$stylevar[right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
then go to style manager , your style , Ad Location Templates , ad_headerEnd and delete
<center> & </center>
thanks a lot karim . but our language is persian and i have to swap the place of logo and header ( logo goes left and banner goes right exactly opposite now ! ) what can i do ?

Thanks
Reply With Quote
  #446  
Old 08-19-2008, 08:24 AM
Digz29 Digz29 is offline
 
Join Date: Jul 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I left the "Do NOT display advertisements for scripts:" field BLANK and the header and footer ads won't display for unregistered guests... Any advice? the rest of the ads work fine.
Reply With Quote
  #447  
Old 08-19-2008, 09:46 AM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karim004 View Post
fix what ? the maximum user postcount works and it s a option for postbit , postbit_legacy , pms and announcement .
you can request this option in version 2.6 !

as i tested it is not working !
Reply With Quote
  #448  
Old 08-19-2008, 12:30 PM
jredrum jredrum is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I have seen the post about adsense not working. I have mine working...kinda.

It shows up in the postbit, but not correctly in the header/footer.

This is what I get in both the header and footer.

Code:
created 5/19/08 */ google_ad_slot = "4491505720"; google_ad_width = 728; google_ad_height = 90; //-->
Anyone else have this problem?
Reply With Quote
  #449  
Old 08-20-2008, 06:31 AM
jnieuwint jnieuwint is offline
 
Join Date: Jan 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A few issues:
- The width and height of the Iframes used in the autorefresh ads is hardcoded in the installation XML. It would be better if you are able to set this in the vBulletin options.
- I frequently got "headers could not be sent" errors which I fixed by moving the javascript from the top of the autorefresh pages to the the [html] [head] section.

It works great now but it's the finishing touch to a great mod.
Reply With Quote
  #450  
Old 08-20-2008, 11:08 PM
ByB ByB is offline
 
Join Date: Jun 2008
Location: Lyne, Denmark
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I have uploaded the 4 folder created a "your style" and edited and saved the templates in the Style Manager.
Enabled the Advertisement System (Header & Footer) in Forum and set up the banner rotation to

<a href="http://www.havetrampolin.dk"><img src="http://www.agrofora.com/fora/banner1.gif">|
<a href="http://www.havetrampolin.dk"><img src="http://www.agrofora.com/fora/banner2.gif">|
<a href="http://www.havetrampolin.dk"><img src="http://www.agrofora.com/fora/banner3.gif">|

But nothing shows on my website?
Can you please guide me

It's working now. Just had to open "My style on the home page"

Byb
Reply With Quote
  #451  
Old 08-21-2008, 05:05 AM
Subah's Avatar
Subah Subah is offline
 
Join Date: Feb 2006
Location: KUWAIT
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Subah View Post
I enable Forumbit Threadbit option but there is no change ?
everything else work fine
Quote:
Originally Posted by karim004 View Post
what problem ?
and there is new problem the first user how add a threads when i click on his nick there is no colom apper ? like send PM and see profile ...etc , but any other user in the same theard who add a post the colom apper normally ?!!
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 08:33 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.05678 seconds
  • Memory Usage 2,328KB
  • 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
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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