View Single Post
  #2243  
Old 16 Apr 2015, 21:31
squidsk's Avatar
squidsk squidsk is offline
 
Join Date: Nov 2010
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:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View 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.


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

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.
Reply With Quote