1 (edited by 2012-01-06 15:20:06)

Topic: LINKS OPEN IN NEW PAGE

Good afternoon,
I've been searching the internet for a way to let the news of the Cute News in a pop-up (for example, will put this site: http://www.gatheringro.ch/) good, for me it does open in a new window, new tab or pop-up, with so much out of my open index.php and really open a new window.

Already tested the hack on the server's described here as:

<? PHP
  $ PHP_SELF = "index.php";
  $ template = "Headlines";
   include ("CuteNews / show_news.php");
?>

It did not work

Ever tried to select from options to open in a new window and did not work out, use the latest released version of the system (cute news 1.4.6).

For those who want an example I'm trying to free host that I packed on the Internet

http://arenarag.netne.net/


We thank you for the attention of all

Re: LINKS OPEN IN NEW PAGE

Hi! Did you try to change the automatic link to the full story (in the templates) by a manual one ?

Replacing this:

[full-link]YOUR TEXT[/full-link]

By something like this:

[url=http://yourdomain.com/index.php?subaction=showcomments&id={news-id}]YOUR TEXT[/url]

I just recreated manually the link and added the atribute "target=blank" to open it in a new window.