Nov 11, 2018 6:24 pm
4 Replies
Nov 11, 2018 6:40 pm
This error only occurs when the users are logged in
Nov 11, 2018 8:14 pm
Please ask that user to click on "Mark all read" link located in forum foot. This will fix the problem.
Nov 12, 2018 12:19 pm
@writetoyogen,
Were is no any option for limiting characters count of a post title. you need to modify the wp-content/plugins/wpforo/wpf-includes/class-topics.php file.
Find the following line and decrease the second argument (250) as you like:
$args['title'] = wpforo_text($args['title'], 250, false);
We'll take into consideration to add a new option, that will allow controlling this limitation from Dashboard.
You can also hide the large titles on front-end using CSS text-overflow property.
More info here: https://www.w3schools.com/cssref/css3_pr_text-overflow.asp