Shoutbox buttons malformed

All web design discussion, including Ultimate Quiz MOD support.

Moderator: CricketMX Forum Moderators

Post Reply
SG
Greenhorn
Greenhorn
Posts: 5
Joined: Fri Jun 30, 2006 8:26 pm

Image

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?
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Are you using the latest version?
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
SG
Greenhorn
Greenhorn
Posts: 5
Joined: Fri Jun 30, 2006 8:26 pm

MOD Version: 0.1.3
SG
Greenhorn
Greenhorn
Posts: 5
Joined: Fri Jun 30, 2006 8:26 pm

No ideas?
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

Could you please post a link to the forum in question? :)
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
SG
Greenhorn
Greenhorn
Posts: 5
Joined: Fri Jun 30, 2006 8:26 pm

http://aw-clan.dmc-clan.co.uk/index.php

Sorry for the long time to reply...
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

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" />
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
SG
Greenhorn
Greenhorn
Posts: 5
Joined: Fri Jun 30, 2006 8:26 pm

The value was something like {L_REFRESH} I replaced it with "refresh" and it works good now ^^
Post Reply