Title: [Plugin: phpbb_recent_topics] Topic link is not correct
Last modified: August 19, 2016

---

# [Plugin: phpbb_recent_topics] Topic link is not correct

 *  Resolved [davaguco](https://wordpress.org/support/users/davaguco/)
 * (@davaguco)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-phpbb_recent_topics-topic-link-is-not-correct/)
 * Hi, I am using wordpress 2.0.1 and phpBB 3.0.5.
 * I installed this plugin without any problem, and everything seems to work fine
   except the links that should point to my forum. My wordpress and my forum are
   installed on the same MySQL server, but not the same domains. When I click on
   one topic, I end up with a page not found error. My browser tries to open:
 * [http://www.radiofororozas.com/radio/www.forodelasrozas.com/foro/viewtopic.php?t=24480](http://www.radiofororozas.com/radio/www.forodelasrozas.com/foro/viewtopic.php?t=24480)
 * instead of:
 * [http://www.forodelasrozas.com/foro/viewtopic.php?t=24480](http://www.forodelasrozas.com/foro/viewtopic.php?t=24480)
 * Is there an easy solution to fix this error?
 * Thanks.
 * [http://wordpress.org/extend/plugins/phpbb-recent-topics/](http://wordpress.org/extend/plugins/phpbb-recent-topics/)

Viewing 1 replies (of 1 total)

 *  [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-phpbb_recent_topics-topic-link-is-not-correct/#post-1341584)
 * Your domain name from the blog is different from your domain name of the forum,
   so this PHP-Code leads to the link you posted above:
    `echo " href='" . $SITEURL."/
   viewtopic.php?t=$topic->topic_id'>";`
 * SITEURL is a WordPress variable, so it is the Site URL from your Blog. Change
   $SITEURL to ‘[http://www.forodelasrozas.com/foro&#8217](http://www.forodelasrozas.com/foro&#8217);
   and you solved your problem:
 * `echo " href='http://www.forodelasrozas.com/foro/viewtopic.php?t=$topic->topic_id'
   >";`
 * You have to change this for every occurrence of $SITEURL.
 * I hope this helps.
 * Kind regards
    Torsten
 * P.S.: Sorry for my bad english. I’m from Germany.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: phpbb_recent_topics] Topic link is not correct’ is closed to
new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-phpbb_recent_topics-topic-link-is-not-correct/#post-1341584)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
