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,
when we try to share the link vkonkate.ru - we get an error 414 Request-URI Too Long You can check here:
Maybe there is some way to make links by ID number?
I attach the screenshot of the error below.
Yes, that's correct. The share URL was tested on latin chars, but I see it also includes non-latin multi-bit chars so it pass the limits. We'll fix this in next version release, this is a post specific issue, it may work for other share URLs without any problem.
If you need to fix this urgently please use Plugin File Editor ( Dashboard > Plugins > Edit ), or some File Manager. Open this file: /wp-content/plugins/wpforo/wpf-includes/class-api.php
Find this line:
$text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 1000, false) );
Replace to this:
$text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 200, false) );