vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=238945

gfaria91 20 Sep 2014 20:21

Quote:

Originally Posted by bananalive (Post 2515783)
Try attached

Yeah! Now it is working like it should. Thank you very much.

gfaria91 21 Sep 2014 17:12

Quote:

Originally Posted by bananalive (Post 2515783)
Try attached

I have two questions about the plugin.

Am I able to change the default tab to the description tab? And am I able to deactivate comments tab?

How can I do both of those things?

bananalive 04 Oct 2014 13:09

Quote:

Originally Posted by gfaria91 (Post 2516051)
Am I able to change the default tab to the description tab?

This would require editing the php code

Quote:

Originally Posted by gfaria91 (Post 2516051)
And am I able to deactivate comments tab?

Disable commenting permissions.

Tibiaspy 07 Oct 2014 12:09

1. Is there a way to disable or remove categories completly? I do not need categories at all and now it's just looks kinda weird with all this "without category" stuff everywhere.

2. All my users are from one timezone - how can I change default time zone to start a tournament. Now it's GMT +0 so first they have to think about time, then change timezone to GMT +0 and then set time. I would be easier if I could just set time zone to the one we have.

3. How can i remove all credits info from matches? Like:
Cost 0.00 credits per user
Winner receives 0.00 credits

Since I have credits disabled that's kinda weird to post this info.

Bluefin221 07 Oct 2014 20:18

Is there a calender option for upcoming tournaments which could be placed into a forums block? Would be fantastic to add tournaments which are pending to the blocks on the forum and the option to add an image for these.

sundoze 14 Oct 2014 13:56

Hello how to make, not login users can see tournament?

bananalive 29 Oct 2014 18:11

Quote:

Originally Posted by sundoze (Post 2518710)
Hello how to make, not login users can see tournament?

Change usergroup permissions of 'Guests/ not logged in' usergroup.

bananalive 29 Oct 2014 18:23

Quote:

Originally Posted by Tibiaspy (Post 2518000)
1. Is there a way to disable or remove categories completly? I do not need categories at all and now it's just looks kinda weird with all this "without category" stuff everywhere.

2. All my users are from one timezone - how can I change default time zone to start a tournament. Now it's GMT +0 so first they have to think about time, then change timezone to GMT +0 and then set time. I would be easier if I could just set time zone to the one we have.

3. How can i remove all credits info from matches? Like:
Cost 0.00 credits per user
Winner receives 0.00 credits

Since I have credits disabled that's kinda weird to post this info.

1. Yes it's option in admincp -> vbulletin settings.

2. this would require editing the template tmnt_new

3. If you have disabled credits, this should not show, what screen/page/template do you see it on?

m7sen 31 Oct 2014 18:02

hi bananalive

can u help me here

http://www.vbulletin.org/forum/showthread.php?t=201097

Morrus 11 Nov 2014 17:04

Long, long thread! I've installed it, and created a test team and invited a couple of people. They get an error saying "Error. Invalid Team"

I did try to search this epic thread, and found an updated team.php earlier in the thread, but that didn't fix it.

Any ideas? Thanks!

Fields 11 Nov 2014 17:37

Hello,

when I invite users to a team, they get a broken link via pm:


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

When I delete the "amp;", the link works. Do you have a fix for that?

Morrus 11 Nov 2014 21:43

Quote:

Originally Posted by Fields (Post 2522292)
Hello,

when I invite users to a team, they get a broken link via pm:


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

When I delete the "amp;", the link works. Do you have a fix for that?

Ah, I think you're having exactly the same problem I am. Manually replacing & with & fixes it for me. Just need the system to send the correct link in the first place!

Fields 12 Nov 2014 09:58

Quote:

Originally Posted by Morrus (Post 2522315)
Ah, I think you're having exactly the same problem I am. Manually replacing & with & fixes it for me. Just need the system to send the correct link in the first place!

Did you fix a code in a template or a file or do you always fix the link before sending the PM?

Morrus 12 Nov 2014 10:06

Quote:

Originally Posted by Fields (Post 2522362)
Did you fix a code in a template or a file or do you always fix the link before sending the PM?

I did neither. I just tried doing exactly what you did.

bananalive 17 Nov 2014 14:13

Quote:

Originally Posted by Fields (Post 2522292)
Hello,

when I invite users to a team, they get a broken link via pm:


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

When I delete the "amp;", the link works. Do you have a fix for that?

I'm unable to replicate this - are you running latest version?

The only thing I can think of is to make sure template tmnt_inviteteam uses

{vb:raw message}

not

{vb:var message}

Fields 17 Nov 2014 16:20

Yes, I am using the latest version. The template is correct (some phrases are translated):


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


bananalive 17 Nov 2014 17:33

Quote:

Originally Posted by Fields (Post 2523139)
Yes, I am using the latest version. The template is correct (some phrases are translated):


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

Edit teams.php

Find line


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


Add before



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


Fields 18 Nov 2014 06:41

Thanks, I'll give it a try :)

Fields 19 Nov 2014 16:32

Okay, I checked it, the link still doesn't work because of the &

There is something weird: I get a notification when I received a PN on my site. In this mail, there is a preview of the PN, and the link in there is correct.

Topollino 02 Dec 2014 12:23

Hi, is there any way to reset a ladder?

betts02 01 Jan 2015 14:27

Strict Standards: Only variables should be assigned by reference in /home/xlgaming/public_html/xleague.co.uk/teams.php on line 88

newly updated can you please help cheers

ozzy47 01 Jan 2015 16:39

Quote:

Originally Posted by betts02 (Post 2529851)
Strict Standards: Only variables should be assigned by reference in /home/xlgaming/public_html/xleague.co.uk/teams.php on line 88

newly updated can you please help cheers


Open your includes/config.php file and below <?php add the following.


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

So it looks like this:

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

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.

This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.

JJBB 07 Jan 2015 03:30

Hi there,
I got this mod installed recently but I'm having two problems which need some help here (vb4.2.2):

1, The 'Year' on create tournament date has capped to 2014. Am I doing something wrong on installing or Can I fix it somewhere?

https://www.vbulletin.org/forum/external/2015/08/5.png

2, The tournament stats on user postbit or profile are only updating the individual record. Team record doesn't count. Is this by design?

https://www.vbulletin.org/forum/external/2015/08/6.png

Thanks in advance!
JJBB

pantasd 17 Jan 2015 15:24

I find solutions for me in Style Manager edit default template in Tournament and Ladders Templates » edit tmnt_edit and tmnt_new

Just find <select name="year" title="year" tabindex="1"> and add new year :)

MistViper 29 Jan 2015 05:18

I'm interested in downloading this, and even getting premium version. Only one questions though, would having people pay to enter be considered gambling? And if so wouldn't my site potentially get shut down if that is the case? Just a simple thought that came to my head, I appreciate any answers.

bananalive 01 Feb 2015 16:08

Quote:

Originally Posted by MistViper (Post 2535118)
I'm interested in downloading this, and even getting premium version. Only one questions though, would having people pay to enter be considered gambling? And if so wouldn't my site potentially get shut down if that is the case? Just a simple thought that came to my head, I appreciate any answers.

Prize competition aren't classified as gambling. A prize competition is a competition where success depends to a substantial degree on the exercise of skill, knowledge, or judgment.
Gambling is where there is a significant reliance on chance.

MistViper 03 Feb 2015 01:15

That makes sense, but I've talked to a lot of people because I'm interested in doing this and Riot Games (creator of League of Legends) has said that prize competitions are gambling and they do not allow them without licenses and all players must be above a certain age. So I think it would work, but the prizes can only be given to people above 18. What are your thoughts?

bananalive 03 Feb 2015 21:51

Quote:

Originally Posted by MistViper (Post 2535810)
That makes sense, but I've talked to a lot of people because I'm interested in doing this and Riot Games (creator of League of Legends) has said that prize competitions are gambling and they do not allow them without licenses and all players must be above a certain age. So I think it would work, but the prizes can only be given to people above 18. What are your thoughts?

I guess it will depend what jurisdiction/ country you are in.

xorlof 04 Feb 2015 19:12

This looks promising. I'm thinking of installing it, but have a few questions (none of which are dealbreakers):

1) Any hope for Swiss tournaments?

2) Can you setup the system so people can play without having to join teams (i.e., head-to-head games)

3) The premium version list, "Race mode for leagues" and "New tournament type - group play." What are these?

Doc913 09 Feb 2015 14:55

Hello, I looking for the point where i can delete Categories.
I made a lot of Test -Categories and now i can't finde the way how to delete this.

EasyEazy 09 Feb 2015 16:22

Quote:

Originally Posted by Doc913 (Post 2536768)
Hello, I looking for the point where i can delete Categories.
I made a lot of Test -Categories and now i can't finde the way how to delete this.

/competitions.php?do=categories

Should be an option on that page

JJBB 10 Feb 2015 06:59

Quote:

Originally Posted by pantasd (Post 2532951)
I find solutions for me in Style Manager edit default template in Tournament and Ladders Templates » edit tmnt_edit and tmnt_new

Just find <select name="year" title="year" tabindex="1"> and add new year :)

Thanks pantasd! Got it working :)

MistViper 14 Feb 2015 01:15

1 Attachment(s)
I just installed this, but I get this weird permission error where I can't view anyone profile.

MistViper 14 Feb 2015 02:02

Nevermind I fixed this

MistViper 25 Feb 2015 18:21

1 Attachment(s)
I get this error when someone invites another person to join their team. If the person clicks on the link in their inbox this error appears. Any suggestions?

bananalive 03 Mar 2015 20:58

Quote:

Originally Posted by MistViper (Post 2538769)
I get this error when someone invites another person to join their team. If the person clicks on the link in their inbox this error appears. Any suggestions?

This only seems to cause an issue in Lite version, but this should hopefully fix it:

Edit teams.php

Find


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

Add below


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


squidsk 04 Mar 2015 15:47

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.

Fields 14 Mar 2015 15:26

When I reject a challenge, my opponent doesn't get a notification, shouldn't he get a PM?

bananalive 19 Mar 2015 13:05

Quote:

Originally Posted by Fields (Post 2540418)
When I reject a challenge, my opponent doesn't get a notification, shouldn't he get a PM?

vBulletin Options -> Ladder/League Settings -> PM after player is challenged -> Yes

Fields 19 Mar 2015 14:09

Quote:

Originally Posted by bananalive (Post 2540896)
vBulletin Options -> Ladder/League Settings -> PM after player is challenged -> Yes

Unfortunately, this option is already set to Yes :(

bananalive 29 Mar 2015 16:31

Quote:

Originally Posted by Fields (Post 2540901)
Unfortunately, this option is already set to Yes :(

Apologises, I misread your message. If you reject a challenge, then your opponent won't receive a PM.

Fields 30 Mar 2015 15:41

Quote:

Originally Posted by bananalive (Post 2541836)
Apologises, I misread your message. If you reject a challenge, then your opponent won't receive a PM.

Too bad, is it possible to set it up? :)

squidsk 16 Apr 2015 21:31

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.

killerford 19 Apr 2015 18:02

It's not letting me add the files onto our server, any reason why?

Colossal31 04 May 2015 00:40

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

EasyEazy 04 May 2015 08:36

Quote:

Originally Posted by Colossal31 (Post 2544791)
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

Not sure on the second error but the first one is fixed by this:

Try changing line 88 in /teams.php

$actiontemplates['none'] =& array_merge($actiontemplates['teams'], $actiontemplates['viewteam']);

To

$actiontemplates['none'] = array_merge($actiontemplates['teams'], $actiontemplates['viewteam']);

iraqiboy90 04 May 2015 21:44

"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....

squidsk 06 May 2015 21:08

Quote:

Originally Posted by iraqiboy90 (Post 2544886)
"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....

You can try the fix I posted a few posts above yours (http://www.vbulletin.org/forum/showp...postcount=2243) and see if that solves your problem for you.

iJosh 11 Jun 2015 07:59

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?

squidsk 15 Jun 2015 16:04

Quote:

Originally Posted by iJosh (Post 2547579)
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?

Change line 1168 as follows:

Original:

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

New Version:

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


ReMarkable1991 06 Aug 2015 11:12

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.

OPsNaStYM0FO 10 Aug 2015 18:15

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

OPsNaStYM0FO 10 Aug 2015 18:15

Never mind

OPsNaStYM0FO 10 Aug 2015 21:17

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....

bananalive 10 Aug 2015 22:58

Quote:

Originally Posted by OPsNaStYM0FO (Post 2552583)
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....

To add categories, there are 3 ways
  1. Competitions sub nav at top of page: Categories -> New
  2. Competitions sub nav at top of page: New -> New Category
  3. competitions.php?do=categories and at bottom of page - new category
If you cannot see the links then you may have insufficient usergroup permissions set in admincp

To delete ladders, click pencil and then "Delete". (Single click brings up menu of admin options, double click takes you straight to edit page)

ReMarkable1991 11 Aug 2015 13:29

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.

ProFifaLeagues 22 Aug 2015 13:50

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

OPsNaStYM0FO 27 Aug 2015 02:10

Date error in tournaments section not sure if anywhere else! It only goes up to 2014

OPsNaStYM0FO 27 Aug 2015 02:16

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

ProFifaLeagues 27 Aug 2015 09:51

Quote:

Originally Posted by OPsNaStYM0FO (Post 2553710)
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



shows to 2020 year on our install mate

OPsNaStYM0FO 27 Aug 2015 17:25

not on mine http://criticalxgaming.com/tournaments.php

OPsNaStYM0FO 27 Aug 2015 17:33

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

squidsk 27 Aug 2015 20:08

Quote:

Originally Posted by OPsNaStYM0FO (Post 2553768)
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

It doesn't actually have more errors if you knew anything about php, which clearly you don't. A warning has no impact on the actual running of the script. The reason you have those warnings is you are using a version of php that this mod was not designed for. Further it didn't take me long to find out how to fix the issues you're complaining about. Since you didn't want to search for solutions I've kindly decided to quote the posts that tell you how to fix the problems you're describing. For the fix by ozzy you can also upgrade to 4.2.3 in order to get the same fix, which you should be doing since 4.2.3 is the only version that supports php 5.4+.

Quote:

Originally Posted by ozzy47 (Post 2529889)
Open your includes/config.php file and below <?php add the following.


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

So it looks like this:

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

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.

This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.

Quote:

Originally Posted by JJBB (Post 2530931)
Hi there,
I got this mod installed recently but I'm having two problems which need some help here (vb4.2.2):

1, The 'Year' on create tournament date has capped to 2014. Am I doing something wrong on installing or Can I fix it somewhere?

https://www.vbulletin.org/forum/external/2015/08/5.png

2, The tournament stats on user postbit or profile are only updating the individual record. Team record doesn't count. Is this by design?

https://www.vbulletin.org/forum/external/2015/08/6.png

Thanks in advance!
JJBB

Quote:

Originally Posted by pantasd (Post 2532951)
I find solutions for me in Style Manager edit default template in Tournament and Ladders Templates » edit tmnt_edit and tmnt_new

Just find <select name="year" title="year" tabindex="1"> and add new year :)


vN CrazyEddy vB 22 Sep 2015 23:27

Strict Standards: Only variables should be assigned by reference in /home/projectgaming/public_html/teams.php on line 88


How Can I fix this error?

How can I do?
by vicking74
23 Sep 2015 14:22

1 Attachment(s)
Hi

I ve installed but can not activate it. How can I do?

Thanks

ProFifaLeagues 23 Sep 2015 21:11

Quote:

Originally Posted by vicking74 (Post 2555597)
Hi

I ve installed but can not activate it. How can I do?

Thanks


Make sure you have set the permissions for your usergroups

friendlymela 06 Oct 2015 08:50

Its interesting for members

twistedsoul 24 May 2016 07:49

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

New issue
by twistedsoul
05 Aug 2016 10:33

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.

New issue
by twistedsoul
05 Aug 2016 10:36

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

bananalive 07 Aug 2016 12:06

Quote:

Originally Posted by twistedsoul (Post 2574387)
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

Hi, can you PM or email me a link and I can look into this.

twistedsoul 07 Aug 2016 13:28

emailed web address and a temp admin account to you. I appreciate the help! =)

twistedsoul 09 Aug 2016 20:26

issue fixed. awesome =)) Thank you banana!!!!

JoKeRxbLaCk 18 Aug 2016 07:55

Quote:

Originally Posted by bananalive (Post 2574455)
Hi, can you PM or email me a link and I can look into this.

Hi, how can i add some fields in the matchfinder when i want to create a challange? I can see only:
-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..

snapcstrike 26 Aug 2016 01:44

Quote:

Originally Posted by twistedsoul (Post 2574387)
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

hi @bananalive

I have same problem like this, how can we fix it ?

Dieter27 31 Aug 2016 21:52

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

vze2yqtm 17 Jan 2017 11:17

Hi, I get a blank page when I try to join a competition, thanks in advance for your help :)

bananalive 02 Mar 2017 20:08

Quote:

Originally Posted by vze2yqtm (Post 2580975)
Hi, I get a blank page when I try to join a competition, thanks in advance for your help :)

Can you PM / email me a link to your website and i'll have a look. Cheers

lostrevel 13 Sep 2017 17:50

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.

HTMMinion 21 Sep 2017 17:10

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!

fookaa 01 Oct 2017 14:00

Hey Bannalive...

Just looking at statinmg up some new ladders after not using the mod for a few years and i can only select dates 2005 to 2015...

Does this on new ladders and new leagues but when i make soem edits in tmnt_edit and tmnt_new to add more years it only works for new tournaments not the ladders or leagues :(

Any advice pls m8 :D

fookaa 02 Oct 2017 13:24

Quote:

Originally Posted by fookaa (Post 2590189)
Hey Bannalive...

Just looking at statinmg up some new ladders after not using the mod for a few years and i can only select dates 2005 to 2015...

Does this on new ladders and new leagues but when i make soem edits in tmnt_edit and tmnt_new to add more years it only works for new tournaments not the ladders or leagues :(

Any advice pls m8 :D

Ok never mind I updated :D

1 question, im seeing errors when making and closing tickets it says something like

"can not find phrase 'insertticket'" and for close ticket ect...

bananalive 22 Dec 2017 16:10

1 Attachment(s)
Quote:

Originally Posted by fookaa (Post 2590212)
Ok never mind I updated :D

1 question, im seeing errors when making and closing tickets it says something like

"can not find phrase 'insertticket'" and for close ticket ect...

Are you using latest version? I've double checked and insertticket phrase is included.

twistedsoul 16 Mar 2018 02:47

nevermind I found it in the postbit.

tandalier 28 Nov 2018 23:53

Is there an update planned for vb5? Would definitly pay to use it.

RGL Griff XV 28 Feb 2020 21:19

Hello,I was wondering if you could tell me what I am doing wrong?. I am using this plug in.
redemptiongaming.com/competitions.php is the link to my website.
I have uploaded all the documents to the correct area but I still get an error message hen you go that link.

Forcemu 11 Feb 2022 03:18

How to change its date? im trying to create but the maximum date year was 2020 only

Forcemu 11 Feb 2022 03:41

nvm thanks i found it at product-tournament2008.xml


All times are GMT. The time now is 18:40.

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.