FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Default Profile Settings? (List of default profile settings? Is there a way to change?)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Default Profile Settings? [message #165357] Thu, 02 June 2011 00:45 Go to next message
like_a_god is currently offline  like_a_god   United States
Messages: 11
Registered: April 2011
Location: Boulder CO
Karma: 0
Junior Member
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
Re: Default Profile Settings? [message #165360 is a reply to message #165357] Fri, 03 June 2011 06:04 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
The default is hard-coded. However, Invisible Mode should be disabled by default.
How were these users imported?
Re: Default Profile Settings? [message #165361 is a reply to message #165360] Fri, 03 June 2011 09:19 Go to previous messageGo to next message
like_a_god is currently offline  like_a_god   United States
Messages: 11
Registered: April 2011
Location: Boulder CO
Karma: 0
Junior Member
Naudej,

Thanks for the reply. Smile

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? [message #165362 is a reply to message #165361] Fri, 03 June 2011 09:58 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
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? [message #165364 is a reply to message #165362] Sun, 05 June 2011 17:32 Go to previous messageGo to next message
like_a_god is currently offline  like_a_god   United States
Messages: 11
Registered: April 2011
Location: Boulder CO
Karma: 0
Junior Member
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? [message #165365 is a reply to message #165364] Mon, 06 June 2011 02:34 Go to previous messageGo to next message
naudefj is currently offline  naudefj   
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
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? [message #165408 is a reply to message #165365] Mon, 13 June 2011 20:42 Go to previous messageGo to next message
like_a_god is currently offline  like_a_god   United States
Messages: 11
Registered: April 2011
Location: Boulder CO
Karma: 0
Junior Member
naudefj wrote on Sun, 05 June 2011 20:34
It'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? [message #165410 is a reply to message #165408] Tue, 14 June 2011 04:15 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Thanks, I just want to know so I can hunt down and fix that warning.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: install_safe.php
Next Topic: Moving discussion board to a host
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Apr 19 01:13:40 GMT 2024

Total time taken to generate the page: 0.02413 seconds