Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
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
  #332  
Old 07-12-2008, 11:55 PM
Turbe Turbe is offline
 
Join Date: Apr 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karim004 View Post
left & right column in forumhome
go to admincp , style manager , your style , Forum Home Templates , FORUMHOME :
left column
Above :
Code:
$navbar
Add:
Code:
<br /><div>$ad_leftcolumn_code</div>
right column
Above
Code:
$footer
Add:
Code:
<br /><div>$ad_rightcolumn_code</div>

OR


Quote:
Originally Posted by karim004 View Post
left & right colum in all pages :
left column
go to admincp , style manager , your style ,Header
Below:
Code:
$ad_headerEnd
Add:
Code:
<br />$ad_leftcolumn_code
Right Column
go to admincp , style manager , your style ,Footer
Above:
Code:
$ad_footerStart
Add:
Code:
<br />$ad_rightcolumn_code
OK, to clarify, he means either / or... you don't want to use both sets of code in Forumhome and Footer/Header (for all pages): i.e. to show columns in all pages, you don't need the Edits in Forumhome (you may have done this from the install documentation).

The Right Column does work now though it still doesn't work right if you only want it in Forumhome. There are some horizontal spacing issues as well with the Right Column. I am starting to prefer the Left Column anyways, but I do have the edits in for the Right Column.

karim004, what I need help with is:

I want to have Left/Right Column support in all pages but when reading an individual Thread (Postbit?), I know what to do in ForumHome, but what do I need for the pages that just show the Thread List (threadbit?)... Again, I don't want to show the Left or Right Columns when Users are reading a Thread (posts) but I do want them on all other pages.

Thanks in advance!


-Turbe
Reply With Quote
  #333  
Old 07-13-2008, 06:24 PM
karim004's Avatar
karim004 karim004 is offline
 
Join Date: Aug 2007
Location: Connecticut
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Turbe View Post
OR


I don't want to show the Left or Right Columns when Users are reading a Thread (posts) but I do want them on all other pages.

Thanks in advance!


-Turbe
hi turbe ,try this : in forumhome and forumdisplay
below :
Code:
$navbar
add
Code:
$ad_leftcolumn_code
Reply With Quote
  #334  
Old 07-13-2008, 06:28 PM
Turbe Turbe is offline
 
Join Date: Apr 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, that shouldn't be (for Left Column - FORUMHOME) or is that if only Above $navbar?

Code:
<br /><div>$ad_leftcolumn_code</div>

OK, I add that now, what about for the Right Column (good to have this information poster here for future Users/Search).....

EDIT: I did this:

for both FORUMHOME and FORUMDISPLAY:

above $navbar
Code:
<br /><div>$ad_leftcolumn_code</div>

above $footer
Code:
<br /><div>$ad_rightcolumn_code</div>
Left and Right Columns now working in all but the Threads themselves (while reading Posts)...

Thanks.. :up:
Reply With Quote
  #335  
Old 07-13-2008, 06:51 PM
karim004's Avatar
karim004 karim004 is offline
 
Join Date: Aug 2007
Location: Connecticut
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Turbe View Post
OK, I add that now, what about for the Right Column (good to have this information poster here for future Users/Search).....

Also, that shouldn't be (for Left Column - FORUMHOME) or is that if only Above $navbar?

Code:
<br /><div>$ad_leftcolumn_code</div>
sorry i tought you want just the left column , for right column in forumhome & forumdisplay
above:
Code:
$footer
add
Code:
$ad_rightcolumn_code
for your question you can place the leftcolumn code below $navbar or $header
for your question about the right column yes i just find a bug (if you disable the leftcolumn the right one wont show up also there is no space )) i am fixing this now
Reply With Quote
  #336  
Old 07-13-2008, 07:40 PM
Turbe Turbe is offline
 
Join Date: Apr 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I EDITED my post above to update what I did. I'm glad you saw what I meant about the Right Column Bug...

I'll try to help/post here in the future with documentation/explaining what to do....

-S
Reply With Quote
  #337  
Old 07-14-2008, 06:46 AM
ronronmx ronronmx is offline
 
Join Date: Feb 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UaECasher View Post
Hello,

I wanted to use this cool Ad system but when i want to edit the header template ( custom style) i can't find the code :

Code:
<td align="$stylevar[right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>

Here is the code that i see

Code:
<!-- logo -->

<a name="top"></a>
<div id="logobg"><div id="logostrip"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/banner_x.jpg" alt="" /></a></div></div>
<!-- /logo -->

<div id="submenu" align="center">
<if condition="$bbuserinfo['userid']">
<a href="usercp.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_usercp.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a><a href="memberlist.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_members.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="search.php?do=getnew$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_new.gif" alt="" /></a><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a><else /><a href="register.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_register.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a></if></div>

<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
can any one help me.

Thank you
I'm having the same problem! I looked for those line in the DEFAULT template and didn't find them. My version of VB is 3.7.2 and I just installed V. 2.3 of this plugin.

Any idea?
Thx,
Stephane
Reply With Quote
  #338  
Old 07-14-2008, 02:21 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Turbe View Post
I'll try to help/post here in the future with documentation/explaining what to do....
Agreed, what this mod needs the most right now is a completely rewritten set of instructions by someone fluent in English. I mean, there may be a bug here or there, but with such confusing docs it's hard to tell the bugs from the installation mistakes.

Really, it would be nice if you two could get together via email and partner on this.
Reply With Quote
  #339  
Old 07-15-2008, 02:22 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karim004 View Post
sorry i tought you want just the left column , for right column in forumhome & forumdisplay
above:
Code:
$footer
add
Code:
$ad_rightcolumn_code
for your question you can place the leftcolumn code below $navbar or $header
for your question about the right column yes i just find a bug (if you disable the leftcolumn the right one wont show up also there is no space )) i am fixing this now

Any ETA on this release?

I'm having all kinds of problems with the columns not showing up.

EDIT: the first post on this page (this post) has the fix that I needed.

This wasn't mentioned in the install instructions. Was it just left out on accident?

I've also noticed that I have to have the left column enabled to get the right column to show up. Since I don't have anything in my left column, this is a bit strange...lol
Reply With Quote
  #340  
Old 07-15-2008, 06:39 PM
ronronmx ronronmx is offline
 
Join Date: Feb 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I have been having a problem with the postbits ads in between posts. It only happens in IE (of course...), you know the UserName, when you click on it, you get a drop down menu with links to his profile and stuff like that? Well, every time there's an ad (using adsense btw) below a user's post, that drop down menu does not work, but the one below the ads work fine.
This only happens in IE 7, FF and Safari are fine. Does anyone else have this problem also? I am running vb 3.7.2 and ads management 2.3.

Stephane
Reply With Quote
  #341  
Old 07-16-2008, 02:50 PM
Turbe Turbe is offline
 
Join Date: Apr 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Videx View Post
Agreed, what this mod needs the most right now is a completely rewritten set of instructions by someone fluent in English. I mean, there may be a bug here or there, but with such confusing docs it's hard to tell the bugs from the installation mistakes.

Really, it would be nice if you two could get together via email and partner on this.
Yes, he PM'ed and asked but I still need to finish the documentation for my own Application.

I will monitor this Thread and try to help but if users have custom templates, I'm not sure how much time I will spend there...

-S
Reply With Quote
Reply

Thread Tools

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 11:12 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.08989 seconds
  • Memory Usage 2,336KB
  • 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
  • (20)bbcode_code
  • (8)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
  • (3)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