UBB.Dev
Posted By: IOGC-Chris Invisiblity - 05/11/2004 6:15 AM
Is there a way to disably the ability to become invisable on the who is online screen?
Posted By: JoshPet Re: Invisiblity - 05/11/2004 6:28 AM
Edit the option out of the editbasic.tmpl template.
Posted By: JoshPet Re: Invisiblity - 05/11/2004 6:30 AM
Actually you should be able to remove these two options.

Code
<br />{$ubbt_lang['PROF_VIS']}<br /><br /><br /><input type="radio" name = "Visible" value="yes" $visibleyes class="formboxes" /> {$ubbt_lang['TEXT_YES']}<br /><input type="radio" name = "Visible" value="no" $visibleno class="formboxes" /> {$ubbt_lang['TEXT_NO']}<br /><br /><br /><br /><br />{$ubbt_lang['AUX_ONLINE']}<br /><br /><br /><input type="radio" name = "OnlineFormat" value="yes" $OnlineFormatyes class="formboxes" /> {$ubbt_lang['TEXT_YES']}<br /><input type="radio" name = "OnlineFormat" value="no" $OnlineFormatno class="formboxes" /> {$ubbt_lang['TEXT_NO']}<br />
Posted By: IOGC-Chris Re: Invisiblity - 05/11/2004 7:16 AM
Thanks you very much for the quick responce. Can you help me with the MySQL command to reset all existing users back to visable status as well?

Thanks
Posted By: JoshPet Re: Invisiblity - 05/11/2004 7:33 AM
Update w3t_Users
SET U_Visible = 'yes',
U_OnlineFormat = 'yes'
Posted By: IOGC-Chris Re: Invisiblity - 05/12/2004 7:47 AM
yet again thank you very much...you guys all do a great job
© UBB.Developers