R_J
AdminR_J Admin
-
Re: Last Minute Development
Not trivial. What you are speaking of are HTML OptGroups and Vanilla supports them with its function DropDownGroup so it basically could be done if the setup screen would allow arrays maybe in the fo… (View Post)2 -
Re: User roles are blank
You can find some screenshots here: http://vanillaforums.org/discussion/comment/219523#Comment_219523 Maybe it would help if you set up a clean installation parallel so that you can look at vanillas … (View Post)2 -
Re: Moving from vBulletin to Vanilla, "Something has gone wrong" error after import
Try getting the actual error: http://vanillaforums.org/docs/errors and report back (View Post)3 -
Re: Deleted Roles Still Assigned to Users
DELETEFROM GDN_UserRoleWHERE RoleID NOT IN ( SELECT RoleID FROM GDN_Role) I'm always adding that bloody "*" to DELETE queries... Also make sure that you have also the table prefix "GDN… (View Post)1 -
Re: Messes up layout with ImageUpload addon
Well, this is kind of bad luck, sorry to hear that. The Image upload has a float:left and I guess it is because the author wanted it to be left of the editor toolbar. Plugins are called alphabeticall… (View Post)2
