A bug in your code that prevents access to the member profile pages.
In the file
includes/functions_tal.php you have the following code:
If the tournament mod isn't active then memberinfo.php is not accessible to non-admins. The code should be changed by having the second if statement nested inside the first, so the tournament mod active check only executes on tournament mod specific pages.
This way if you are on a tournament specific page and the tournament mod is disabled you won't be able to access it unless you are an admin. This also makes sure that the member profile page (since
includes/functions_tal.php is included in the
User Profile Tab (member_complete hook) plugin is accessible even if the tournament mod is inactive.
No members have liked this post.