By René on Thursday, 27 February 2014
Posted in General Issues
Replies 17
Likes 0
Views 1.3K
Votes 0
if Comments are disabled within single Blog Entry Settings and there is previously no comment added for the blog entry, then i think should be the Comments counter hidden..because currently guest user see still a 0 Comments Counter Link, but nothing happens if they click on it...also a message like "Comments are disabled for this specific blog entry" could help.
Hello René,

Sorry for late reply to this,
If you disable the show comment link option from your theme setting, then the comment counter will not display on the frontpage and single entry blog page, am i missing something here? Please advise.
·
Thursday, 27 February 2014 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
if Comments are disabled within single Blog Entry Settings and there is...


hi Arlex, if you disable the show comment link option from your single blog entry setting, then the comment counter will still displayed on frontpage and single entry blog page, am i missing something here?
·
Thursday, 27 February 2014 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
disable Comments in Frontend -> Write Blog -> Settings and the 0 Comments links are still showed!
·
Thursday, 27 February 2014 18:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

Thanks for getting back to us, i have disabled that show comment link option from your end, please have a check.
·
Thursday, 27 February 2014 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back to us, i have disabled that show comment link option from your end, please have a check.
now the comments link is are disabled on all blog entrys ..the link should only not showed on blog entry wich disabled the comments!
·
Thursday, 27 February 2014 19:19
·
0 Likes
·
0 Votes
·
0 Comments
·
ok here is something wich you missunterstood completely!

let's start from the ground..

1. Did you know the setting "disable Comments" yes/no in write blog page?
2. try to set it to no for a specific blog
3. is the 0 Comments link are hidden now or still showed for that specific blog entry?
·
Thursday, 27 February 2014 20:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

Oh..I'm really sorry for late reply and misunderstanding in your previous reply,
Thanks for your explanation step by step to let me know that issues
Thanks for reporting on this, i have added some fixes in your site, please have a check.
·
Friday, 28 February 2014 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for reporting on this, i have added some fixes in your site, please have a check.


hello Arlex, thanks for you fix but it does not work for comment counter link in a single blog entry.

Example Blog ID 64 - see screenshot

b.t.w please show me the path to files..where you added your fixes
·
Friday, 28 February 2014 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

I'm sorry that was my mistake, i have help you apply another fixes in your file, please have a check.

JoomlaFolder\components\com_easyblog\themes\default\blog.item.comment.php
LINE 15


<?php if( $system->config->get('main_comment') && $this->getParam( 'show_comments' ) ) { ?>

Replace with

<?php if( $system->config->get('main_comment') && $this->getParam( 'show_comments' ) && $row->allowcomment ) { ?>


JoomlaFolder\components\com_easyblog\themes\default\blog.read.php
LINE 59


<?php if( $system->config->get('main_comment') && $blog->totalComments !== false && $this->getParam( 'show_comments' ) ){ ?>

Replace with

<?php if( $system->config->get('main_comment') && $blog->totalComments !== false && $this->getParam( 'show_comments' ) && $blog->allowcomment ){ ?>
·
Friday, 28 February 2014 17:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm sorry that was my mistake, i have help you apply another fixes in your file, please have a check.
no problem our english is a little bit different many thanks and have a nice weekend!
·
Friday, 28 February 2014 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René,

You're welcome, hope you have a nice weekend too
·
Friday, 28 February 2014 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
hi arlex, just checked my blog entrys and comment counter link in a single blog entry with comments enabled is not showed? (example ID3)
·
Friday, 28 February 2014 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
i guess there is something not working with your fix in JoomlaFolder\components\com_easyblog\themes\default\blog.read.php LINE 59

there is also another fix in my current blog.read.php file! please make also sure your ftp use binär as transfer type, because i got additional rows in your last modified file.
·
Friday, 28 February 2014 19:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

I'm sorry that was my mistake, i have make it work again, please have a look.

LINE 117
JoomlaFolder\components\com_easyblog\themes\default\blog.read.php
·
Friday, 28 February 2014 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
hi arlex, sorry but there is still something wrong with your blog.read.php file ..line 2 is now line 3..line 3 is now line 5 and so on
·
Saturday, 01 March 2014 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
LINE 117
JoomlaFolder\components\com_easyblog\themes\default\blog.read.php
Line 117 should be Line 59,or? i replaced your corrupt file with my backup and added your fixes again. there is something wrong with your FTP Transfertype!
·
Saturday, 01 March 2014 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

Sorry for late reply to this,
Hmm could you mind elaborate more detail about what is " line 2 is now line 3..line 3 is now line 5 " or provide some screenshot
In my local file without space -> line 59 ( http://screencast.com/t/04S1L6panBZ ) , regarding with your file -> Line 117 ( http://screencast.com/t/sUtrIUcSTB )
·
Saturday, 01 March 2014 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post