x00
MVPx00 MVP
Reactions
-
Re: date more specific
??? It is the core, and configurable, what more do you want? If you wish to edit helper_functions.php (which don't really need to in this case), you should copy the view over to your theme and p… (View Post)1 -
Re: How do I set MathJax config file?
Definitely getting the basics of programming will help you, otherwise you are acting blind. You don't really know what it is you are copying or if it is even relevant to your problem, or how to … (View Post)1 -
Re: How do I set MathJax config file?
This is not valid code 'text'$'text' if you want to ' in you string you must escape it 'text\'$\'text' I presume you are already familiar with php and bas… (View Post)1 -
Re: How do I set MathJax config file?
This is your code <?phpif(!defined('APPLICATION')) exit();$PluginInfo['MathJaxInline'] = array( 'Name' => 'VanillaMathjaxInline', 'Description'… (View Post)4 -
Re: date more specific
The following can be set in config. $Configuration['Date']['DefaultTimeFormat'] = '%l:%M%p'; // If in current day$Configuration['Date']['DefaultDayFormat&… (View Post)4
