Menu

#2 Open referers in new window

open
nobody
None
9
2008-01-21
2006-11-06
cpcswebdev
No

Adding to wish list:
After clicking the Referer link it would be a really
nice feature on the refdetail.php? details page to have
those http:// addresses live hyperlinks so upon
clicking on any of them would open a new window and
take you to the referer's page.

Discussion

  • cpcswebdev

    cpcswebdev - 2008-01-21

    Logged In: YES
    user_id=1592206
    Originator: YES

    I have rewriten the code in refdetail.php starting on Line#98. The rewrite makes the referers address hot, and allows you to visit the page from a new windows.
    Here's the rewrite:

    // hyperlink to referers url
    if ($referers[$i]["name"])
    echo "<td class=\"subtitle\"><a href=\" " . $referers[$i]["name"] . "\" target=\"_blank\">" . $referers[$i]["name"] . "</a></td>\n";

     
  • cpcswebdev

    cpcswebdev - 2008-01-21
    • summary: link to referer "subtitle tag" target="_blank" --> Open referers in new window
     
  • cpcswebdev

    cpcswebdev - 2008-01-21
    • priority: 5 --> 9
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.