Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Being invisible
#1
Not Solved
Hey

How to stop members from being invisible in the whois online zone?

Thank you
I will help the community as much I can Blush
#2
Not Solved
Run this SQL query in phpmyadmin:

UPDATE mybb_users SET invisible='0' WHERE invisible='1' 

Then go to your usercp_options template and delete:

<fieldset class="trow2">
<legend><strong>{$lang->login_cookies_privacy}</strong></legend>
<table cellspacing="0" cellpadding="2">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
</table>
</fieldset>
-Paul H.

Cogisne lingua latina?


Forum Jump:


Users browsing this thread: 1 Guest(s)