Sunny Blue Template For Site-Sift
Jun 28

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!!! :)

Share With Others And Help Us Grow:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Live
  • NewsVine
  • Propeller
  • Reddit
  • SphereIt
  • Spurl
  • StumbleUpon
  • Technorati

Do Visit Our Sponsors: Ally Web Directory & Top Directory List.

6 Responses to “Mod For Viewing Listing’s Details In Admin Menu”

  1. John A Frankllin Says:

    Hi,
    I did as told by you, but though I am not able to view site’s details in the admin menu. Only one change happened previously the sites were becoming activate after 24 hours and now it is being instantly approved. Also the approval is automated why?

  2. Site Sift Templates Says:

    John, This mod was given by Joanne from Site-Sift Forums as i mentioned before. So i am not the right person to give you the support. However for now you can do two things.
    1. Recheck every code and the files that you modified and see if everything went in the same way as it should!
    2. If all fails then reupload the backup files.

    Maybe if Joanne comes here, he can point out the problem more precisely!

  3. John A Frankllin Says:

    Hi,
    I rechecked everything and found there is no problem with them. Everything is done as told to. I have written a thread in site sift forum also but till date there is no reply. Everything else is fine in script except I have no command over listing from frontend. I am able to modify it from the database.

    Please do something to overcome this issue.
    regards
    John

  4. Site Sift Templates Says:

    John. Am sorry but you really need to Contact Joanne! I do not have script’s knowledge to help you in here!

  5. Carl Parry Says:

    I’m no programmer but I fudged this. It looks to see if there is a reciprocal. If there is it lists the link and highlights “reciprocal” in red. Be carefulwhen you cut and paste the code because the apostrophe’s and quotes seem to get messed up.

    <a href=”detail.php?recordID=” class=”rowLink”>

    <?php if ($row_pages['rLink'] != ”) echo ‘ Reciprocal link: ‘ . $row_pages['rLink']. ‘‘;?>

  6. Carl Parry Says:

    My code was mashed up… can I email it to you?

Tell Us What You Think