Page 1 of 1

XMLMadeSimple open in a new window

Posted: Wed Feb 27, 2013 8:01 am
by georgechr
Hello

I started using XML Made Simple module and i am having trouble setting the links to open in a new window.

I am using target="_blank" and this returns an error.

ERROR: Warning: Parameter target is not known by module XMLMadeSimple dropped in /home/XXXXX/public_html/XXXXX/lib/misc.functions.php on line 1590

Is there another way?

This is my code:

Code: Select all

{XMLMadeSimple feeds_id="1,2,3,4,5,6,7,8" action="mixfeeds" template="rss" max_items="5" sort_by_date="true"}
Any help would be greatly appreciated.

Thanks in advance.

Re: XMLMadeSimple open in a new window

Posted: Wed Feb 27, 2013 8:33 am
by uniqu3
There is no parameter "target", you should add target='_blank' to link in your template.

Re: XMLMadeSimple open in a new window

Posted: Wed Feb 27, 2013 8:58 am
by georgechr
I use a generic link for all and dont want the target blank to apply to all. just the feeds

can you please elaborate more and help me?

thanks