Unwanted Link in Category Blog layout

izonmedia 10 Mar, 2010
I tried searching for this but did not find an answer.

I've installed ChronoComments and am just starting to play with it. I set up a menu link for a catagory blog layout.

In ChronoComments parameters, I only have one article selected to show comments. I do not have any category selected. However, I'm getting a link to 'Read 0 Comments...>>' under the category text, along with a link to 'Read 3 Comments...>>' under the article.

I do not want to display the 'Read 0 Comments...>>' under the category text.

How can I eliminate that?

Here's a link to show you what I am referring to.

http://www.carlsbadgolfcenter.com/Golf-Rules-Blog/

This is just test data at the moment.

Thanks for your help.
izonmedia 10 Mar, 2010
One other question, on the main catagory blog page, the 'Read 3 Comments...>>' link is displayed before the 'Read More...' link. Is it possible to reverse the order of these?

Thanks
X-Bit 07 Jun, 2010
Got the same problem here... help would be highly appreciated!

To explain the problem somehow more exact, I would like to add some infos:

ChronoComments 1.2 Express Install
Joomla 1.5.18
PHP Version 5.2.9

Problem occurs on Blog view, where there shows up a comment link (sorry for the German language!) at the top (see red box) where there is no article!

Unwanted Link in Category Blog layout image 1

The green box shows the first article on the blog.

Please find my settings:
Klick to enlarge!
[IMG=http://img200.imageshack.us/img200/42/chronocommentssettings.th.png][/IMG]

This problem really makes this excellent componente worthless, as I may not use it on my site, confusing my readers.

Pleas be so kind and give a feedback for an possible solution I would appreciate it highly!
X-Bit 07 Jun, 2010
...sorry, forgot to say, if you need access to the test site, I am happy to pm it!!!

Edit: I found out, that it is connected to a template override, which go a statement


<?php if ($this->params->get('show_description') && $this->section->description) : ?>
				<?php echo $this->section->description; ?>
			<?php endif; ?> 


causing the unwanted line.

My PHP is limited but I tried to delete the line and the "0 comments..." vanished!

Could somebody help me to modify this statement?!
This topic is locked and no more replies can be posted.