Lost Password?


  #1 (permalink)  
Old 09-06-2008, 06:40 AM
lipex666 lipex666 is offline
Newbie
 
Join Date: Sep 2008
Posts: 3
Rep Power: 0
lipex666 will become famous soon enough
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-06-2008, 06:55 AM
lipex666 lipex666 is offline
Newbie
 
Join Date: Sep 2008
Posts: 3
Rep Power: 0
lipex666 will become famous soon enough
Default 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 :-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-06-2008, 11:41 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,650
Last Blog:
PHP Objects, Patterns,...
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: re Author URL same window

Good and thanks for sharing!
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-06-2008, 12:42 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default 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.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-06-2008, 03:53 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,418
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: re Author URL same window

target="_blank" in your link tag should work, if I recall right.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-06-2008, 05:25 PM
lipex666 lipex666 is offline
Newbie
 
Join Date: Sep 2008
Posts: 3
Rep Power: 0
lipex666 will become famous soon enough
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-07-2008, 01:25 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default 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.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-08-2008, 12:31 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,418
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default 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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-08-2008, 12:33 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,897
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default 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.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[HELP] Window size... jashsayani C and C++ 3 06-09-2008 01:23 PM
Capture image of a specific window. sakishrist Visual Basic Programming 0 04-21-2008 12:44 PM
A Not So Simple Problem felixme86 C and C++ 2 09-27-2007 03:24 PM
New window with custom content - JS domestic JavaScript and CSS 10 06-04-2007 03:08 AM
! Need urgent help ! Drawing program using cygwin siren C and C++ 0 05-26-2007 11:51 PM


All times are GMT -5. The time now is 11:48 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads