Page 1 of 1
Shoutbox buttons malformed
Posted: Fri Jun 30, 2006 8:30 pm
by SG
Notice the refresh button not saying refresh, well when you click that empty square of a button it posts a blank shout, which then has to be deleted...
any ideas?
Posted: Sat Jul 01, 2006 1:22 am
by battye
Are you using the latest version?
Posted: Sat Jul 01, 2006 9:07 am
by SG
MOD Version: 0.1.3
Posted: Mon Jul 03, 2006 7:58 pm
by SG
No ideas?
Posted: Fri Jul 07, 2006 3:20 pm
by battye
Could you please post a link to the forum in question?

Posted: Tue Aug 15, 2006 10:08 pm
by SG
Posted: Sun Aug 20, 2006 10:57 am
by battye
In index_body.tpl there will be a line similiar to (but probably not identical to):
Code: Select all
<input type="text" name="shout" length="50" maxlength="255" /> <input type="submit" name="submit" value="Submit" /> <input type="submit" name="submit" value="" />
Replace the final bit which is like:
<input type="submit" name="submit" value="" /> with
Code: Select all
<input type="submit" name="submit" value="Refresh" />
Posted: Sat Sep 16, 2006 7:29 pm
by SG
The value was something like {L_REFRESH} I replaced it with "refresh" and it works good now ^^