RSSFEED is confusing because it doesn't open in a new tab.

Tamás Varga Posted in Component Development 2 years ago

Where can I change it so that when I click on the news, the news opens in a new tab?
It is very disturbing that OSSN disappears and the news is there instead.

Replies
Hungarian Tamás Varga Replied 1 year ago

curl helped me to solve it.

Hungarian Tamás Varga Replied 2 years ago

Michael: Thank you very much for your help, it works perfectly.

Is it technically possible for RSSFEED to show news from different news sites and update them automatically?

German Michael Zülsdorff Replied 2 years ago
target="_blank"

opens a link on a new page. So you need to add it to

href="<?php echo $link; ?>"

like

href="<?php echo $link; ?>" target="_blank"

in contents.php