R_J
AdminR_J Admin
-
Re: Deleted Roles Still Assigned to Users
DELETE *FROM GDN_UserRoleWHERE RoleID NOT IN ( SELECT RoleID FROM GDN_Role) But I think that it is really an issue that must be solved: a deleted role must be deleted from table UserRole. (View Post)1 -
Re: Deleted Roles Still Assigned to Users
Nope, that's really an issue! 1. Create role 2. Assign user to role 3. Delete role 4. Create new role The role that is created in step 4 has the same ID as the role from step 1! If you haven't chosen… (View Post)1 -
Re: how to add custom build menu to the sidebar
I'm using a simple plugin for quite some time now, which I always "use" if I sense some behavior as kind of strange: <?php defined('APPLICATION') or die();$PluginInfo['ClearPluginCache']… (View Post)3 -
Re: Last Minute Development
@> @Skisma said: I had only tested it with the normal layout and only after your complain found out that it doesn't work with table layout. I think this is a bug and I filed it on GitHub. In order… (View Post)2 -
Re: Search no more...
Damn! That is a really great icon and maybe I simply take it for the find plugin, too :D Although... How about a robot that is scanning something? Don't really have a clue what a robot can do that is… (View Post)1
