Re: disable "invisible mode" |
Wed, 18 July 2012 14:21 |
|
Removed the option in the UCP by removing this:
<tr class="RowStyleA"><td>{MSG: register_invisible_mode}<br /><span class="SmallText">{MSG: register_invisible_mode_desc}</span></td><td>{TEMPLATE-DATA: invisible_mode_radio}</td></tr>
From the .tmpl and re-building.
|
|
|
|
|
Re: disable "invisible mode" |
Wed, 18 July 2012 13:40 |
|
Ok,
Changed Fus30_ to Fud30_
Quote:Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /vhosts/nomad-forum.com/httpdocs/fudforum/include/theme/default/db.inc on line 221
Statement executed. Affected rows: 0. Time taken: 0.0009 secs.
|
|
|
Re: disable "invisible mode" |
Wed, 18 July 2012 13:06 |
|
Quote:?590 ?1342631000?(/vhosts/nomad-forum.com/httpdocs/fudforum/include/theme/defaul t/db.inc:110 <br />
/vhosts/nomad-forum.com/httpdocs/fudforum/adm/admsql.php:120<br />
) 1146: Table 'nomadforum.fus30_users' doesn't exist<br />
Query: UPDATE fus30_users SET users_opt = users_opt & ~32768<br />
_POST: array (
'SQ' => '0aad9c436a32d67a99c0261783e36e88',
'txtb' => 'UPDATE fus30_users SET users_opt = users_opt & ~32768;',
)<br />
Database version: 5.0.32-Debian_7etch12-log<br />
[Referring Page] http://nomad-forum.com/fudforum/adm/admsql.php?&SQ=0aad9c436a32d67a99c0261783e36e88<br />
SQL error running this
|
|
|
Re: disable "invisible mode" |
Tue, 17 July 2012 03:53 |
|
Ok,
Is this still valid for the latest version of FUD?
I'd like to remove the invisible mode as well (and for all users to have it OFF)
I think this would be a good ACP option
Regards
|
|
Re: disable "invisible mode" |
Tue, 24 November 2009 14:02 |
|
Sorry, free support is only for 3.0.0 or users trying to upgrade to the latest release.
|
|
|
Re: disable "invisible mode" |
Mon, 23 November 2009 17:09 |
|
Go to the SQL Manager and run:
UPDATE fus30_users SET users_opt = users_opt & ~32768;
I haven't tested this, so you may want to backup your DB first!
|
|
disable "invisible mode" |
Mon, 23 November 2009 16:08 |
|
ok so i want to disable invisible mode -
i have removed the following from register.tmpl so users cannot choose this option any longer.
<tr class="RowStyleA"><td>{MSG: register_invisible_mode}<br /><span class="SmallText">{MSG: register_invisible_mode_desc}</span></td><td>{TEMPLATE-DATA: invisible_mode_radio}</td></tr>
Whats the code for overriding this function totally so that the users that have chosen this prior to the removal of the function and new users have "no" as default for invisible mode?
|
|