R_J
AdminR_J Admin
-
Re: Remove username field from basic registration and post username from a plugin
It was not very clear to me what you are trying to achieve, since you mentioned jsConnect. Maybe you have to elaborate some more on this. Are you looking for a single sign on solution? Do you already… (View Post)1 -
Re: How to create a role...?
I feel slightly aroused now... :blush: Generally whenever you see a simple Array or Object it might help to look at the Vanilla source. So what is needed when a role is added? A role name and a permi… (View Post)2 -
Re: Disable footer for certain pages with css? Possible?
Last year I've learned about "CSS specificity" (and today I learned it's not "specifity" but "specificity"), which is the reason why your css rule didn't work: http://cs… (View Post)3 -
Re: How to create a role...?
Look at /applications/dashboard/settings/structure.php and you find things like that: // Set initial member permissions. $PermissionModel->Save(array( 'Role' => 'Member', 'Garden.SignIn.Allow' … (View Post)1 -
Re: Disable Page Title
The easiest way to make css changes is using the CSSEdit plugin. (View Post)1
