PDA

View Full Version : Forum suggestions


Ratchet
05-13-03, 11:05 AM
How about one of you admins increase the size of textarea box (what you use to write messages) for Netscape users - 70 should be good?

Also, here is the code snipped for my Quick Reply I hacked into the Rage3D forums. It goes in the "showthread" tempalte (which is in "Show Thread Templates" category). It should be pasted in directly after the timezone table (staying inside the same <td> cell) - feel free to use it :D

<!-- quick reply -->
<table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<form action="newreply.php" name="vbform" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<input type="hidden" name="parseurl" value="yes">
<input type="hidden" name="email" value="no">
<input type="hidden" name="signature" value="yes">
<td width="50%" nowrap bgcolor="{firstaltcolor}"><normalfont><b>Quick Reply</b></normalfont></td>
<td nowrap bgcolor="{firstaltcolor}"><smallfont>Topic</smallfont></td>
<td bgcolor="{firstaltcolor}"><input style="border:1px solid #555555;font-size:xx-small;padding:2px;" type="text" name="title" value="$title" size="15" maxlength="85" class="bginput" tabindex="1"></td>
<td nowrap bgcolor="{firstaltcolor}"><smallfont>Message</smallfont></td>
<td bgcolor="{firstaltcolor}"><input style="border:1px solid #555555;font-size:xx-small;padding:2px;" type="text" class="bginput" name="message" size="40" tabindex="2" tabindex="2"></td>
<td bgcolor="{firstaltcolor}" nowrap><input type="checkbox" name="email" value="yes" title="Subscribe with this reply"></td>
<td nowrap bgcolor="{firstaltcolor}"><input style="font-size:xx-small;" type="submit" class="bginput" name="submit" value="Submit Reply" tabindex="3"></td>
<td width="50%" nowrap bgcolor="{firstaltcolor}"><smallfont>&nbsp;</smallfont></td>
</form>
</tr>
</table>
<!-- quick reply -->

volt
05-13-03, 11:23 AM
Yea, the box is definetly too narrow for Netscape / Mozilla browsers. Quick reply would be nice though. I will forward this to Mike :)

intercede007
05-13-03, 12:09 PM
Bah....

Microsoft forever!!!!!!! :D

saturnotaku
05-13-03, 12:34 PM
Originally posted by volt
Yea, the box is definetly too narrow for Netscape / Mozilla browsers.

I agree. But it works, and that's really all that matters. :)

Ratchet
05-13-03, 02:47 PM
Originally posted by saturnotaku
I agree. But it works, and that's really all that matters. :)
Not hard to make it work even better though (very easy, actually). It's just a bit too narrow for my tastes.