Loading...
 
Features / Usability

Features / Usability


Re: Changing default on PM

posts: 32 Greece

Hi Bluey,

I suggest doing a surgery to the Tiki Database if you feel comfortably with blood...

Run the following script to find the users who have problem with PM:

SELECT 'user'
FROM `tiki_user_preferences`
WHERE `prefName` = 'allowMsgs' AND `value` = 'n' LIMIT 0 , 30;

Then you can change the option "Allow messages from other users" in user Preferences/Other Preferences for every user of this select.

Or you can "kill" all these ennoying rows by

DELETE
FROM `tiki_user_preferences`
WHERE `prefName` = 'allowMsgs' AND `value` = 'n'.

The oprion will be "YES" in the next login.

Spyk.

PS I tried creating a new user in my Tiki (v.1.9.0) and the oprion "Allow messages from other users" is by deafault YES.

There are no comments at this time.

Upcoming Events

1)  18 Apr 2024 14:00 GMT-0000
Tiki Roundtable Meeting
2)  16 May 2024 14:00 GMT-0000
Tiki Roundtable Meeting
3)  20 Jun 2024 14:00 GMT-0000
Tiki Roundtable Meeting
4)  18 Jul 2024 14:00 GMT-0000
Tiki Roundtable Meeting
5)  15 Aug 2024 14:00 GMT-0000
Tiki Roundtable Meeting
6)  19 Sep 2024 14:00 GMT-0000
Tiki Roundtable Meeting
7) 
Tiki birthday
8)  17 Oct 2024 14:00 GMT-0000
Tiki Roundtable Meeting
9)  21 Nov 2024 14:00 GMT-0000
Tiki Roundtable Meeting
10)  19 Dec 2024 14:00 GMT-0000
Tiki Roundtable Meeting