This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Page column is empty in the comments list
#1

I am using the Arbitray Id add-on
in the Admin front end,
Manage ----> comments
The comments are listed , but the page Column is empty, so there is no way to know on what page the comment was added !!

   
Reply
#2

Apparently, you already saw Utaka's post, so you already found how to fix it. The page column displays the page reference, so if that's empty, the page column is empty. If you want, change the following in "comments/Admin/includes/pages/manage_comments.php"
PHP Code:
<?php 
$page_reference_result
["reference"]
to
PHP Code:
<?php 
$page_reference_result
["url"]
on the line that looks like this (including The change in Utaka's post):
PHP Code:
<?php 
<td><?php echo "<a href='" . $page_reference_result["url"] . "' target='_blank'>" . $page_id .':'.$page_reference_result["reference"].</a>'; ?></td>

I'm giving you three guesses...
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Mark
25-Mar-2023, 11:45 PM
Last Post by Steven
23-Nov-2022, 11:01 AM
Last Post by Steven
10-Jan-2017, 12:56 PM
Last Post by Steven
17-Nov-2016, 09:32 PM
Last Post by Steven
14-Aug-2013, 04:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)