Why stop there? Integrations with the cash mod would be great!*Christian* wrote:Maybe also permissions would be cool, allow certain groups / members to have permission to use feature
haha jk:)
Why stop there? Integrations with the cash mod would be great!*Christian* wrote:Maybe also permissions would be cool, allow certain groups / members to have permission to use feature
Code: Select all
'personal_rank' => utf8_normalize_nfc(request_var('personal_rank', $user->data['user_personal_rank'], true)),
Code: Select all
'personal_rank' => utf8_normalize_nfc(censor_text(request_var('personal_rank', $user->data['user_personal_rank']), true)),
Code: Select all
Code: Select all
ALTER TABLE foro_users ADD user_personal_rank VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'Registred User';
when?şğüı = ???? UTF8 problem
*foro = prefixALTER TABLE foro_users
Code: Select all
<tr>
<td class="row1" width="35%"><b class="genmed">{L_PERSONAL_RANK}: </b></td>
<td class="row2"><input class="post" type="text" name="personal_rank" size="30" maxlength="15" value="{PERSONAL_RANK}}" /></td>
</tr>
Code: Select all
"{PERSONAL_RANK}}"
Code: Select all
"{PERSONAL_RANK}"
No problem, I love the mod. Someone mentioned that this mod was already created, but yours is about 100x easier and faster to install.^[GS]^ wrote:Yes, I'll make the note on the prefix ^ ^
Thanks ihermit Thanks ihermit! Thank you for finding so many mistakes ^ ^
the next version will be around in order ^ ^
Code: Select all
//-- mod : Personal Rank ------------------------------------------------------------
//-- add
'personal_rank' => utf8_normalize_nfc(censor_text(request_var('personal_rank', $user->data['user_personal_rank']), true)),
//-- fin mod : Personal Rank --------------------------------------------------------
Code: Select all
//-- mod : Personal Rank ------------------------------------------------------------
//-- add
'personal_rank' => utf8_normalize_nfc(request_var('personal_rank', $user->data['user_personal_rank'], true)),
//-- fin mod : Personal Rank --------------------------------------------------------