Posts: 10
Threads: 3
Joined: Feb 2012
I feel like I may have done something wrong here, but I have thumbs up and thumbs down buttons which simply don't work. I thought maybe there's a system to detect if I'm on the same IP as the comment poster, but I tried it from a different IP and a different browser (with no shared cookies), and still clicking on "thumbs up" has no effect.
Also, the "remember form details on this computer" doesn't work either, don't know if that's related.
Am I doing something wrong?
Posts: 2,894
Threads: 59
Joined: Jun 2010
What Commentics version?
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Also, a link to your site would help a lot. You can PM me it if you want to keep it private.
Have
you completed
the interview?
Posts: 10
Threads: 3
Joined: Feb 2012
(08-Apr-2013, 04:48 PM)Steven Wrote: What Commentics version?
It's the latest version, I downloaded it a couple weeks ago. Dashboard says "You are using the latest version."
I'll PM you the URL.
Posts: 2,894
Threads: 59
Joined: Jun 2010
Okay, because of your URL re-write, you need to specify the absolute URL to the vote.php file.
To do this, open /comments/includes/template/comments.php
Replace this:
PHP Code:
<?php
url: "<?php echo $cmtx_path . "vote.php"?>",
With this:
PHP Code:
<?php
url: "http://www.xxxxxxxxxx.com/comments/vote.php",
(This is fixed in my development version)