PDA

View Full Version : Forum Section Widths


dbirosel
06-23-2007, 07:50 AM
From the new posts icons, forum section title & description, last post by, threads and post, how do i properly set the width to my desire needs? I want the last post by smaller and a couple more other to be edited.

What templates do i need to look at, and what code do i look at?

Dismounted
06-23-2007, 10:04 AM
forumhome_forumbit_level1_nopost

Something like that.

dbirosel
06-23-2007, 04:52 PM
Anyone know what kind of code i should be looking at?

Dismounted
06-24-2007, 06:09 AM
It's pretty obvious when you get into that template.

TheMilkCarton
06-24-2007, 03:40 PM
It should actually just be in FORUMHOME.

Search for <td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td> and then put a width="xxx" in each of the td's in that group of table cells.

I don't think you need to edit the forumhome_forumbit templates because the td's should follow the width you set in the FORUMHOME template.

At least that how it works in my style. It's modified quite a bit though. :)

dbirosel
06-24-2007, 03:45 PM
It should actually just be in FORUMHOME.

Search for <td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td> and then put a width="xxx" in each of the td's in that group of table cells.

I don't think you need to edit the forumhome_forumbit templates because the td's should follow the width you set in the FORUMHOME template.

At least that how it works in my style. It's modified quite a bit though. :)
Thank you,

I'll look into it. :)

TheMilkCarton
06-24-2007, 03:49 PM
If that doesn't work do the same in forumhome_forumbit_level1_post and forumhome_forumbit_level2_post... not "nopost". That might be why it wasn't so obvious. ;)

Dismounted
06-25-2007, 06:42 AM
Ah, I keep forgetting I have separated categories :p.