Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] wpforo_strip_shortcodes function removes correct http links

3 Posts
2 Users
1 Reactions
900 Views
Posts: 22
Topic starter
(@etrimon)
Eminent Member
Joined: 6 years ago

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

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

@etrimon,

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?

 

1 Reply
(@etrimon)
Joined: 6 years ago

Eminent Member
Posts: 22

@robert 

Hello Robert,

  • I use Private Messages (licence valid until 07/2022 - last week prolonged)
  • Yes, I have, but be sure that I properly tested if my functions are related to this issue or not before I posted the first post. And as you can see, the issue is also on this forum present.

Best wishes,

Etrimon