Title: MyBBXP.php Link =&gt; Fix
Last modified: February 26, 2018

---

# MyBBXP.php Link => Fix

 *  [Marcks90](https://wordpress.org/support/users/haunetal1990/)
 * (@haunetal1990)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/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 🙂
    -  This topic was modified 8 years, 3 months ago by [Marcks90](https://wordpress.org/support/users/haunetal1990/).
    -  This topic was modified 8 years, 3 months ago by [Marcks90](https://wordpress.org/support/users/haunetal1990/).

The topic ‘MyBBXP.php Link => Fix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mybb-cross-poster_99b2c2.svg)
 * [MyBB Cross-Poster](https://wordpress.org/plugins/mybb-cross-poster/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mybb-cross-poster/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mybb-cross-poster/)
 * [Active Topics](https://wordpress.org/support/plugin/mybb-cross-poster/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mybb-cross-poster/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mybb-cross-poster/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Marcks90](https://wordpress.org/support/users/haunetal1990/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/mybbxp-php-link-fix/)
 * Status: not resolved