PDA

View Full Version : Inconsisten "Forums LastPost Threads Posts" bar, help plz


sross
05-19-2004, 07:14 AM
Hi, I'm including a screenshot. I can't figure out why my main forum page has a big fat bar and the forum page does not. Are they not using the same templates? And if not where is the template I need to edit? THANKS!! :)

defi
05-19-2004, 10:34 AM
You took out the last post, total threads and posts table, so they're smaller then normal...

Since you don't use them, why not take them out?


Find this in forumhome_forumbit_level1_post
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>


Erase that.

I'm assuimg you have already taken out those tables in forumhome_forumbit_level2_post

If not, repeat the same step.

sross
05-19-2004, 08:51 PM
Hi, I'd like to remove it like you say, and have done your code change but it's still the same, hmm

imported_Vigile
05-20-2004, 09:02 AM
because one is a subforum and one is a main category of forumhome.

look in forumhome template, perform the same task as stated above, that should fix it