Well, i know how to contact skadate, but i guess this is not "skadate" related :)
However, i will ask them about it then ;)
or maybe post a question about it here, and leave the "Skadate" out?
Or is that agains forum policy?
Thank You
I do not know the specifics but we were told at one time that an agreement exists between Oxwall and Skadate that we were not to assist their clients, they must use the skadate support available to them.
I do apologize but that is the way things have to be done.
Skadate is actually a plugin and some custom code of Oxwall.
I also have Oxwall installed on another server, but was not abel to add a new "custom made" role.
Not the role itselfs, but a new custom Action for the specific role :)
Hope you understand what i mean ;)
see this page:
http://www.antonsson.be/custom-user-role.png
I made this in photoshop as an example :)
But this will get you on the right track. With a plugin you do so by calling a authorization class. Download my free gifuploader plugin and see how its done. Half the code is in the install php file on the bottom and the other half is in the init php file.
Note: the true value in the install file in that code is to add the option for the guest visitor.
here is the plugin link.
https://developers.oxwall.com/store/item/1095
And that is only the first step, that will just give you the options, then you would need to add the additional standard auth code modified for each plugin, to each and every file that does the search. And that can be found in that free plugin in the controllers/gifaction.php file near the top of the index function.
Always nice to learn something new tough :)