PDA

View Full Version : Please help me with three things


MrMichigan
05-30-2008, 03:55 PM
Here is a link to my forum.

http://www.healthyfoodclub.com/forums/index.php

Here are the list of things I need help where to go to fix my problems.

1) Just below the banner and where the forum starts, there is to big of a space. Where can I go to make that space smaller?

2) Just below all the links in the forum, there is a orange cell out of place showing "forum / last posts / threads / posts" where do I go to remove that cell?

3) Scroll down to "What's Going On" section and I have to say the same thing what's going on with this section going past the border? Where do i go to fix this?

I hope you guys will help me out.

Thank you,
Tony

veenuisthebest
05-30-2008, 04:38 PM
1. Check in your header template at the bottom, remove the <br /> tag if there AND also check in your navbar template at the top, remove the <br /> tag if there.

2. Go to FORUMHOME template, find this and comment it.

<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>

3. not sure but are you talking about the what's going on Box breaking the width of the style ?? if yes, then check if you have this in FORUMHOME template

<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]"

MrMichigan
05-30-2008, 05:57 PM
veenuisthebest, thank you for your help. I was able to take care of 1 & 2. But I am having a problem with #3.

I was able to go in and change the width from 100% to 770 to make it the same size. But the background is still messed up and the new post images are out of place still.

I am thinking it might have something to do with the footer.

Tony