|
Re: Default Profile Settings? |
Mon, 13 June 2011 16:42 |
|
naudefj wrote on Sun, 05 June 2011 20:34It's just a warning, I bet it worked!
PS: What DB driver do you use (mysql, mysqli or pdo_mysql)?
Sorry for the delayed response.I'm using the following:
FUDforum: 3.0.2
PHP: 5.2.17
Database: mysql 5.0.91-log (mysql)
Thanks!
like_a_god
|
|
Re: Default Profile Settings? |
Sun, 05 June 2011 22:34 |
|
It's just a warning, I bet it worked!
PS: What DB driver do you use (mysql, mysqli or pdo_mysql)?
|
|
Re: Default Profile Settings? |
Sun, 05 June 2011 13:32 |
|
Naudefj,
I tried that and received this:
Quote:Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /homepages/10/d286952212/htdocs/FUDforum/include/theme/default/db.inc on line 185
Statement executed. No rows returned.
What do I do with this?
Thanks
like_a_god
|
|
Re: Default Profile Settings? |
Fri, 03 June 2011 05:58 |
|
Thanks, I'll fix the converter later. As workaround, go to the SQL Manager and run:
UPDATE fud30_users SET users_opt = users_opt & ~32768;
# 32768 = invisible_mode (ON/OFF)
|
|
Re: Default Profile Settings? |
Fri, 03 June 2011 05:19 |
|
Naudej,
Thanks for the reply. 
I installed FUDforum and then used the migration assistant to import users, along with messages, posts etc., from an older phpBB3 system.
like_a_god
|
|
Re: Default Profile Settings? |
Fri, 03 June 2011 02:04 |
|
The default is hard-coded. However, Invisible Mode should be disabled by default.
How were these users imported?
|
|
Default Profile Settings? |
Wed, 01 June 2011 20:45 |
|
Hello,
Is there a list that specifies what the default settings for a user's profile is? Is there a way to set the profile defaults for new accounts?
Most of my users currently have "Invisible Mode" turned on by default. I'd like to change that. Of course, some of these user accounts are imported from an older phpBB3 forum and I'm not sure if this option being selected is due to that import or not.
Thanks
like_a_god
|
|