Viewing 1 replies (of 1 total)
  • 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 ‘https://www.forodelasrozas.com/foro’ and you solved your problem:

    echo " href='https://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.