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 place … (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 apply… (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 basic string manipulation? (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' => 'Adds MathJax JavaScript to forum so that y… (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'] = '%B %e'; // If in same year$Configuration… (View Post)4
