Hi,
Please try to run the recalculation repair tools (Tools > Forums > Repair Forums), start with ‘Recalculate last activity in each topic and forum’.
If that did not work, try to switch to a default WordPress theme to make sure it’s not a problem with your current theme.
Pascal.
Hi Pascal,
thank you for your help. I just recalculated everything. Sadly that didn’t fix the problem. I can’t just switch the theme, because i have a lot paying customers on my website. I am using the Avada Theme. Does anybody have a different solution?
Thanks again!
You use v3.8.7 ? Please notify the creators of the Avada theme because it’s a bug on there side.
In Avada/includes/class-layout-bbpress.php, change line 84 as follows:
Original:
<div class="bbp-reply-post-date"><?php bbp_topic_post_date( bbp_get_topic_id() ); ?></div>
Modified:
<div class="bbp-reply-post-date"><?php bbp_reply_post_date( bbp_get_reply_id() ); ?></div>
Pascal.
Wow! Pascal you are the best! Thank you very much!! It worked perfectly 🙂 🙂 Take care!!
Will send you my invoice :-p
You’re welcome,
Pascal.