Closed Thread
Results 1 to 9 of 9

Thread: re Author URL same window

  1. #1
    lipex666 is offline Newbie
    Join Date
    Sep 2008
    Posts
    3
    Rep Power
    0

    re Author URL same window

    Hello excuse me if this has been posted I have tried to read most of the posts.

    For Author URL and Screenshot URL and possibly others clicking on the link opens up in the same parent window.

    I have quickly looked through the php files and Im not a coder can you point me in the right direction please.

    I would like the links to open up ina new window please.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    lipex666 is offline Newbie
    Join Date
    Sep 2008
    Posts
    3
    Rep Power
    0

    Re: re Author URL same window

    I had a thought and there is a plugin for joomla 1.5 called mfBlank

    That has fixed my issue and url's open in a new window :-)

  4. #3
    Jordan Guest

    Re: re Author URL same window

    Good and thanks for sharing!

  5. #4
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: re Author URL same window

    I'm feeling high today (not literally) so lipex can have some juicy +rep. It's the least I can do.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: re Author URL same window

    target="_blank" in your link tag should work, if I recall right.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #6
    lipex666 is offline Newbie
    Join Date
    Sep 2008
    Posts
    3
    Rep Power
    0

    Re: re Author URL same window

    ThanksWingedPanther however this needs to be in one of the php files code and where in the code.

    I had a quick look but weighed up time on searching for this to just using the plugin and carried on fixing the rest of my site.

    I would like to still know though or suggest it can be added to the next version please.

  8. #7
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: re Author URL same window

    Quote Originally Posted by WingedPanther View Post
    target="_blank" in your link tag should work, if I recall right.
    Yes, that attribute opens it in a new window, or tab in FF.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  9. #8
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: re Author URL same window

    The opening of a new window is controlled by HTML and the browser, or javascript and the browser. PHP code can only generate HTML to be sent to the browser, but not control how the browser renders it. What you are describing has to be handled in the link tag in the resulting HTML.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  10. #9
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: re Author URL same window

    Just remember, lipex: all the PHP happens before the page is sent across to the browser. Bear this in mind, you should see the logic.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to change a file's author tag
    By anotheruser in forum General Programming
    Replies: 2
    Last Post: 11-04-2010, 04:13 AM
  2. Replies: 1
    Last Post: 08-24-2010, 08:40 AM
  3. Help with Window app
    By sakishrist in forum C and C++
    Replies: 5
    Last Post: 01-05-2009, 06:57 PM
  4. create a new window without window.h
    By Kalanij in forum C and C++
    Replies: 14
    Last Post: 12-24-2008, 02:44 PM
  5. Set window on Top [HELP]
    By wazofski in forum Visual Basic Programming
    Replies: 1
    Last Post: 05-10-2008, 12:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

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