Things I fixed for my forum in this modification:
Rules Typo:
Code:
in template modapp_rules FIND
encougrage
REPLACE WITH
encourage
Make Nickname & E-mail Address unchangable
Code:
in template MODAPP FIND
<input name="username" type="text" value="$bbuserinfo[username]" size="50" maxlength="250">
REPLACE WITH
<input name="username" type="text" value="$bbuserinfo[username]" size="50" maxlength="250" readonly="true">
FIND
<input name="email" type="text" value="$bbuserinfo[email]" size="50" maxlength="250">
REPLACE WITH
<input name="email" type="text" value="$bbuserinfo[email]" size="50" maxlength="250" readonly="true">
There are some more typos on MODAPP and it is really looking unprofessional with Sentences That Always Have Each Word Starting With Capital. I changed all this but I won't be writing it all down here. Not only did this shock me a little bit, but the worse is the guy who made this did a good job on porting the mod, but that it's taking him almost A YEAR (took me 10 seconds for both the boxes), to make the nickname and email box READONLY (this is really crucial, people could just go and abuse this if they want) is the most shocking. (This mod has over 150+ installs, and imagine not everyone clicks the install button (downloaded over 770+ times, I think it's worth to put a little bit effort in this mod, even on these small but crucial things)