I love teh concept of your plugin, but when I try to implement it, using the example you give in your tutorial, I get the following error:
| Code: |
Fatal error: Call to undefined function mosformatdate() in /home/rpitera/public_html/v3/plugins/content/killert.php on line 85
|
I also tried without any layout and got the same error message. When I look at line 85, it reads:
| Code: |
$dateout = mosFormatDate($datein, "%B %d, %Y");
|
Any ideas? I'd really like to get it working. Thanks for your time, and for making this useful plugin and giving it to the community.