Saruman Posted July 10, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 17 Reputation: 3 Joined: 02/01/14 Last Seen: March 7, 2022 Share Posted July 10, 2014 I installed Vote for Points system on my FluxCP. I can all the things properly, register the site and stuff with my admin account. Then with a normal account, when I open the voteforpoints page appears "Unauthorized" Someone can help ? Quote Link to comment Share on other sites More sharing options...
Saruman Posted July 12, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 17 Reputation: 3 Joined: 02/01/14 Last Seen: March 7, 2022 Author Share Posted July 12, 2014 hey? Quote Link to comment Share on other sites More sharing options...
Winz Posted July 12, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted July 12, 2014 modify the access.php that's either on /config/ or /addons/sth/config. have you read how to implement that thing? Quote Link to comment Share on other sites More sharing options...
Saruman Posted July 12, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 17 Reputation: 3 Joined: 02/01/14 Last Seen: March 7, 2022 Author Share Posted July 12, 2014 modify the access.php that's either on /config/ or /addons/sth/config. have you read how to implement that thing? yes i do it is set like this: return array( 'modules' => array( 'voteforpoints' => array( 'index' => AccountLevel::NORMAL, 'vote' => AccountLevel::NORMAL, 'image' => AccountLevel::NORMAL, 'add' => AccountLevel::ADMIN, 'edit' => AccountLevel::ADMIN, 'delete' => AccountLevel::ADMIN, 'list' => AccountLevel::ADMIN, ), ), ) Quote Link to comment Share on other sites More sharing options...
Question
Saruman
I installed Vote for Points system on my FluxCP. I can all the things properly, register the site and stuff with my admin account. Then with a normal account, when I open the voteforpoints page appears "Unauthorized"
Someone can help ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.