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-14-2013 07:06 PM

Quote:

Originally Posted by EasyEazy (Post 2409683)
Have you set the correct folder permissions?

Yes, I do not know what may be the problem.

index.html -> \images\teamlogos\ (Directory teamlogos should be CHMOD 777)
index.html -> \images\ladder_avatars\ (Directory ladder_avatars should be CHMOD 777)

sergiomc 03-16-2013 04:35 AM

As I can do to add a profile field here?

I do not know what code to put in tmnt_cmpt

https://vborg.vbsupport.ru/external/2013/03/34.png

Thanks

bananalive 03-16-2013 07:40 PM

Quote:

Originally Posted by sergiomc (Post 2410296)
As I can do to add a profile field here?

I do not know what code to put in tmnt_cmpt

https://vborg.vbsupport.ru/external/2013/03/34.png

Thanks

Edit template and place the following html where you want it:

{vb:raw cmpt.fieldA}

(You probably want it before the <br />)

bananalive 03-16-2013 07:49 PM

Quote:

Originally Posted by JoKeRxbLaCk (Post 2408999)
i've this kind of problem when i click on the ladder on HIDE UNRANKED or when i click on the next page on ladder



it write two times ladders.php.. why?

This is fixed for next version :)

sergiomc 03-17-2013 01:55 AM

Quote:

Originally Posted by bananalive (Post 2410439)
Edit template and place the following html where you want it:

{vb:raw cmpt.fieldA}

(You probably want it before the <br />)

Thank you, now if I could do it


Quote:

Originally Posted by nice_hero60 (Post 2408651)
Hello!!
we are facing a small problem that we can't upload a team logo :
http://take.ms/Wr1T0
i choose my team logo :
http://take.ms/l3djP
after that show me a with window:
http://take.ms/l4lJV
-----------------------------
i need your help please!!!
thanks.

Could you help me solve this problem with the logo of the teams?

We can not upload team logo, write permissions are correct.

bananalive 03-17-2013 09:45 AM

Quote:

Originally Posted by sergiomc (Post 2410492)
Thank you, now if I could do it



Could you help me solve this problem with the logo of the teams?

We can not upload team logo, write permissions are correct.

If you dont upload an team logo, does editing team work?

What server is your website running on?


Have you tried it with different image types? Perhaps jpg? gif?

sergiomc 03-17-2013 07:03 PM

Quote:

Originally Posted by bananalive (Post 2410529)
If you dont upload an team logo, does editing team work?

What server is your website running on?


Have you tried it with different image types? Perhaps jpg? gif?

I try to edit a team several times but I cant upload the logo

My server is a vps, there should be no problems

I try gif, png and jpg

I can give you access to my server, ftp or forum, you just tell me if you need

Thank you

bananalive 03-17-2013 08:39 PM

Quote:

Originally Posted by sergiomc (Post 2410619)
I try to edit a team several times but I cant upload the logo

My server is a vps, there should be no problems

I try gif, png and jpg

I can give you access to my server, ftp or forum, you just tell me if you need

Thank you

Do you want to drop me an email

Code:

admin @ bananalive.org

sergiomc 03-18-2013 05:39 PM

Quote:

Originally Posted by bananalive (Post 2410643)
Do you want to drop me an email

Code:

admin @ bananalive.org

Thanks, now works correctly.


---

How do I put "Team members tab" like defaut tab?

How do I put two icons on the user profiles to show "Team Site" and "This Page"?

How do I "team website" can only be edited by the forum administrators?

https://vborg.vbsupport.ru/external/2013/03/23.jpg

bananalive 03-18-2013 10:16 PM

Quote:

Originally Posted by sergiomc (Post 2410818)

How do I put "Team members tab" like defaut tab?

Find in teams.php
PHP Code:

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

Replace with
PHP Code:

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



All times are GMT. The time now is 05:20 AM.

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.06958 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (10)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