You should check the table yaf_usergroup and add each user to the Registered, Registered Users and Subscribers groups.
Check the following tables, to link proper IDs of users:
yaf_group (IDs of groups)
yaf_usergroup (this links each user ID with group IDs, so each normal user would have three rows).
(EDIT:
There might be more things to do, if you do NOT use YAF's DNN Module)
Edited by user
7 years ago
|
Reason: EDIT section has been added