*

dsf

  • *****
  • 261 posts
ALL outgoing links in NEW WINDOW (_blank) and nofollow?
« on: October 06, 2022, 09:59:24 PM »
Hello.

All links in an ad (body and custom field url) are leaving the website and go to the linked one.

This is not a desireable feature for many of us. We want to keep the visitor and not leading him to an other site.

Can this be changed? Can you pls consider it?

There are two places to change for that, the Tinymce init in functions.php

theme_advanced_buttons2_add: 'media',

extended_valid_elements : "a[href|target=_blank|rel=nofollow]",


and in helpers/hitems.php.

Also nofollow could be an option?

Thank you
« Last Edit: October 06, 2022, 10:03:11 PM by dsf »

*

MB Themes

Re: ALL outgoing links in NEW WINDOW (_blank) and nofollow?
« Reply #1 on: October 07, 2022, 09:28:53 AM »
@ds
Links should probably get nofollow noopener noreferrer
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

dsf

  • *****
  • 261 posts
Re: ALL outgoing links in NEW WINDOW (_blank) and nofollow?
« Reply #2 on: October 07, 2022, 09:33:30 AM »
Sure, that is an option also. Not sure how tinymce links (body links that are already SAVED) can be like that.