Results 1 to 2 of 2

Thread: I forgot!

  1. #1
    Join Date
    Aug 2001
    Posts
    38

    Question How to make the new and hot links on the index page open in a new window

    Nice new forum, but all my references have gone!! Can you please tell me how to make the new and hot links on the index page open in a new window.

    Thanks
    Last edited by dody; 08-28-2001 at 06:43 PM.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    edit /lang/english.php line 267
    just add <a target=_blank>

    PHP Code:
    // show new links in main page (index.php3)
    $msg_1061 "<li><a href='go.php3?id=<%link_id%>' target=_blank><%title%></a> (<%date%>)";

    // show new links in main page (index.php3)
    $msg_1062 "<li><a href='go.php3?id=<%link_id%>' target=_blank><%title%></a>"

Similar Threads

  1. Copying (importing) a database
    By Battousai in forum v5.x
    Replies: 25
    Last Post: 06-21-2003, 11:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •