Hi, this depends on the page type you are viewing, this is an article page and so all comments will be expanded, how does your page look like ?
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
It is a section blog layout in the rhuk_milkyway included template in Joomla - I have adjusted the included layout to have a given article fully displayed on the entire page - there is nothing below the article (but i have some right-aligned mods). I would like the comments to default as expanded underneath the article. Thanks!
Hi av1,
The comments will NOT expand in a blog page, if this is necessary then you can just hack the plugin file under plugins/content/chronocomments.php
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi av1,
not a major change, replace all code after the first }else{ with
$row->text = $row->text.str_replace("{ALL_COMMENTS}", $comment_items, $comment_form);
but leave the last few }
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.