I'm trying to figure out where to set permissions for the module.
At the moment only the Admin can see the button and no where do I see a permission relating to the module.
Please help.
Cheers.
I'm trying to figure out where to set permissions for the module.
At the moment only the Admin can see the button and no where do I see a permission relating to the module.
Please help.
Cheers.
Comments
Comment #1
accessiveapps commentedhey,
go to admin/user/access
then you ll see it...
Comment #2
ioarvanit commentedI have the same problem. I installed the module, i activated it but i can only see the addthis button when i login as administrator. In admin/user/access/permissions i cant seem to find anything that refers to the module.
Comment #3
gausarts commentedGuessed there is a typo on line 3.
Instead of:
function addtoany_perm() {
use:
function addthis_perm() {
Then the permissions will show up. Hope that helps.
Comment #4
ioarvanit commentedYeap! that was the problem.. now permissions are shown
Comment #5
accessiveapps commentedhey guys... I am sorry for the typo...
addtoany is my 2nd project and based on the same code... I ll fix it and will release some other bugfixes this week...
Thanks,
Dee
Comment #6
MediaMunkey commentedHi deegree,
I noticed you added a fix for this issue in the latest version of Add This.
It seems though that you incorrectly changed it.
You wrote:
function addtothis_perm() {Instead of the correct:
function addthis_perm() {I appreciate your work on the module but please try to be a bit more careful when revising your code.
Comment #7
accessiveapps commentedSorry,
I am a little bit busy at this time so errors are included sometimes ... keep your eyes open after we decided to use the addtoany to our sites because the support came directly from the guy who made the button...
Comment #8
accessiveapps commented