Change Account Status From Profile

Started by [SiNaN], August 18, 2008, 11:23:54 AM

Previous topic - Next topic

R.Bourne

On version 1.1.0, the BANNED member shows as "Pending"! What's the point of this tip or I'm missing something :)

Kill Em All


                        <td><input type="text" name="posts" size="4" value="', $context['member']['posts'], '" /></td>
                     </tr>
                     <tr>
                        <td><b>Account Status: </b></td>
                        <td>
                           <select name="account_status">
                              <option value="0"', $context['member']['is_activated'] == 0 ? ' selected="selected"' : '', '>Pending</option>
                              <option value="1"', $context['member']['is_activated'] == 1 ? ' selected="selected"' : '', '>Activated</option>
                           </select>
                        </td>


Check out that bit of code, you can change the text in there probably.


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Advertisement: