<div dir="ltr">On my wiki all outlinks open in a new tab, for the reasons you mention.<div><br></div><div>cheers</div><div><br></div><div>Simon<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>____<br><a href="http://kiwiwiki.nz" target="_blank"><font size="1">http://kiwiwiki.nz</font></a></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 22 Sep 2019 at 18:08, Donald Z. Osborn <<a href="mailto:dzosborn@gmail.com">dzosborn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thank you Petko, It works.</div><div><br></div><div>Wrt opening new tab on click, I understand you, but also have long noted some sites doing this (big ons, for example, like Twitter & LinkedIn). My original thinking some years back was that since I often include a lot of outlinks, I didn't want to "lose" visitors who follow a link out to others. Anyway, am rethinking.<br></div><div><br></div><div>Just for fun I put up a poll on Twitter about this issue:</div><div><a href="https://twitter.com/donosborn/status/1174747463535775744" target="_blank">https://twitter.com/donosborn/status/1174747463535775744</a></div><div><br></div><div>Don</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 18, 2019 at 3:00 PM Petko Yotov <<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think I've fixed the recipe, if you test it please report if it works.<br>
<br>
As of 2019, for my websites, instead of this recipe, I'd certainly *not* <br>
enable the %newwin%/target="_blank" link feature (people know how to <br>
middle-click or long-tap to open a new window), and if I needed the <br>
external link styling I'd place into pub/css/local.css these styles:<br>
<br>
   a.urllink:not([href*="://<a href="http://www.example.com" rel="noreferrer" target="_blank">www.example.com</a>"]) {<br>
     color: #2f6fab;<br>
   }<br>
<br>
   a.urllink:not([href*="://<a href="http://www.example.com" rel="noreferrer" target="_blank">www.example.com</a>"]):after {<br>
     content: '\2197'; /* NE arrow */<br>
   }<br>
<br>
"a.urllink" is the default CSS class for external links, unless a recipe <br>
or a skin modified it. <a href="http://www.example.com" rel="noreferrer" target="_blank">www.example.com</a> is your domain name.<br>
<br>
Petko<br>
<br>
On 17/09/2019 17:02, Donald Z. Osborn wrote:<br>
> Noted the /e parameter - perhaps the very same one that causes issues <br>
> with<br>
> PHP7.2 - in:<br>
> <a href="https://www.pmwiki.org/wiki/Cookbook/ExternalLinks2" rel="noreferrer" target="_blank">https://www.pmwiki.org/wiki/Cookbook/ExternalLinks2</a><br>
> <br>
> Should/can this be fixed, or is there a recommended alternative?<br>
</blockquote></div>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div>