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)

sutto 09-01-2012 06:46 AM

Hi Dom,

Display issue:

http://i.imgur.com/JJsuB.png


Also, when removing a team from a payed comp, can there be an automated refund process for credits?

And; can there be an option to display team credits. Much like the 'Other Users' Credit' option with the ability to give/take credits from teams as well. In addition having the ability to view transaction with the option to refund. (rather than having to use give/take credits).

Morpheuss89 09-01-2012 12:55 PM

I'm really interested in premium version but only if bananalive can confirm that ALL previous bugs (or similars) reported are fixed.

I also got one question, is possibile to have (in automatic) always clean the ladder from inactives players/teams ? like ESL, if u do not play for X time u are automatically kicked from the ladder.



Quote:

Originally Posted by sutto (Post 2361642)
when removing a team from a payed comp, can there be an automated refund process for credits?

And; can there be an option to display team credits. Much like the 'Other Users' Credit' option with the ability to give/take credits from teams as well. In addition having the ability to view transaction with the option to refund. (rather than having to use give/take credits).

quote !

Jamie G 09-02-2012 12:37 AM

Couple of questions regarding styling guys - lots of pages so I am not sure if it has already been answered.

On a tournament page, for instance, Counterstrike, you have the boxes as follows

CS:GO Tournaments CS:GO Ladders CS:GO Leagues - This looks too squashed as my style is fixed width, as below.
https://vborg.vbsupport.ru/

So I'd like them stacked and not side by side. What template and what edit will I need to do to fix this?

I'd like it so instead of being side by side, they were like this.

CS:GO Tournaments
CS:GO Ladders
CS:GO Leagues

Secondly - I want to use the banner rotator, but it's all out of shape as stock. Has anyone fixed the css so it displays correctly on a fixed width template. In my mind, the carosuel should be self-contained within the image properties, but it's bursting out

https://vborg.vbsupport.ru/
So I'd like the text and description field entirely contained within the image. Ideally, I'd also like the image to be 980px. I tried fiddling with the .css, but the tags aren't very clear on what you're editing. Has someone already done this, and if so do you mind sharing the .css you customised to achieve it


I'll very much appreciate any assistence.

bananalive 09-02-2012 06:43 PM

Quote:

Originally Posted by Jamie G (Post 2361857)
Couple of questions regarding styling guys - lots of pages so I am not sure if it has already been answered.

On a tournament page, for instance, Counterstrike, you have the boxes as follows

CS:GO Tournaments CS:GO Ladders CS:GO Leagues - This looks too squashed as my style is fixed width, as below.
http://ahyoushot.me/Example.png

So I'd like them stacked and not side by side. What template and what edit will I need to do to fix this?

I'd like it so instead of being side by side, they were like this.

CS:GO Tournaments
CS:GO Ladders
CS:GO Leagues

Secondly - I want to use the banner rotator, but it's all out of shape as stock. Has anyone fixed the css so it displays correctly on a fixed width template. In my mind, the carosuel should be self-contained within the image properties, but it's bursting out

http://ahyoushot.me/Example2.png
So I'd like the text and description field entirely contained within the image. Ideally, I'd also like the image to be 980px. I tried fiddling with the .css, but the tags aren't very clear on what you're editing. Has someone already done this, and if so do you mind sharing the .css you customised to achieve it


I'll very much appreciate any assistence.

Edit template tmnt_index_c

HTML Code:

<div id="box_4385th" style="margin-top: 10px; display: table; width: 100%;">
<div style="display:table-row;">

Replace with

HTML Code:

<div id="box_4385th" style="margin-top: 10px; display: table; width: 100%;">
<div style="">

Then below in same template find four of

HTML Code:

<div style="display: table-cell;
Replace with

HTML Code:

<div style="

----

Banner

Edit barousel_demo.css

Width is barousel_nav and barousel_content

bananalive 09-02-2012 07:01 PM

Quote:

Originally Posted by Morpheuss89 (Post 2361717)
I'm really interested in premium version but only if bananalive can confirm that ALL previous bugs (or similars) reported are fixed.

I also got one question, is possibile to have (in automatic) always clean the ladder from inactives players/teams ? like ESL, if u do not play for X time u are automatically kicked from the ladder.





quote !

Updates are released as bugs are found

I'll add that into next version.

Morpheuss89 09-02-2012 07:44 PM

thanks !! I'm waiting it ;)

bananalive 09-02-2012 08:46 PM

Quote:

Originally Posted by sutto (Post 2361642)
Hi Dom,

Display issue:

http://i.imgur.com/JJsuB.png


Also, when removing a team from a payed comp, can there be an automated refund process for credits?

And; can there be an option to display team credits. Much like the 'Other Users' Credit' option with the ability to give/take credits from teams as well. In addition having the ability to view transaction with the option to refund. (rather than having to use give/take credits).

Added refund button

bananalive 09-02-2012 08:55 PM

Quote:

Originally Posted by killerbeez (Post 2361508)
Alright, those files were uploaded and seem to work (the date hasn't reached so I'm not sure if it completely works). Now the issue is that teams can not sign up as reserves.

http://www.killerbeesgaming.com/tour...t-Supremacy-#1

Shouldn't it also say, accepting players still until the check in time/date listed instead of in progress?

Changed status in next version.

bananalive 09-02-2012 09:10 PM

Quote:

Originally Posted by holzy40 (Post 2361432)
I was wondering if this can be changed:

When users report their score, Team A reports 2-0 and Team B reports 0-2 it just keeps waiting for the the score to get confirmed. Any way to change this by making it a disputed match, instead?

Most users on my site just keep submitting the score over and over again and don't know that they are to dispute the match.

Is their anyway that you can make it so that once both teams have reported the scores and they don't match up, that the match goes to automatic disputed match!? for example, Team A 2-0, Team B 0-2, therefore the match is disputed and not waiting for teams to confirm / submit scores.


Edit: Then once it goes to disputed it will let user know the match has been disputed etc.

Added to next version

Jamie G 09-02-2012 10:32 PM

Quote:

Originally Posted by bananalive (Post 2362053)
Edit template tmnt_index_c

HTML Code:

<div id="box_4385th" style="margin-top: 10px; display: table; width: 100%;">
<div style="display:table-row;">

Replace with

HTML Code:

<div id="box_4385th" style="margin-top: 10px; display: table; width: 100%;">
<div style="">

Then below in same template find four of

HTML Code:

<div style="display: table-cell;
Replace with

HTML Code:

<div style="

Did as you stated, but it returns this. It now displays correctly, but I am a little worried by this message.

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3965

The following error occurred when attempting to evaluate this template:
%1$s
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


All times are GMT. The time now is 11:39 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.02724 seconds
  • Memory Usage 1,767KB
  • 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
  • (8)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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