Create an article with custom fields and fill out one or more of these
Publish a newsflash module containing this article
Default should be to show up without custom fields + an option added to show them if wanted
Joomla 3.7.0 Alpha 2
Labels |
Added:
?
|
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-23 13:37:20 | ||||
Closed_By | ⇒ | Bakual |
Looking over the code, that module seems to be the only one supporting the onContentAfterTitel/BeforeDisplay/AfterDisplay events.
It should be simple to add a parameter which disables those events.
What I find more troubling is that the output uses an ID which will be the same eachtime that field is shown, eg
field-entry-14
for the field with the ID 14. So you get multiple IDs on your site, one for the article shown and again for the module.Thus we need to get rid of the IDs when the field is shown in frontend (outside a form). They shouldn't be there to begin with.