Same problem here with XenForo import.
Thanks Robin. I can’t argue with that and I appreciate the work of you and your colleagues. Incidentally, I would be happy to pay for support in the knowledge that I will then be able to offer better support to my clients.
No response in nearly 5 days is leaving me rather concerned to use bbPress. Is this the ussual support response-time?
Anyway, I figured out a workaround using a plugin called PHP Code Widget.
The plugin I am using is: https://wordpress.org/plugins/php-code-widget/
An example of one of the codes I am using is:
<?php
$forum_id = get_the_ID();
$forum_add_topic='[bbp-single-topic id ="'.$forum_id.'"]';
echo do_shortcode($forum_add_topic);
?>