Yes, please go to the plugin settings page and configure the plugin. Setting the first option “MyBB Forum URL” should fix your problem. Let me know if it doesn’t.
I was set plugin, but there is not progress. I think thats problem is in file mybb-cross-postalicious/mybbxp-recent-topics-widget.php.
I’m sorry, I think you may have discovered a bug. On line 78 of the file mybb-cross-postalicious/mybbxp-recent-topics-widget.php, you’ll find this:
echo '<li><a href="' . $options['path'] . '/showthread.php?tid=' . $thread->tid . '">' . $thread->subject . '</a></li>';
Please change the $options['path'] to $options['url'] and let me know if that fixes your problem.
It helped. By the way, this plugin is great and very useful.
Thank you
You’re welcome, glad you like it. I should probably fix that bug though and release an update. I’ll try to make some time for that next week.