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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-05-2009, 08:01 PM
stckhlm stckhlm is offline
Member
 
Join Date: Sep 2008
Posts: 54
Geek Article and Review System License Holder 
Question How to divide threadbit in 2 column ?



I would like to change my threadbit of the forums which uses GARS as shown on above image.

In threadbit template, i changed the first line "<tr><td class="alt1" rowspan="2" valign="top">" but then threads messed up.

I will appreciate it a lot if someone let me learn what can i do to divide my threadbit in 2 column.

Regards
Reply With Quote
  #2  
Old 04-06-2009, 08:36 AM
stckhlm stckhlm is offline
Member
 
Join Date: Sep 2008
Posts: 54
Geek Article and Review System License Holder 
Default



Above image is what i get when i change the content of GARS_threadbit template after the first line.
Code:
<tr><td class="alt1" rowspan="2" valign="top">
Reply With Quote
  #3  
Old 04-06-2009, 03:53 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

The threadbit template needs to start with a <tr> tag and end with a </tr> tag. You might try adding a table inside the <tr><td> tags so you have something like this:
Code:
<tr>
	<td>
		<table>
		<tr>
			<td> 1 </td>
			<td> 2 </td>
		</tr>
		<tr>
			<td> 3 </td>
			<td> 4 </td>
		</tr>
		</table>
	</td>
</tr>
For further template customization help, you may wish to ask over at vBorg as I do not provide customization services.
__________________
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
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
Advert in side column Reece Geek Article and Review System 10 11-17-2008 05:29 PM
right column grazianno Geek Advertising Banner System 1 10-23-2008 03:11 PM
Forumdisplay - divide the threadlist in columns? lthanos Geek Article and Review System 2 04-07-2008 05:41 PM
Entry Column RaceJunkie Geek Auto-Linker 1 02-04-2008 03:52 PM
2.0 Threadbit problem Ramses Geek Article and Review System 2 06-05-2006 08:43 AM


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


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