R_J
AdminR_J Admin
-
Re: Best way of override a class in Vanilla Forums
Based on what I can find in some plugins here, I guess you could try to pt the following code in conf/bootstrap.before.php: $tmp = Gdn::factoryOverwrite(true);Gdn::factoryInstall( Gdn::AliasTheme, 'G… (View Post)2 -
Re: Help: How to reset all users avatar into default or nothing.
You were very close: the Photo column is NULL by default. UPDATE GDN_User SET Photo = NULL no WHERE needed. I guess you were trying to convert the old avatars and that's what I would still try if I w… (View Post)2 -
Re: I'm torn...
In that case your research must be as efficient as can be. Make a plan of what features are absolutely needed and compare this list with a list of the available features. If you're unclear about a sp… (View Post)1 -
Re: CDN Linker Plugin
Shouldn't it be quite easy to solve something like that with a htaccess rewrite rule? Or maybe already the built in custom routes? (View Post)1 -
Re: "Who Read This Discussion" - worthwhile plugin or terrible idea?
Do you want to write it? It's really easy. If you dare to, I'll advice you how to start, where to look at, what to do and you just have to do little research on how things are done. But you can alway… (View Post)7