Quote:
Originally Posted by tminus
I am also having the same problem. Any ideas on a fix Princeton? Thanks.
|
Quote:
Originally Posted by Pirate45
Same here on the small box.
|
Quote:
Originally Posted by Magnumutz
Really cool dude 
Too bad that the reply box is very small.
|
I changed the size of the box by editing the template: gtpm_quickreply
All I did was change code: style="width:300px" to style="width:650px"
FIND
Code:
<input type="text" class="bginput" name="title" value="$pm[title]" size="50" maxlength="85" tabindex="1" style="width:300px" />
REPLACE WITH
Code:
<input type="text" class="bginput" name="title" value="$pm[title]" size="50" maxlength="85" tabindex="1" style="width:650px" />
Hope this is okay with Princeton.