Posts: 6
Threads: 2
Joined: Mar 2019
When a comment is submitted, it shows up in all the blog entries?
How to get it so the comment only shows up in the entry for which it belongs?
My blog:
Link to my blog
Posts: 6
Threads: 2
Joined: Mar 2019
Figured it out. Sorry for the band width...
In case anyone interested... At least in my situation, this worked.
change:
$cmtx_identifier = '1';
to
$cmtx_identifier = $this->JDATA['title']; (Seems this needs to be unique IMHO)
Posts: 2,894
Threads: 59
Joined: Jun 2010
Glad you figured it out. Yes the 'identifier' determines which page the comments belong to so it needs to be different for each page.
Have
you completed
the interview?