vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Tournaments, Ladders & Leagues Manager v4.x (https://vborg.vbsupport.ru/showthread.php?t=238945)

sergiomc 03-18-2013 10:26 PM

I get this error:

Code:

Fatal error: Class 'vBCms_Route_List' not found in /home/gamezgro/public_html/includes/functions.php on line 3810
I put Aboutteam again and the error persists.

bananalive 03-18-2013 10:29 PM

Quote:

Originally Posted by sergiomc (Post 2410818)
How do I "team website" can only be edited by the forum administrators?

Find in template tmnt_displayteam

HTML Code:

<input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
Replace with

HTML Code:

<vb:if condition="$bbuserinfo['usergroupid']==6">
    <input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
<vb:else />
    <input name="website" type="hidden" id="website" value="{vb:raw team.website}" /> {vb:raw team.website}
</vb:if>


bananalive 03-18-2013 10:37 PM

Quote:

Originally Posted by sergiomc (Post 2410873)
I get this error:

Code:

Fatal error: Class 'vBCms_Route_List' not found in /home/gamezgro/public_html/includes/functions.php on line 3810
I put Aboutteam again and the error persists.

Where do you get the error?

sergiomc 03-18-2013 10:59 PM

in all forum

replacement again?
includes/functions.php

i have backup

bananalive 03-18-2013 11:04 PM

Quote:

Originally Posted by sergiomc (Post 2410880)
in all forum

replacement again?
includes/functions.php

i have backup

Yes dont edit functions.php

sergiomc 03-18-2013 11:08 PM

I can not solve this problem, i leave everything as it was and the problem continues.


I'm looking, /teams.php work good, only the index is broken, how I can fix without backup?


/forums.php no work


Here's an error, maybe this was the problem?
Replace with
PHP Code:

    case 'aboutteam':
        default:
            
$selected_tab 'members';
            break;
    } 

is
PHP Code:

    case 'members':
        default:
            
$selected_tab 'members';
            break;
    } 

------------

Edit:
solved, I made a backup of files, now members tab is default.

sergiomc 03-19-2013 01:57 AM

Quote:

Originally Posted by bananalive (Post 2410874)
Find in template tmnt_displayteam

HTML Code:

<input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
Replace with

HTML Code:

<vb:if condition="$bbuserinfo['usergroupid']==6">
    <input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
<vb:else />
    <input name="website" type="hidden" id="website" value="{vb:raw team.website}" /> {vb:raw team.website}
</vb:if>


I no find this code in tmnt_displayteam

bananalive 03-19-2013 07:47 PM

Quote:

Originally Posted by sergiomc (Post 2410897)
I no find this code in tmnt_displayteam

Sorry i meant "tmnt_editteam"

---

Find in template tmnt_editteam

HTML Code:

<input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
Replace with

HTML Code:

<vb:if condition="$bbuserinfo['usergroupid']==6">
    <input name="website" class="textbox" type="text" id="website" size="40" maxlength="80" value="{vb:raw team.website}" />
<vb:else />
    <input name="website" type="hidden" id="website" value="{vb:raw team.website}" /> {vb:raw team.website}
</vb:if>


betts02 03-20-2013 09:33 PM

Quote:

Originally Posted by betts02 (Post 2407630)
This should be the only options in the setting up of the event really then

Any news on the other issues i posted?

Also i just set a league up with Home And Away fixture and took the option for ladder challenges off

Ladder challenges should not even be an option if its a league

When set it has the Ladder Challenges tab when it should not as its a league

Also i set the group and round to be called Premiership and Match but it still shows up as group and round

Quote:

Originally Posted by betts02 (Post 2407641)
Also how you you change the position of the columns for wins.loss,etc

Current position:

PYD, PD, W, D, L, F, A, STR, XP

When in most leagues and what i want, It should be:

PYD, W, D, L, F, A, PD, STR, XP


Any update on the above ?

sergiomc 03-20-2013 11:32 PM

Quote:

Originally Posted by bananalive (Post 2411032)
Sorry i meant "tmnt_editteam"

Thank you, works perfectly


I would like to display icons in the user profile with these URLs, you can help me with this?
https://vborg.vbsupport.ru/external/2013/03/19.jpg


All times are GMT. The time now is 11:01 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
  • Page Generation 0.03275 seconds
  • Memory Usage 1,764KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_html_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete