JComments + k2: k2-comments are displayed

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Jan 19, 2013 9:23 pm
I did the following:
1. I installed the quickstart package (Joomla 2.5 + the Creative template)
2. I set the following option: k2->settings->comments-> activate for all (sorry, I don't know exact name of this option in English because I use translation)
3. I created k2-item and set the "Comments" option to "Show" for this item.

And my k2-item page contains k2-comments. It's OK.
But I want comments is displayed as tree (comments with replies on comments). For this purpose I desided to install JComments 2.3 and k2-jcomments plugin 1.3.

And my k2-item page contains now:
1. JComments-comments (comments + input form) and input form for k2-comments (k2-comments are not displayed)
2. counter of comments shows number of k2-comments instead of JComments-comments.

My questions are:
1. How to hide k2-comment input-form?
2. How to do the counter of comments shows number of JComments-comments?

Please help!
Thanks!
User avatar
Fresh Boarder

Konrad M
Tue Jan 22, 2013 4:36 pm
Hi,
please give us url to your site with this comment item. It will be much easier to help you.
User avatar

GK User
Thu Jan 24, 2013 8:58 pm
Hello Konrad M!
This is url to page with comments: http://evolbiznew.studia-kaleydoskop.ru ... y-smk.html
User avatar
Fresh Boarder

Konrad M
Fri Jan 25, 2013 12:21 pm
About first please add to override.css
Code: Select all
.k2box .itemCommentsForm {
display:none;
}

and remember to enable override.css option in template settings.
About second one please ask on k2 support community.
User avatar

GK User
Fri Jan 25, 2013 5:15 pm
Konrad M,
I added the following code into override.css:
Code: Select all
.page_suffix .k2box .itemCommentsForm {
display:none;
}

And k2-comments are not displayed. Thank you for help!

I will ask k2-support or search in the Internet about counter of comments.
User avatar
Fresh Boarder


cron