UBB.Dev
Posted By: Tom_H Need help styling a board.... - 09/17/2003 5:29 AM
I was hoping that someone would know how to do this...

See the explanation on the image.

I would like to separate the categories like in the admin panel or the "My Home" page but I'll settle for getting rid of the whitespace if that's not possible.

Thanks in advance for the help.

[]http://www.udtsealboard.com/images/screenshot.jpg[/]

Tom
Post deleted by DWLbeamserto
Posted By: omegatron Re: Need help styling a board.... - 09/17/2003 1:31 PM
The white space is easy

Open up ubbthreads.tmpl and remove these lines

<tr>
<td colspan="5" class="cleartable"><img src="{$config['images']}/blank.gif" width="1" height="1" alt="*" /></td>
</tr>

Separating the categories is not that touch either but requires a bit more work than that. I will get back to ya on that as I have not done that for a couple of versions now.
Posted By: Tom_H Re: Need help styling a board.... - 09/17/2003 3:14 PM
Awesome Chuck - Thanks a ton.
Posted By: omegatron Re: Need help styling a board.... - 09/17/2003 7:11 PM
No problem
Posted By: omegatron Re: Need help styling a board.... - 09/17/2003 7:12 PM
No problem getting rid of that white space was one of the first things to go LOL
Posted By: Tom_H Re: Need help styling a board.... - 09/17/2003 10:28 PM
Yeah, that was bugging the crap out of me. Let me know if you find out how to separate the tables. I was messing around in the template, but couldn't get it to work.

Tom
Posted By: AllenAyres Re: Need help styling a board.... - 09/18/2003 5:07 AM
You need to add a tbclose to the bottom and a tbopen to the top with a space in between something like this:

$tbclose
<br /><br />
$tbopen

this would go right about the same space you removed the code Chuck told you about. If you need more assistance, ask
Posted By: omegatron Re: Need help styling a board.... - 09/18/2003 2:52 PM
Allen's example above would go right where you removed the code I removed to get rid of the white space.

However it does separate the categories fine with one side effect. There is an empty table up top. It is not too noticeable without tablewrappers with it only being a few pixels wide. However I am still testing things out for you to do what Allen suggested but to get rid of the empty table. I have tried a few examples without success but here is the modified template as Allen Suggested.

Attached File
95149-ubbthreads.txt  (253 downloads)
Posted By: Tom_H Re: Need help styling a board.... - 09/18/2003 3:39 PM
Thanks for all the help guys.

I'll see what I can do about the empty table and post if I find a solution.

Tom
Posted By: Tom_H Re: Need help styling a board.... - 09/19/2003 11:22 PM
Any luck on separating the tables in the "Main" page?
Posted By: omegatron Re: Need help styling a board.... - 09/19/2003 11:39 PM
Other than what is posted no. Have not had too much time to play.
Posted By: J.C. Re: Need help styling a board.... - 09/24/2003 8:01 PM
This should help (version 6.3 compatible) View attachment and use as a guide.

Attached File
95572-ubbthreads.tmpl  (87 downloads)
Posted By: Tom_H Re: Need help styling a board.... - 09/24/2003 11:49 PM
Thanks! - I'll chenck it out.
© UBB.Developers