[XenConcept] Hide links / Medias / Images (BbCode) to guests

[XenConcept] Hide links / Medias / Images (BbCode) to guests [Paid] 2.1.9

No permission to buy ($15.00)
Fixed in the next version.





What's the error? Can you provide more detail?
If one post have one link like this example:

www.xenforo.com dont anonymize!

And the right behavior have is this www.xenforo.com
Code:
https://anonym.es/?https://xenforo.com/

Two more things to check before anonymize:
Dont anonymize internal links
Dont anonymize sites mentioned in Website Excluted (White List)
 
Last edited:
Thanks, for this version.
[Bug Fix] The Limit for inserting "Error with the x should be replaced option applies to the whole page and not to each posts.
Already checked and seems everthing ok.


[Bug Fix] Some URLs were not anonymizer.
If the user is a guest everything is ok.

But if is a member is registered and loged have bugs.
The internal links are anonymized (https://anonym.es/?https://xenforo.com/community/threads/)
Dont exclude the sites mentioned in Website Excluted and the links are anonymized
 
Last edited:
Thanks, for this version.
[Bug Fix] The Limit for inserting "Error with the x should be replaced option applies to the whole page and not to each posts.
Already checked and seems everthing ok.


[Bug Fix] Some URLs were not anonymizer.
If the user is a guest everything is ok.

But if is a member is registered and loged have bugs.
The internal links are anonymized (https://anonym.es/?https://xenforo.com/community/threads/)
Dont exclude the sites mentioned in Website Excluted and the links are anonymized

Fixed in same version
 
Fixed in same version
After re-download/re-upload the version 2.1.4 Beta 2:

[Bug Fix] Some URLs were not anonymizer.
But if is a member is registered and loged have bugs.
The internal links are anonymized (https://anonym.es/?https://xenforo.com/community/threads/) [Fixed]
Dont exclude the sites mentioned in Website Excluted and the links are anonymized [Fixed]

Now seems everything is working as expected.
Thanks for your support.

Regards
 
I found another bug.

If i disabled the function
Unfurl URL to a rich preview automatically in (Setup/Option/Messages)

I have the following beaver:
Wen i post this link:
Code:
www.xenforo.com
the result is www.xenforo.com and the link behind is
Code:
https://anonym.es/?https://www.xenforo.com
This is OK.


but wen i post this link with https:// before www:
Code:
https://www.xenforo.com
the result in frontapage is https://anonym.es/?https://www.xenforo.com and link behind is https://anonym.es/?https://www.xenforo.com

If i enable Unfurl URL to a rich preview automatically this works ok.
 
I found another bug.

If i disabled the function
Unfurl URL to a rich preview automatically in (Setup/Option/Messages)

I have the following beaver:
Wen i post this link:
Code:
www.xenforo.com
the result is www.xenforo.com and the link behind is
Code:
https://anonym.es/?https://www.xenforo.com
This is OK.


but wen i post this link with https:// before www:
Code:
https://www.xenforo.com
the result in frontapage is https://anonym.es/?https://www.xenforo.com and link behind is https://anonym.es/?https://www.xenforo.com

If i enable Unfurl URL to a rich preview automatically this works ok.

Do you have examples with screenshots? I did not understand your request
 
I found another bug.

If i disabled the function
Unfurl URL to a rich preview automatically in (Setup/Option/Messages)

I have the following beaver:
Wen i post this link:
Code:
www.xenforo.com
the result is www.xenforo.com and the link behind is
Code:
https://anonym.es/?https://www.xenforo.com
This is OK.


but wen i post this link with https:// before www:
Code:
https://www.xenforo.com
the result in frontapage is https://anonym.es/?https://www.xenforo.com and link behind is https://anonym.es/?https://www.xenforo.com

If i enable Unfurl URL to a rich preview automatically this works ok.

Ok, let me check also from my side .
 
Another example for you to understand with html code.

wen i insert this
Code:
https://www.xenforo.com
The HTML returned is this:
Code:
<a href="https://anonym.es/?https://www.xenforo.com/" target="_blank" class="link link--external" rel="noopener">https://anonym.es/?https://www.xenforo.com/</a>


And the right behavior must be:
Code:
<a href="https://anonym.es/?https://www.xenforo.com" target="_blank" class="link link--external" rel="noopener">https://www.xenforo.com</a>
 
with attch file
You can wen i click in preview what is the result.

Ya, that is happening in my case too,
2020-05-07_205338.webp

I guess the link should be seen as primary/direct link from frond/preview , and only redirected through anonym when it's clicked .
 
Another example for you to understand with html code.

wen i insert this
Code:
https://www.xenforo.com
The HTML returned is this:
Code:
<a href="https://anonym.es/?https://www.xenforo.com/" target="_blank" class="link link--external" rel="noopener">https://anonym.es/?https://www.xenforo.com/</a>


And the right behavior must be:
Code:
<a href="https://anonym.es/?https://www.xenforo.com" target="_blank" class="link link--external" rel="noopener">https://www.xenforo.com</a>

with attch file

You can view wen i click in preview what is the result.

View attachment 224516

Ya, that is happening in my case too,
View attachment 224517

I guess the link should be seen as primary/direct link from frond/preview , and only redirected through anonym when it's clicked .

All right, I'll take a look
 
Top Bottom