![]() |
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: Code:
if (!in_array(THIS_SCRIPT, array('ladders', 'competitors', 'tournaments', 'teams')) && !$vbulletin) Code:
global $vbulletin; //just globalize no need to test if it exists you don't gain anything |
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: Code:
$userhtml = preg_replace('|\{([a-zA-Z0-9_-]*)\}|e', ' $userinfo["$1"] ', $vbulletin->options['tmnt_userhtml']); Code:
$userhtml = preg_replace_callback('|\{([a-zA-Z0-9_-]*)\}', function($m){return $userinfo[$m[1]];}, $vbulletin->options['tmnt_userhtml']); |
Do you accept paid requests for functions?
What I need is a drafting system for both leagues and tournaments. People fill in their 5 options (Custom fields not drop down). When matched against a person in either league or a tournament you see the opponents 5 fields and what he filled in. You can then take turn to ban/pick for yourself or your enemy. In my imagination a custom system for everybody should look like this: Do roll for who is Player A and B. Stage 1 : Player A [Drop down menu] Pick/Bans one of Player A/B options. Stage 2 : Player B [Drop down menu] Pick/Bans one of Player A/B options. Stage 3 : Player A [Drop down menu] Pick/Bans one of Player A/B options. Not a coding expert but seems achievable for me. To clear up the admin sets if Stage 1 is a Pick or ban and if it affects player A or player B's options. |
everything installed fine but now i get 500 error when going to competion and nothing shows to edit or anything in admincp....
http://dcreborn.com/community |
Never mind
|
ok how do you add category for ladders and delete leagues and all that because i've searched everywhere and can not find out how to delete stuff and edit things....
|
Quote:
To delete ladders, click pencil and then "Delete". (Single click brings up menu of admin options, double click takes you straight to edit page) |
So I take you are too busy to even consider answering my question?
No, I'm currently to busy with other projects to consider this now. Or No, never going to happen is a better reply then just don't reply. |
Could anyone get the Lite version to run a football league??
Ie 3 points for a win O points for losing and 1 point for a draw |
Date error in tournaments section not sure if anywhere else! It only goes up to 2014
|
1 Attachment(s)
here is the issue .... can only go to 2014... Also this error shows up at the top of the tournament page after creating a tournament,
Strict Standards: Only variables should be assigned by reference in /home4/*username***/public_html/criticalxgaming.com/tournaments.php on line 111 |
Quote:
shows to 2020 year on our install mate |
not on mine http://criticalxgaming.com/tournaments.php
|
Just like this happens when I join a league....
PHP Warning: Illegal string offset '' in ..../ladders.php on line 4169 PHP Warning: Illegal string offset '' in ..../ladders.php on line 4180 PHP Warning: Illegal string offset '' in ..../ladders.php on line 4181 PHP Warning: Illegal string offset '' in ..../ladders.php on line 4182 This shit has more bugs in it than EGL ladders script and I was fixing to purchase the Pro version thank god I haven't |
Quote:
Quote:
Quote:
Quote:
|
<i>Strict Standards: Only variables should be assigned by reference in /home/projectgaming/public_html/teams.php on line 88
</i> How Can I fix this error? |
1 Attachment(s)
Hi
I ve installed but can not activate it. How can I do? Thanks |
Quote:
Make sure you have set the permissions for your usergroups |
Its interesting for members
|
awesome awesome mod. had to change match year options as well to update them from 05-15 to be present years but this thing is great!!!! tyvvm
|
As we have just actually tried to use this for the first time for a tournament, once the tourny is created pwople are getting a blank page or an error page when trying to join said created tourney.
|
1 Attachment(s)
Attached pic of error page when trying to join a tournament. that is a pic from phone.
on edge it says http 500 error no page found |
Quote:
|
emailed web address and a temp admin account to you. I appreciate the help! =)
|
issue fixed. awesome =)) Thank you banana!!!!
|
Quote:
-your team -data -squad size I would like to add some fields like game modality (S&D, TDM...) or the third map in case of a draw... Is it possible? Thanks.. |
Quote:
I have same problem like this, how can we fix it ? |
Hi,
i am having a problem with this when i try to join the tournament i created it gives me this error =>>> https://gyazo.com/5ec5336309027a6bb397df736afa13db i have downloaded the v7.1.0 VErsion i hope this is the right one if someone could help me with this pls thx in advance |
Hi, I get a blank page when I try to join a competition, thanks in advance for your help :)
|
Quote:
|
Can someone port this over to VB5? I run a Video Gaming community forum and am looking to have something like this, however nothing currently exists.
|
Hello,
Great mod, I just installed it and I'm trying to set up a tournament to test with. However when I try to join the tournament with my team I get the following warning/error. PHP Warning: require_once(..../includes/functions_tll_prem.php): failed to open stream: No such file or directory in ..../tournaments.php on line 2881 Fatal error: require_once(): Failed opening required '/home4/minion/public_html/forum2/includes/functions_tll_prem.php' (include_path='.:/opt/php55/lib/php') in /home4/minion/public_html/forum2/tournaments.php on line 2881 Could you advise on what I need to do? *EDIT* Please disregard, I found the issue. Thanks! |
All times are GMT. The time now is 09:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|