vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=238945 |
Quote:
Edit teams.php Find
Add below
|
That's a bandaid fix and doesn't really address the underlying problem. I would guess that the it really means there's an error in the link being generated in the PM. Fix the link and you don't need to change any code.
|
When I reject a challenge, my opponent doesn't get a notification, shouldn't he get a PM?
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
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. |
It's not letting me add the files onto our server, any reason why?
|
Ok I got these messages:
Strict Standards: Only variables should be assigned by reference in /public_html/forums/teams.php on line 88 Strict Standards: Only variables should be assigned by reference in /public_html/forums/tournaments.php on line 112 I am aware of the php 5.4/5.5 changes and already have these hidden with the aforementioned hiding code in the inlcude/config.php file. However these errors are still showing any help will be appreciated |
Quote:
Try changing line 88 in /teams.php $actiontemplates['none'] =& array_merge($actiontemplates['teams'], $actiontemplates['viewteam']); To $actiontemplates['none'] = array_merge($actiontemplates['teams'], $actiontemplates['viewteam']); |
"Can view Tournaments" option on the usergroup, if set to "No" will lock the usergroup out from accessing any member.php (member profile) page including theirs.
Plugin disabled until this is fixed.... |
Quote:
|
Hello,
Can anyone help me? When ever I view a tournament I get the following error: Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/functions_tal.php on line 1168 php ver: 5.59 any help? |
Quote:
Original:
New Version:
|
All times are GMT. The time now is 05:23. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.