Forums

[Plugin: WP-Table Reloaded] Embedded Link Open In New Windo (2 posts)

  1. cmoore330
    Member
    Posted 1 month ago #

    Tobias,

    Thank you for all of your hard work, the plugin is great! Can you help me with one thing? How do I change the embedded links to open in a new window? I have looked through some of the files, but haven't had any luck.

    Thanks,

    Casey

    http://wordpress.org/extend/plugins/wp-table-reloaded/

  2. TobiasBg
    Member
    Posted 1 month ago #

    Hi,

    do open links in new window, you'll need to change the HTML, that is added to a cell by the link helper.
    Your link will look like this: <a href="http://www.example.com">text</a>
    You need to append a target="_blank" here, so change the HTML to <a href="http://www.example.com" target="_blank">text</a>.

    To achieve this for all links that you'll insert in the future, you'll need to change the appropriate code in the admin-script.js file to also add this target code piece. But be warned that these changes would be overwritten when updating the plugin.

    I'll try to find a better solution for this though.

    Best wishes,
    Tobias

Reply

You must log in to post.

About this Topic