Please help me with small Joomla core code question:
I have a newsportal with over 600 articles (content items). After every article I want to have a link, which will lead to the Fireboard discussion forum, something like: Discuss this article in forums.
I know, that this could be done with DiscussBot –mambot, but it would mean, that I would need to insert this tag ({mos_fb_discuss:catid} ) on every content item separately. Because of amount of the content items, I would like to insert this tag in core code, so the tag will be shown in already published items, as well as in future items.
This tag should be shown right after that content items main text and before the “Previous”, “Next” –links. Naturally, I don’t want this tag to be shown after Introtext in frontpage, only after maintext.
I believe, that this kind of hack should be made in /components/content.html.php –file, but I don’t know that where and how…