Skip to content
WJunction - Webmaster Forum

forum display

Status
Not open for further replies.
how do i make the forum home display bigger for the content

exaples below

this is what i have

nnnr.gif



i want it to look like this

nnn2.gif



please help
 

13 comments

You need to change teh size of teh table, Think its in forumhome_forumbit_level1_nopost, will be liek 100%, change to liek 50%,
Teh first will be teh cat header & teh sencond will be teh content.
 
ok i tryed it but still no look here's the code mate :)

<!-- Top category table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tcat">
<tr>
<td width="255" class="smallfont" style="background: url($stylevar[imgdir_misc]/forum_cat_l.gif) no-repeat; width: 255px; height: 37px;" align="left" valign="top"><div style="padding-left: 25px; padding-top: 14px;">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div></td>

<td align="right">

<a style="float:$stylevar
" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_misc]/forum_cat_r_m.gif" alt="" border="0" /></a>

</td>
</tr>
</table>
<!-- End top category table setup -->

<table cellpadding="8" cellspacing="0" style="border-top: 1px solid #272626; border-left: 1px solid #272626;border-right: 1px solid #272626;" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
<tr><td class="alt1" style="border-bottom: 1px solid #181818;" colspan="4"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td></tr>
</table>
<br />​
 
You have to add the variables to where you want them to show there like $lastposter and $posttime or some shit like that. I forgot what the variables are but some skins don't come with them. Just look up another skin that you have install (wise to keep default installed - just in case) and then look it up where it shows the last poster and time. Sometimes...it's not a variable but a phrase but that works too.
 
He wanted to increase the height of the forum columns, not add things. :P

I was doing it for him but for some reason he cut me off haha, oh well someone else can help him. x]
 
Oh ha. Uhh just edit the height? From #px to #px but something bigger...
Also, depending on the skin, you might need to make an image bigger.
 
Status
Not open for further replies.

About the author

D
Banned · Joined
269
Messages
0
Reactions
16
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom