The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Article and Review System

Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 02-02-2008, 09:54 PM
miyukichii miyukichii is offline
Junior Member
 
Join Date: Jan 2008
Posts: 20
Default How to add a block to put advertising code ?

Hey, I am wondering if gars have that option, you know like n vbadvances, it is so easy to create a bbcode modula where you simply insert the add code and it shows up.

Does gars have that option ?
Reply With Quote
  #2  
Old 02-03-2008, 03:13 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Probably more suited for GAB than GARS, though you could add a module to GARS to show ads. BTW, you are showing up as unlicensed. Are these pre-sales questions?
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #3  
Old 02-05-2008, 02:59 AM
miyukichii miyukichii is offline
Junior Member
 
Join Date: Jan 2008
Posts: 20
Default

Quote:
Originally Posted by Morgan View Post
Probably more suited for GAB than GARS, though you could add a module to GARS to show ads. BTW, you are showing up as unlicensed. Are these pre-sales questions?
Ya i heard a lot about gars but i want to know what it can do before buying it. I tried the lite one on vbulliten.org
Reply With Quote
  #4  
Old 02-05-2008, 04:14 AM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Ah yes, GARS Lite. Here are a couple of tutorials for adding modules to GARS:
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #5  
Old 02-05-2008, 04:34 AM
miyukichii miyukichii is offline
Junior Member
 
Join Date: Jan 2008
Posts: 20
Default

Quote:
Originally Posted by Morgan View Post
Ah yes, GARS Lite. Here are a couple of tutorials for adding modules to GARS:
Hey Morgan, all i see is a php code, do you mind providing more info plz ?

Like how to add let say adbrite code in one of these colons that shows in gars.
Reply With Quote
  #6  
Old 02-05-2008, 04:56 AM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Untested and unfamiliar with AdBrite but a simple PHP file would probably do just fine:
Code:
<?php

if (!defined('VB_AREA') || !defined('DIR'))
{
	exit();
}

eval('$bits = "' . fetch_template('YOUR_ADBRITE_TEMPLATE') . '";');
$bits = "<tr><td class=\"alt1Active\">" . $bits . "</td></tr>";
eval('$output .= "' . fetch_template('GARS_mod_container') . '";');

?>
Where YOUR_ADBRITE_TEMPLATE is the name of a template containing the AdBrite code.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #7  
Old 02-05-2008, 05:26 AM
miyukichii miyukichii is offline
Junior Member
 
Join Date: Jan 2008
Posts: 20
Default

Quote:
Originally Posted by Morgan View Post
Untested and unfamiliar with AdBrite but a simple PHP file would probably do just fine:
Code:
<?php

if (!defined('VB_AREA') || !defined('DIR'))
{
	exit();
}

eval('$bits = "' . fetch_template('YOUR_ADBRITE_TEMPLATE') . '";');
$bits = "<tr><td class=\"alt1Active\">" . $bits . "</td></tr>";
eval('$output .= "' . fetch_template('GARS_mod_container') . '";');

?>
Where YOUR_ADBRITE_TEMPLATE is the name of a template containing the AdBrite code.
Hey Morgan, so make this php file and put it where ?
Also how can i make it appear in the forum ?

Sorry i am really new to all this.
Reply With Quote
Reply

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
where to put $GAB_ads[x] in header ? cupra Geek Advertising Banner System 1 02-24-2009 11:16 PM
Summary of This Advertising Banner System? tomc28 Geek Advertising Banner System 1 12-02-2008 03:44 AM
Has anyone ever put together a Glossary GARS type? Tigratrus Geek Article and Review System 3 12-15-2006 12:46 PM
Can I put text right below a banner ad? atcNick Geek Advertising Banner System 6 08-17-2006 01:20 PM
Can I put Add on individual thread? ang2el Geek Advertising Banner System 1 05-05-2006 04:47 PM


All times are GMT. The time now is 10:22 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.