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:
- Take a Backup (Personally Recommended)
- Open This File >> admin/pages/pending.php
- Find This Code:
<td><a href=”detail.php?recordID=<?php echo $row_pages['id']; ?>” class=”rowLink”><?php echo $row_pages['title']; ?></a> <br>
- 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> - 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!!! ![]()
Do Visit Our Sponsors: Ally Web Directory & Top Directory List.


















July 9th, 2008 at 7:30 pm
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?
July 10th, 2008 at 4:49 am
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!
July 11th, 2008 at 5:29 am
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
July 11th, 2008 at 7:53 am
John. Am sorry but you really need to Contact Joanne! I do not have script’s knowledge to help you in here!
September 7th, 2008 at 10:27 am
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']. ‘‘;?>
September 7th, 2008 at 10:28 am
My code was mashed up… can I email it to you?