MyBBXP.php Link => Fix
-
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 ??
- The topic ‘MyBBXP.php Link => Fix’ is closed to new replies.