2007-10-04, 03:47 AM
For removing user's invisibility:
Admin CP --> Templates --> Modify / Delete --> *Choose template set and click 'Expand'* --> User Control Panel Templates --> usercp_options
Find and remove:
Find and remove:
Note that users who have already set themselves to not appear in the online listing will still be invisible. You will have to play with the database to override this.
Admin CP --> Templates --> Modify / Delete --> *Choose template set and click 'Expand'* --> User Control Panel Templates --> usercp_options
Find and remove:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
Admin CP --> Templates --> Modify / Delete --> *Choose template set and click 'Expand'* --> Member Templates --> member_registerFind and remove:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
Note that users who have already set themselves to not appear in the online listing will still be invisible. You will have to play with the database to override this.