Folks,
I'm having an issue where some of my members are clicking "add comments" and they are being routed to our homepage. I'm sure this is a simple fix, but I'm not a coder and need some help in getting this fixed. Any suggestions?
Folks, I'm having an issue where some of my members are clicking "add comments" and they are being routed to our homepage. I'm sure this is a simple fix, but I'm not a coder and need some help in getting this fixed. Any suggestions? |
Hello! Link add comment has next view: <a onclick="oCmtsProfile.toggleReply(this, '0'); return false;" href="#">Add Your Comment</a> So in case if JavaScript execution was closed in your browser you will be redirected to index page.
|
how to know if i close the javascript in my browser? my was working good, but now. i dont know what i did. but the same issue. Any help here pls? |
Are these members logged in? One of the upgrades disables comments to non-logged members and will redirect them to login/join the site if they want to leave a comment. Not sure if this is what's going on or if it's the disabled java. |