How to Default Accept Messages Posted by exspiro 17 Jun 2006 18:27 GMT-0000 posts: 14 What can i change in tiki-user_preferences.php to default all new users to accept messages internally? thank you.
Posted by Xavier de Pedro 19 Jun 2006 15:21 GMT-0000 posts: 1817 In 1.10 you can set that under "Admin > Login" screen In 1.9, you have to hard code it in tiki-setup.php, or tiki-setup_base.php (or similar, I don't remember precisely), afaik Good luck. 😊 > What can i change in tiki-user_preferences.php to default all new users to accept messages internally? > > thank you.
Posted by exspiro 19 Jun 2006 21:59 GMT-0000 posts: 14 > In 1.10 you can set that under "Admin > Login" screen > In 1.9, you have to hard code it in tiki-setup.php, or tiki-setup_base.php (or similar, I don't remember precisely), afaik > Good luck. 😊 > > > What can i change in tiki-user_preferences.php to default all new users to accept messages internally? > > > > thank you. Can you give me any more specific instructions? Thanks in advance.
Posted by Maarten 21 Jun 2006 09:41 GMT-0000 posts: 45 > Can you give me any more specific instructions? > Thanks in advance. I also want to change this default setting. I have picked up from the database that the field name in minPrio on the tiki_user_preferences table. I have tried to search on a number of things within the PHP files including minPrio, but can't find where to set the default. Suggestions are welcome.
Posted by Maarten 21 Jun 2006 11:23 GMT-0000 posts: 45 > > > Can you give me any more specific instructions? > > Thanks in advance. > > I also want to change this default setting. I have picked up from the database that the field name in minPrio on the tiki_user_preferences table. > > I have tried to search on a number of things within the PHP files including minPrio, but can't find where to set the default. > > Suggestions are welcome. On line 332 of tiki-user_preferences.php is a line with: $minPrio = $..... (..., 6); I have tried to change the 6 to another number, but it does not affect the defaul status.
Posted by Xavier de Pedro 28 Jun 2006 09:18 GMT-0000 posts: 1817 Hi Marteen and all: It seems that mose has recently coded an improvement to Tiki 1.9cvs so that itcan be set as a param for users, etc. I'm going to try it right now (getting it from cvs) cvs report: http://sourceforge.net/mailarchive/message.php?msg_id=21537298 http://sourceforge.net/mailarchive/message.php?msg_id=21537300 (and thanks to luciash for reporting through irc 😊
Posted by Xavier de Pedro 28 Jun 2006 09:21 GMT-0000 posts: 1817 > In 1.9, you have to hard code it in tiki-setup.php, or tiki-setup_base.php (or similar, I don't remember precisely), afaik That was not true (I was confused). Hopefully, mose fixed that already on 1.9.xcvs! 😊