I'm having problems. I think its a small problem for others. But i dont know what to do at the moment to get rid of it.
I did everything whats told
But i end up like this
The forum info is at contact info, and the pm's are in the wrong part. Any help on this would be apreciated. How would i get this normal.
and alsow a problem when people dont have a signature in use. Then it totaly looks WEIRD!
-edit-
nevermind
Fixed it
I added this In the wrong place, so deleted it, and added it to the right one. Problem solved
Code:
</tr>
<if condition="!$show['popups'] AND $show['iprof_rating']">
<tr>
<td class="tcat"><a name="goto_memberrating"></a>$vbphrase[iprof_rate_this_member]</td>
</tr>
<tr align="center">
<td class="panelsurround" align="center">
<div class="panel">
<div align="center">
<!-- rate this member -->
<form action="member.php" method="post">
<div class="smallfont">
<input type="hidden" name="s" value="$session[dbsessionhash]" />
<input type="hidden" name="u" value="$userinfo[userid]" />
<input type="hidden" name="do" value="rate" />
<select name="vote" onchange="this.form.submit()" style="width:175px">
<optgroup label="$vbphrase[choose_a_rating]">
<option value="5" $voteselected[5]>5 : $vbphrase[excellent]</option>
<option value="4" $voteselected[4]>4 : $vbphrase[good]</option>
<option value="3" $voteselected[3]>3 : $vbphrase[average]</option>
<option value="2" $voteselected[2]>2 : $vbphrase[bad]</option>
<option value="1" $voteselected[1]>1 : $vbphrase[terrible]</option>
</optgroup>
</select>$gobutton
</div>
</form>
<!-- / rate this member -->
</div>
</div>
</td>
</tr>
</if>
<tr>
<td class="tcat">$vbphrase[contact_info]</td>
</tr>
<tr align="center">