Listing’s Details In Admin Menu

28th June 2008 Comments 6 by Site Sift Templates

Joanne, from Site Sift Forums has given this code from which you can view site’s details such as Title, Description, Live URL, Reciprocal Link to validate etc from the admin menu itself. By default this info is not visible in admin panel of site sift script and this code will save lot of efforts and time.

CODE:

  1. Take a Backup (Personally Recommended)
  2. Open This File >> admin/pages/pending.php
  3. Find This Code:

    <td><a href=”detail.php?recordID=<?php echo $row_pages['id']; ?>” class=”rowLink”><?php echo $row_pages['title']; ?></a> <br>

  4. Replace This Code With:

    <?php echo $row_pages['description']; ?><br>
    <a href=”<?php echo $row_pages['url']; ?>” title=”click to view page” target=”_blank” class=”rowLink”><? echo $row_pages['url']; ?></a><br>
    Reciprocal link: <a href=”<?php echo $row_pages['rLink']; ?>” title=”click to view page” target=”_blank” class=”rowLink”><?php echo $row_pages['rLink']; ?></a>

  5. Save & Re-Upload The New pending.php File

Please Note: Do Take A Backup Before Proceeding. As on yet, i have not seen any response to this mod, so i am not sure if it’s working perfectly. If you take a backup it’s just one file, there wont be any risk. Also, we are not responsible for any mods or templates on our site. We always suggest taking backup!

If you do get this mod to work then do leave your comments on it. And if possible then send us a screenshot of how this mod looks from admin panel. We would like to place a screenshot of this mod in our post.

Thanks!!! :)