Re: Menu Links in NewPage or iframe
Oh sorry, it's working only for phplayermennus. 😡 I only checked in the vertical hover menu
It's because tiki translates the db-stored menu entry:
Copy to clipboard
http://website/
Copy to clipboard
__''href="''__http://website/__''"''__
when inserting the "target=_blank the string will get corrupted by some function (maybe preg_replace() or something) except for phplayers:
Copy to clipboard
href="http://website/''__&qout;__ target=__&qout;___blank''"
(please replace qout with quot) in the code above
I'm trying to find the function and modify it. For the moment only phplayermenus work this way 😢