I have added the "My_Egallety" module to my site,
when I want to add an admin and define the access, the my_egallery does not show in the list, and the newly added admin can't access the my_egallery.
The only one who can access it is the God-Administrator.
Any suggestions how i can add it to the list of options?
In the database, create a new field called radmingallery
then, in /admin/modules/authors.php after every reference to $radminsuper add $radmingallery
then, in /admin/modules/authors.php after every reference to radminsuper add radmingallery (be careful with this one, you'll need to enter them in the exact same way that $radminsuper and radminsuper are added.)
Make sure you add these references in the same place in all places (that's why I said put it after radminsuper and $radminsuper - they'll not change)
Then, in /admin/links/link.egallery.php add the $radmingallery permission to the if statement @ the top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum