
01-19-2005, 09:58 AM
|
 |
|
|
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Link14716
If you have any custom usergroups that are used as a primary usergroup (as opposed to a secondary usergroup), they will be denied unless they are added to the allowed list. So, you have a few options if that is the case.
- Change any non-standard primary usergroups to secondary usergroups and re-instate the "registered users" as the primary, or...
- Go through each action, adding their usergroup to the allowed list for each (except admin donate), or...
- Run this query, and then edit an action and save to update the cache:
[sql]UPDATE utt_store_action SET allowedgroups='2,5,6,7,X' WHERE shortname<>'admindonate';[/sql] where X is your custom usergroup's usergroupid (or a comma seperated list of IDs).
|
I am gonna try this, thanks!!!
|