The search widget throws a 404 if there is no search term entered, bit of a problem when it's menu only item on some setups.
Good point @verek, we'll work on this...
Also, is there a way to limit output snippet to a defined character limit? At the moment a result for a given search term will output an entire post, even if that post is 2000 words, not ideal on mobile...
Current length of result is 564 chars. It passes trough 'wpforo_search_results_body_length' filter hook. You can change it adding custom code snippets to your theme functions.php
function wpforo_custom_search_results_body_length( $length ){
return 200;
}
add_filter('wpforo_search_results_body_length', 'wpforo_custom_search_results_body_length', 10);
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Hi, thank you for a great update.
I'm very happy with wpforo and it's been running great on my site. 😀
However, since the new update, I noticed an issue in Safari browser. The reply window is very small and the editing tab is gone. This is not an issue on Chrome (I haven't checked other browsers), only on Safari. (see screenshot).
Hi, thank you for a great update.
I'm very happy with wpforo and it's been running great on my site. 😀
However, since the new update, I noticed an issue in Safari browser. The reply window is very small and the editing tab is gone. This is not an issue on Chrome (I haven't checked other browsers), only on Safari. (see screenshot).
You just need to reset your browser cache or use incognito tab to test. First delete all cache in your website, then reset optimizer caches. You may have JS/CSS/HTML optimizer/minifier plugins. I recommend disable those during the test.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Robert, Sofy, Gvectors team, this is a great update. Once again, thanks for wpForo.
wpForo is as close as a Wordpress forum plugin can get, compared with classic forums standalones.
Thank you very much @anonymous20,
And thank you for all feedback on v1.6.2 versions. All issues are taken under consideration. This topic is closed. For new issues please open a separate topics in according forums.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.