I FOUND A BUG
In the widget, links to the forum thread are incorrect.
Setting>MyBBXP>General> “MyBB URL” is not acknowledged.
Open–> mybb-cross-postalicious/classes/MyBBXPSettings.php
Find–> ‘url‘ => ‘https://www.example.org/forum’,
Replace with–> ‘path‘ => ‘https://www.example.org/forum’,
insert url in General option: https://www.example.org/forum/
Now work well url thread in the widget, but i do not know if the method is correct.