Hi there, love the component, was working great till I activated sh404sef, which I thought it was compatible with after clicking the "enable sh404sef mode" radio button. If I disable sh404sef then things go back to normal. I think its js related but Im not really sure, just a wild guess from browsing these forums
Here is what I am encountering;
the voting buttons dont work, sort of, no vote is added when you click, however it is recorded I guess cause if you refresh the page, then your vote shows up as having been added. Also, when trying to vote on your own articles, or vote a second time, the pop-up message saying that you've already voted or you are the author no longer appears.
the unpublish button doesn't respond at all also, the page doesn't change and the comment remains...until you navigate to another page and back and then find the comment is gone. A check of the backend shows that yes the comment was unpublished. Is this how thats supposed to work?, I expected some sort of confirmation that the comment was unpublished when clicking the button. Edit and reply buttons seems to work fine.
I had it set up for registered users but have enable guest posting so you can test. Thanks so much.
oh, and totally unrelated, but you'll notice that the bbcode buttons text is not centered nicely, is there a CSS file that I would go to tinker with that?
Here is what I am encountering;
the voting buttons dont work, sort of, no vote is added when you click, however it is recorded I guess cause if you refresh the page, then your vote shows up as having been added. Also, when trying to vote on your own articles, or vote a second time, the pop-up message saying that you've already voted or you are the author no longer appears.
the unpublish button doesn't respond at all also, the page doesn't change and the comment remains...until you navigate to another page and back and then find the comment is gone. A check of the backend shows that yes the comment was unpublished. Is this how thats supposed to work?, I expected some sort of confirmation that the comment was unpublished when clicking the button. Edit and reply buttons seems to work fine.
I had it set up for registered users but have enable guest posting so you can test. Thanks so much.
oh, and totally unrelated, but you'll notice that the bbcode buttons text is not centered nicely, is there a CSS file that I would go to tinker with that?
Hi FTCZ,
regarding the CSS issue, you can find the CSS file used under components/com_chronocomments/css/
regarding the sh404sef, I will test this, however ChronoComments doesn't make any problems with the Joomla core SEF
try to set SH404SEF not to handle ChronoComments at all ? I think there is some place to do this in the settings
Regards,
Max
regarding the CSS issue, you can find the CSS file used under components/com_chronocomments/css/
regarding the sh404sef, I will test this, however ChronoComments doesn't make any problems with the Joomla core SEF
try to set SH404SEF not to handle ChronoComments at all ? I think there is some place to do this in the settings
Regards,
Max
I have gone under the sh404sef configuration and set it to skip over chronocomments entirely, but there has been no change😟
Can I look at the site somewhere ? send me a link here or in a PM
Regards
Max
Regards
Max
Ive enabled public commenting and voting so you can test, add a vote, refresh, vote shows up etc. I appreciate you taking the time to take a peek, Thank you :wink:
Hi,
there is a problem caused by SH404SEF, we can fix it by editing the file :
components/com_chronocomments/scripts.js
replace every:
with:
Let me know how this goes😉
Regards
Max
there is a problem caused by SH404SEF, we can fix it by editing the file :
components/com_chronocomments/scripts.js
replace every:
new Ajax(url,
with:
new Ajax(path + url,
Let me know how this goes😉
Regards
Max
great, thanks for letting me know!🙂
Regards
Max
Regards
Max
Hi, I think I have the same problem, when I complete a comment and click submit, the page does not refresh. The comments are saved but to see them you have to refresh the browser. I am using sh404sef, I tried the "new Ajax(path + url" fix, but it didn't work.
You can check it on my website: http://www.gabotronics.com
You can check it on my website: http://www.gabotronics.com
This topic is locked and no more replies can be posted.