18-Nov-2022, 07:39 PM
Is it possible to override the URL that's being sent off to the database entry of a comment? Since my site hosts a comic, the most recent issue is always displayed on the front page. So this is also where almost all people comment. The problem is that it all gets written in the DB as "https://leavingthecradle.com", instead of, say "https://leavingthecradle.com/comic/148" (the link to the actual page from any other part of the site), and the links in the emails and the admin panel that are supposed to lead to that comment lead to the front page instead of the actual comic's page. Naturally, these links cease to lead to the comment as soon as the new comic is released.
If it would be possible to define the url value right in the php integration snippet, the one where it defines $cmtx_identifier and $cmtx_reference, it would be extra nice.
If it would be possible to define the url value right in the php integration snippet, the one where it defines $cmtx_identifier and $cmtx_reference, it would be extra nice.