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
  Learn how to remove ads

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-04-2008, 04:13 PM
Lizard King's Avatar
Lizard King Lizard King is offline
Senior Member
 
Join Date: Oct 2005
Location: Istanbul
Posts: 555
Geek Article and Review System License Holder Geek Gazette License Holder 
Default Small fixes and a question

Within Gars_forumdiplay template
Code:
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
should be replaced with
Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
The following seperate lines within filter.php
Code:
<OPTION value=''></OPTION>
<OPTION $selected value='" . $value . "'>" . $value . "</OPTION>
<SELECT name=\"filter[$result[id]]\" $autojs >$optionlist</SELECT>
should be replaced with
Code:
<option value=''></option>
<option $selected value='" . $value . "'>" . $value . "</option>
<select name=\"filter[$result[id]]\" $autojs >$optionlist</select>
Question is , between each module gars adds <br /> . Where can i modify this and remove <br /> between modules.
Reply With Quote
 

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
small question sam benj GeekMart 2 04-07-2007 06:25 PM
Few small issues magz Geek Article and Review System 1 01-06-2007 08:37 PM
1 small problem. . . ryancooper Geek Auto-Linker 1 05-04-2006 12:32 PM
Having a small problem... mlrst Geek Article and Review System 3 03-18-2006 09:22 AM
Small Problem Lizard King Geek Auto-Linker 2 11-24-2005 08:07 AM


All times are GMT. The time now is 09:53 AM.


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