Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 9, 20231 yr Putting this here as a suggestion. It'd be really nice if links working inside the Pages App widgets (either links inside WYSIWYG blocks, Upload Image blocks, etc.) had the option to open in a new tab. That seems like a pretty basic option that would make life so much easier. Perhaps this could be a feature in coming versions/updates? Thanks!
November 10, 20231 yr Are you referring to links to other sites? If so, this is already a site wide option in System>Settings>Posting
November 13, 20231 yr Author I already have that option selected, but that does not make a link in an "Upload Images" block (via Pages App) open to a new window.
November 13, 20231 yr This post was recognized by Marc! Nathan Explosion was awarded the badge 'Helpful' and 5 points. Go to Pages -> (Page Management) Blocks in your ACP Click 'Create New Block' Select 'Page Builder: Upload Images' Click 'Next' Fill out whatever you want on the 'Details' tab (only really needs a name) On the Content tab, do the following: Change the 'Use this template as-is' entry to 'Use as a base for a custom template' Change this: <a href="{$urls[0]}"> To this: <a target="_blank" href="{$urls[0]}"> Click 'Save' On the front-end, drag that block in place and fill your boots.