R_J
AdminR_J Admin
-
Re: I need advice on creating plugin update date message.
I think there will be unpredictable problems when you change the order of comments (where would the "latest" link point to?), but maybe I am wrong. If some of your users comments are more a… (View Post)1 -
Re: Can't view Categories or discussions
You have to enable the mbstring extension http://php.net/manual/en/mbstring.installation.php (View Post)1 -
Re: Sharing code across plugins
That would make a good TroubleShooter-Plugin. You might end up with a DevelopmentTools-Plugin. But such code doesn't belong into a production plugin. I know that "Bug reports" are quite com… (View Post)1 -
Re: Howto sort elements? [RESOLVED]
That's easy! <aside> is called Vanillas "Panel". You have this entry in /conf/config-defaults.php: $Configuration['Modules']['Vanilla']['Panel'] = array('MeModule', 'UserBoxModule', '… (View Post)1 -
Re: Sharing code across plugins
If you write plugins to distribute them, always including all needed functionality is the most user friendly thing you can do. Dependencies suck. You do not want to have them if you install new plugi… (View Post)4