Keyword

Open feed in _self rather than new window problem

  • peter graham
  • peter graham's Avatar Topic Author
  • Offline
  • New Member
More
15 years 1 month ago #22106 by peter graham
I have
JoomlaWorks "Simple RSS Feed Reader" Module v1.4
Am using it to display latest news from other sections of my site

Had a look through the code but couldn't work out how to get the feeds to display in the same window rather than a new one.
Can anyone help?

Am sure it is a simple one line thing, just can't find it.
Grat module by the way.

Pete Graham
This email address is being protected from spambots. You need JavaScript enabled to view it.

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #22107 by John37309
There are 2 links, both open in a new window.

Line 165 of mod_jw_srfr.php find this;
      <a class="srfr-feed-title" target="_blank" href="<?php echo $item->get_permalink(); ?>">

Replace with this;
      <a class="srfr-feed-title" href="<?php echo $item->get_permalink(); ?>">

*****************

Next one;
Line 183 of mod_jw_srfr.php find this;
      <a class="srfr-feed-name" target="_blank" href="<?php echo $feed->get_permalink(); ?>">

Replace with this;
      <a class="srfr-feed-name" href="<?php echo $feed->get_permalink(); ?>">

John.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum