Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello WPforo team,
the latest wpforo_strip_shortcodes function removes also fully valid links which contain two ":" like this one:
https://www.thingiverse.com/thing:4904044
I now replaced removed double colons with words:
---> https(Double colon)//www.thingiverse.com/thing(Double colon)4904044 <---
It is correctly saved in database, but then the wpforo_content_after filter on line 2311 in wpf-hooks using wpforo_strip_shortcodes and the last regex removes it.
Can you fix it, please?
Thank you
Ok, thank you for letting us know, we're going to check it. In the meantime, please let me know:
- What wpForo addons do you use (specify the addon versions)?
- Do you have any custom code elated to wpForo in the functions.php of the WordPress active theme?