Login     Sign up
Can't Comment on Blog
TB (@tbcreations)
Join date: Nov 5th 2010
Community posts: 31
View Profile
Send Message

I posted a blog for my users to read. I received comments about my blog,but noticed a bug where I tried to comment back on my own blog. For some reason I am not able to place a comment on my blogs. The comment link is shown, but It doesn't open up to allow me to comment on my blog. Help would be greatly appreciated.

Best Regards,

tbcreations

162 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

what version? In 4.3 you also cannot comment on your own status.

162 months ago
TB (@tbcreations)
Join date: Nov 5th 2010
Community posts: 31
View Profile
Send Message

Version 4.3

162 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

new version, new bugs :)

162 months ago
3
TB (@tbcreations)
Join date: Nov 5th 2010
Community posts: 31
View Profile
Send Message

:( has anyone figured out how to solve this new bug yet?

162 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

i have the same problem, in photos and dashbord, button comment dont open the textarea to comment.

162 months ago
TB (@tbcreations)
Join date: Nov 5th 2010
Community posts: 31
View Profile
Send Message

Fixed by Falcone[url]http://jcowmaster.net[/url] (I would recommend joining his network if you haven't already.

comment bug in version 4.3file:

common.inc.php
[code]
function comment_form

change

Code
else {
$likeit = '';
}

[/code]
[code]
to

Code
else {
$likeit = '<span></span>';
}
[/code]

162 months ago