myContent
    Good, but a few glitches..., June 12, 2007 |
*Love* what it does. Makes content adding/editing from the front-end so much cleaner!
Had a *ton* of problems with output on IE6 causing the whole page to disappear (peekaboo bug). I've completely rewritten the output for my own use. This may or may not affect other templates, I haven't tested.
The component's parameters aren't configurable from the Components menu, but instead from whatever menu link you create to the component. Took me a while to figure this out the first time, and I forgot about it by the time I needed to change it again. I resorted to editing the code directly.
The default Date Format (strftime) is %D, which apparently isn't supported on Windows, some Linux flavors, and several other operating systems (http://us2.php.net/manual/en/function.strftime.php). Lucky me, I have one of those. For anyone else with this trouble, %D is equivalent to %m/%d/%y, which now works fine.
I would *love* to prevent authors/editors from making changes to published content, but this seems to be a core Joomla issue...
|
|