Control Panel
Login to Begin to Talk!





Click Here to Register!
Advertisements



Go Back   Site Sift Forums > Site-Sift > Mods

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-19-2007, 07:51 AM
jojomart jojomart is offline
Clueless
 
Join Date: Oct 2007
Posts: 23
Arrow Mod to view description & clickable link in admin

Hi,

I was finding it a real pain to have to click on the link to see the details of the persons listing - ex: Description and clickable url to their site, and reciprocal link to validate, so here's what I did so I could see it up front:

Find this code admin/pages/pending.php:
Code:
<td><a href="detail.php?recordID=<?php echo $row_pages['id']; ?>" class="rowLink"><?php echo $row_pages['title']; ?></a> <br>


And place this code, right after it:
Code:
<?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>


Now you won't have to click on a link to see the description, go to their site, or check the reciprocal link.

Here's what it looks like:


Joanne

Last edited by jojomart : 10-27-2007 at 03:11 PM.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -7. The time now is 09:55 AM.


Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Site Sift Media, Inc.