Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Wordpress Plugin not linking to correct URLs

I made a custom widget in my WP theme and installed the plugin. All went smoothly and the site is pulling in forum data just fine. The issue is that when you click on an active user it sends you to a link like this: /forums/profile/706/F.A.K.I.U. but the profile actually lives here: /forums/index.php?p=/profile/706/F.A.K.I.U. How do I set my URL structure to be the former (/forums/profile/706/F.A.K.I.U.).

Comments

  • In conf/config.php

    $Configuration['Garden']['RewriteUrls'] = TRUE;

    grep is your friend.

Sign In or Register to comment.