arnert (User)
Junior Boarder
Posts: 5
|
| Target '_blank' 2007/12/27 12:44 |
Karma: 0   |
|
Is it possible to open the clicked feed-message in a new window? At Feedgator configuration the target frame is '_blank' but FeedMe opens it in '_self' frame.
|
|
|
|
The administrator has disabled public write access.
|
stevecoy (Admin)
Admin
Posts: 29
|
| Re:Target '_blank' 2007/12/31 02:49 |
Karma: 0   |
|
In this file:
{your site}/{jp Feedme subdirectory}/components/com_jpfeedme/jpfeedme.php
Find this part of the code (should be around line 139):
$item_link = '<a class="feed_title_link" href="javascript:void(0);" onclick="full_i_view(''.$row->id.'',''.$sec_name.'',''.$cat_name->name.'');">';
Then insert target="_blank" anywhere in the <a> tag, like this:
$item_link = '<a target="_blank" class="feed_title_link" href="javascript:void(0);" onclick="full_i_view(''.$row->id.'',''.$sec_name.'',''.$cat_name->name.'');">';
-Steve
jp designer
|
|
|
|
The administrator has disabled public write access.
|
arnert (User)
Junior Boarder
Posts: 5
|
| Re:Target '_blank' 2008/01/03 02:03 |
Karma: 0   |
|
Thx, but their seems to be a misunderstanding. Your fix open the links at the middle column in a new window (but only a emtpy page appears).
But I want to open the links in the right detail-column in new window.
May be you could help me again.
Greetings, Ralf
|
|
|
|
The administrator has disabled public write access.
|
arnert (User)
Junior Boarder
Posts: 5
|
| Re:Target '_blank' 2008/01/08 10:05 |
Karma: 0   |
|
Any chance to get a new solution?
|
|
|
|
The administrator has disabled public write access.
|
arnert (User)
Junior Boarder
Posts: 5
|
| Re:Target '_blank' 2008/01/08 10:05 |
Karma: 0   |
|
Any chance to get a new solution?
Edit: Sorry for the double post, please delete this one.
Post edited by: arnert, at: 2008/01/08 10:06
|
|
|
|
The administrator has disabled public write access.
|
chilly_bang (User)
Fresh Boarder
Posts: 2
|
| Re:Target '_blank' 2008/01/25 16:30 |
Karma: 0   |
|
is there really no solution for this issue? is it not possible to open news in new window? or support has holiday?
|
|
|
|
The administrator has disabled public write access.
|
chilly_bang (User)
Fresh Boarder
Posts: 2
|
| Re:Target '_blank' 2008/01/25 16:30 |
Karma: 0   |
|
is there really no solution for this issue? is it not possible to open news in new window? or support has holiday?
|
|
|
|
The administrator has disabled public write access.
|
MikeProdigy (Admin)
Admin
Posts: 115
|
| Re:Target '_blank' 2008/01/27 23:10 |
Karma: 1   |
|
No at this point, anyway, I will try to make a hack for this. Best regards,
Mike Administrator JoomlaProdigy.com "Candy for your Joomla! site" Feel free to email me: "mike at joomlaprodigy dot com"
|
|
|
|
The administrator has disabled public write access.
|
|