Author |
Topic |
|
HPCFactor
Starting Member
United Kingdom
7 Posts |
Posted - 04 February 2004 : 10:55:57
|
Hi,
I've installed the latest PM mod and it works fine. However when a new nember joins the forum the PM option does not appear on their members list, via the 'communication icons' in a users post or in their profile.
I can however manually PM a user by name. I've put a few screen shots below just to outline this.
Does anyone know how I can fix this.
Many thanks |
Edited by - HPCFactor on 04 February 2004 18:03:16 |
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 04 February 2004 : 11:56:26
|
Which database are you using? Did you get any errors when you ran the dbs-file?
If a new member goes to PM Preferences, do they have private messages turned on, off, or neither?
It seems as if new members get their PM option set to 0 (or it is null) when they register. To change that, you need to change the default value for M_PMRECEIVE in the members table to 1. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
HPCFactor
Starting Member
United Kingdom
7 Posts |
Posted - 04 February 2004 : 17:19:03
|
Hi, thanks for replying.
I'm using Access 2000.
I checked what you said and you're right it is the default preferences, they aren't being set at all when a new user registers.
How do you suggest I make this change. Open it in MS Access?
thanks |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 04 February 2004 : 17:50:37
|
You can either use the alternate mod setup or you can open it with ms access and set the default value to 1. The latter method can cause you to loose a few posts, if anyone has posted before you upload the database.
If you want to use the alternate mod setup, use the following code:
[ALTER] MEMBERS ALTER#M_PMRECEIVE#int#NULL#1 [END] |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
HPCFactor
Starting Member
United Kingdom
7 Posts |
Posted - 04 February 2004 : 18:01:28
|
masterao,
That worked a treat. Thank-you very much. |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
|
Topic |
|