wpForo 1.6.2 is rel...
 
Notifications
Clear all

[Closed] wpForo 1.6.2 is released!

35 Posts
14 Users
24 Likes
6,682 Views
Robert
(@robert)
Posts: 10499
Support Team Admin
Topic starter
 
Posted by: @verek

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...

Posted by: @verek

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.

 
Posted : 15/07/2019 2:31 pm
VereK reacted
(@spiralout)
Posts: 1
New Member
 

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). 

 
Posted : 15/07/2019 5:13 pm
Robert
(@robert)
Posts: 10499
Support Team Admin
Topic starter
 
Posted by: @spiralout

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). 

@spiralout,

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.

 
Posted : 15/07/2019 8:08 pm
SpiralOut reacted
(@anonymous20)
Posts: 1602
Noble Member
 

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.

 

 
Posted : 15/07/2019 8:35 pm
Robert and Martin reacted
Robert
(@robert)
Posts: 10499
Support Team Admin
Topic starter
 
Posted by: @anonymous20

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.

 
Posted : 16/07/2019 7:42 am
Page 3 / 3