Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • uzvezda Friend
    #186055

    Hello,
    I can not set external link in iframe. I enable iframe in tineMCE editor. When I insert iframe in html it shows it in editor, but when save it, it add absolute link, i.e. add mydomain.com/…. of course is not showing external link aftersaving.
    I have set in tinyMCE also absolute links but nothing changed.
    I have j3.x

    Any idea?

    Thank you.

    Saguaros Moderator
    #487417

    Hi uzvezda,

    In backend settings of this TinyMCE plugin, there is option for you to set URLs to Relative or Absolute. Did you try changing this value?

    uzvezda Friend
    #490986

    I have changed absulute to relative and now adds “”” see belove

    before saving:
    <iframe src="http://wikimapia.org/#lat=45.957840&lon=13.643324&z=17&l=&ifr=1&m=b" width="318" height="318" frameborder="0"></iframe>
    after saving:
    <iframe src=""http:/wikimapia.org/#lat=45.957840&lon=13.643324&z=17&l=&ifr=1&m=b"" frameborder=""0"" width=""318"" height=""318""></iframe>

    any idea how to stop adding quot?

    thank you

    Saguaros Moderator
    #490988

    Hi uzvezda,

    Some threads in forum discussing about this issue, you may need to turn off magic quotes gpc:

    – Open php.ini file

    – Add: magic_quotes_gpc = Off

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum