PDA

View Full Version : Feature Request


snerd
04-30-2006, 11:13 PM
Since the feature request thread is locked, I'll suggest it here.............

When going into Admin to see links awaiting approval, could we have the link open in a new window when clicking it?I always check the site out before approving it, and I have to work my way back to admin after that. Thanks!

Nick Collins
05-03-2006, 10:30 AM
Hello Mike, you can do it yourself.
***open admin/util.php***
***find the following line***
echo "

{$crossed}<a href=\"{$aLink['url']}\">".htmlspecialchars($aLink['title'])."</a></p>";
***replace with***
echo "

{$crossed}<a href=\"{$aLink['url']}\" target=\"_blank\">".htmlspecialchars($aLink['title'])."</a></p>";
***save***
***enjoy***