Just an FYI that this plugin no longer works with WP 5.
]]>Guten Tag,
wer Probleme mit den Links hat:
?ffnet mit Notepadd++ eure MyBBXP.php (zufinden : wp-content\plugins\mybb-cross-poster\classes).
In der 106. + 107. Zeile müsst ihr folgendes ?ndern:
Statt:
//return $content . '<a href="' . $this->options['url'] . '/showthread.php?tid=' . $mtid . '">' . $msg . '</a>';
return $content . '<a href="' . $this->options['url'] . '/thread-' . $mtid . '.html">' . $msg . '</a>';
müsst ihr nun :
`return $content . ‘<a>options[‘url’] . ‘/showthread.php?tid=’ . $mtid . ‘”>’ . $msg . ‘</a>’;
//return $content . ‘<a>options[‘url’] . ‘/thread-‘ . $mtid . ‘.html”>’ . $msg . ‘</a>’;`
d.h. “//” muss nur eine Zeile weiter rein gemacht werden.
Vielen Dank an den Entwickler ??
]]>This mod used to work fine up until upgrading to 4.6, and now when I try to crosspost I get the following error message:
MyBBXP ERROR:
(MyBBXPCrossPoster.php:170) Unable to save the cross-post
I’ve double checked the settings but it’s not working for some reason. Any idea how to fix this?
]]>Everything works fine except the link that’s added to the WP Post that links to the MyBB thread. This is how it’s added to the post:
https://<forum url>/forums/thread-13919.html
When it should be
https://<forum url>/forums/showthread.php?tid=13919
Is there a way to fix this?
]]>Hello. Im using WordPress 4.4.2 and MyBB 1.8.
Forum widget works fin, i can see related threads, but cross posting doesnt work.
When im posting something on WP, it shows error: (MyBBXPCrossPoster.php:301) Unable to login
Im sure my myBB account login and pass are correct.
How to fix this?