Quote:
Originally Posted by psd_hunter
Could someone please help me with this code and explain me how I can exclude my own website URL , and maybe some others from this?
I need my own board Url beeing untouched from this redirecting when Users post links to threads within my board.
Code:
// standard URL hyperlink
return "<a href=\"http://anonym.to/$rightlink\" target=\"_blank\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a>";
How does the code need to look like with the protected links inside?
Thanks a lot guys 'n gulls.
Cheers,
psd_hunter
|
It's not possible to exclude an URL in this simple way.
All Links will be transferred via the anonymizer-service. In my opinion there's no need to exclude any external link.
In the "ACP --> General settings" you'll find the option "Post Referrer Whitelist" where you can define friendly urls, that may pass the anonymizer.