29-Dec-2010, 01:33 PM
This is the community forum. For a developer response use the Client Area.
29-Dec-2010, 08:58 PM
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"
toPHP Code:
<?php
$page_reference_result["reference"]
PHP Code:
<?php
$page_reference_result["url"]
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...
« Next Oldest | Next Newest »
Possibly Related Threads…
Thread / Author
Replies
Views
Last Post
Users browsing this thread: 1 Guest(s)