R_J
AdminR_J Admin
-
Re: Trying to create a Column Type of ENUM for my plugin
IIRC you just have to pass in the array of values. But you can look into the dashboard structure.php file and the Gender field of the user table (View Post)1 -
Re: Form submission help
It's beautifully simple. If a discussion is saved (because it is created or edited), every field in the submitted form is validated. Therefore, if you have a plugin which has created an additional co… (View Post)2 -
Re: Allow some pages to be full screen IE no side bar
No need to add something. The body element gets automatically a #vanilla_vanilla_eventcalendar id so that the css above prefixed with #vanilla_vanilla_eventcalendar will do the trick (View Post)1 -
Re: Ability to add a new Database Table?
I suggest you take a look at the /applications/dashboard/settings/structure.php and /applications/vanilla/settings/structure.php files to find examples. But an example looks like that: public functio… (View Post)2 -
Re: Double import?
It would append all entries, creating double entries, I assume. But you can create a backup and try it. Maybe you have luck (View Post)1