Comments don't work

Hi all,

I have a troubleshouting with dolphin site.

When users try to post a comment, the comment box doesn't appear and they are redirect on the homepage.

I checked administration, comments are enabled in settings and memberships level.

Can someone can help me please.

Quote · 12 Sep 2008

.. recheck, are you pages have any JS errors more?

Look here

<a onclick="oCmtsProfile.toggleReply(this, '0'); return false;" href="#">Add Your Comment</a>

so if here any errors on page with JS - you will relocate to # (look homepage)

Quote · 12 Sep 2008

.. recheck, are you pages have any JS errors more?

Look here

<a onclick="oCmtsProfile.toggleReply(this, '0'); return false;" href="#">Add Your Comment</a>

so if here any errors on page with JS - you will relocate to # (look homepage)

Thanks for your answer, but where do I find this?

Quote · 12 Sep 2008

If you use IE - errors usually at bottom-left corner,

if you use FF you can install HtmlValidator plugin to determinate any errors and warnings at page

Quote · 12 Sep 2008

Yes I still have JS errors

As you suggest I install FF plugin htmlvalidator.

I didn't find the sentence you show me.

But I found that one :

<a href="#" onclick="oCmtsProfile.toggleReply(this, '0'); return false;">Ajouter un commentaire</a>

Quote · 12 Sep 2008
<a href="#" onclick="oCmtsProfile.toggleReply(this, '0'); return false;">Ajouter un commentaire</a>


I think that this should read like so.. (it will then be like Andrey's line except in a diff language)

<a onclick="oCmtsProfile.toggleReply(this, '0'); return false;" href="#">Ajouter un commentaire</a>
Quote · 12 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.