Hi, When the Excerpt Length is set to 0, the limit is disabled, so the full text will be displayed without any restriction.
Hi, You can also click the “Rebuild Phrases” button in Dashboard → wpForo → Overview → Forum Maintenance. Once the rebuild process is complete, go...
HI @cotner Could you please open your browser’s Inspect → Console tab and check whether there are any JavaScript errors on your side? If you see ...
We have planned the next update for the end of this month.
Hi @wendell Thank you for your suggestion — we believe it’s a great idea. We’re planning to develop a new addon named wpForo Topic Deadline. We will n...
Hi @ljwgrows ,We have fixed this issue on our end. Please wait for the next wpForo update, and the problem will be resolved on your side after you upd...
add_action( 'wpforo_after_init', function() { remove_action( 'wpforo_vote', [WPF()->activity, 'after_vote'], 10 );}, 111 );
@roel-developer Changed!!
@guts You can try this plugin:
Sorry, but there is no setting or easy way to do this. It is possible through theme file customization and a bit of coding.br />If you're unable to do...
@highscoredigital You can add this snippet of code and replace the IDs with your own. add_action( 'wpforo_forum_list_threaded_layout', function(){ ...
Hi @brenda_d Firstly, wpForo does not have its own user system; it utilizes the WordPress user system. When a user registers, they register in both W...
Hi @brenda_d For spam prevention, we have disabled the account editing feature for newly registered users. New users will need to have some approv...
Hi @highscoredigital If you want to use the hierarchical forum tree, you need to change the forum layout to something other than the threaded layout....