luceos okay I got your extension downloaded and I took a look at some of your older forum posts discussing this extension. From my understanding, this extension should automatically set all internal links to do-follow.
The only thing I’m not seeing how to accomplish is how to set certain external links to do-follow. I believe one of your comments mentioned editing extend.php
I’m aware you mentioned this extension is not pick up and use, but is there any way you could send me a sample code snippet of a link in extend.php with the attributes that can be modified?
I see this in your GitHub repo
<?php
namespace Luceos\DoFollow;
use Flarum\Extend;
return [
(new Extend\Link)
->setTarget(new SetTarget)
->setRel(new SetRel),
];
However, I’m unsure where the link needs to go.