R_J
AdminR_J Admin
-
Re: Limit the amount of words used in titles
Writing those few lines takes me 5-10 minutes. If I make it a plugin, I would create a GitHub repository, add some description and commenting and it would take me 30 - 45 minutes. If you make it a pl… (View Post)1 -
Re: Limit the amount of words used in titles
That was fast, @K17! I do not see any errors in there only some things I would solve in other ways and old coding standard: function names should start with a lower case letter, bools should be lower… (View Post)2 -
Re: Post Validation - Stop Long URLs from Body Text?
It would actually be quite easy: checking the text before it is saved and giving out an error message if you like to is super easy. There are numerous examples if you do a fullt text search for "… (View Post)4 -
Re: How to decide what to show in {asset name="Panel"}
Okay, I guess you have to take a step back to understand more. Vanilla uses Smarty for the rough layout. All other things are done in php. Vanilla uses a MVC (Model View Controller) architecture. Bas… (View Post)4 -
Re: How to overwrite class.pluginname.plugin.php ???
Overwriting parts of functions is never possible. Overwriting some functions might be possible. If a function is encapsuled between if (!function_exists... you can replace it. Sometimes you have the … (View Post)1