R_J
AdminR_J Admin
-
Re: Bootstrap theme overrides plug-in theme
hgtonight posted a great link, recently: http://css-tricks.com/specifics-on-css-specificity/ (View Post)2 -
Re: SQL REGEXP
You may have luck with ->Where('u.Name regexp "^Clément([0-9]+)$"', null, false, false). (View Post)2 -
Re: size of table GDN_Session
When you use a tool like phpMyAdmin and you delete one line with the GUI, you'll see the SQL it uses to delete that row: DELETE FROM `GDN_Session` WHERE... Simply alter that to DELETE FROM `GDN_… (View Post)2 -
Re: settings don't save
I can think of two reasons: either you (your server) cannot write to /conf/config.php or you are using some caching software (APC/OpCache) (View Post)1 -
Re: Edit registration page and profile page
Vanilla comes with a plugin called ProfileExtender but that might not be the best for writing a presentation page. So maybe you start with writing plugins. That one could be a start (though it only a… (View Post)2
