vBulletin Mods

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

bananalive 21 Jun 2012 13:42

Quote:

Originally Posted by Falcoita (Post 2341405)
Hello, in the "upcoming matches" of a league's detail, could you order the match by date ?

thanks

Emiliano

Done in v5.3.1

Falcoita 21 Jun 2012 13:50

Quote:

Originally Posted by bananalive (Post 2341735)
Done in v5.3.1

Many thanks

EBZ2010 21 Jun 2012 14:29

Quote:

Originally Posted by bananalive (Post 2341733)
It's in next version - v5.3.1

AdminCP -> Competition Settings -> Team Settings -> Limit Usergroup Setting: 'Can add a user to a team' -> No

Bug fix in v5.3.1 too for team urls

Thank you for fixing the Team Profile Links. Nice crown addition. Still can not delete a team member from a team. Same as images attached.

Falcoita 21 Jun 2012 15:52

Quote:

Originally Posted by bananalive (Post 2341735)
Done in v5.3.1

Excuse me, in the first page the output is ok but when press the "more matches" link the output for the new matches was not order by date, could you verify ?

thanks

bananalive 21 Jun 2012 17:00

1 Attachment(s)
Quote:

Originally Posted by EBZ2010 (Post 2341746)
Thank you for fixing the Team Profile Links. Nice crown addition. Still can not delete a team member from a team. Same as images attached.

Link was not showing for simple members list. Fixed in attached file

bananalive 21 Jun 2012 17:01

1 Attachment(s)
Quote:

Originally Posted by Falcoita (Post 2341759)
Excuse me, in the first page the output is ok but when press the "more matches" link the output for the new matches was not order by date, could you verify ?

thanks

Should be fixed in attached file.

Upload to forum directory

EBZ2010 21 Jun 2012 18:57

Thank you works now for deleting members.

KGodel 22 Jun 2012 00:33

So, is there a way to change the max teams for tournament types? I don't understand why it allows us to select more, but then says the max is some other number.

champendk 22 Jun 2012 07:11

In regards to bracketstyle.... Could you have a look at binarybeast.com and maybe add the score like they do in the bracket layout? And maybe use hover the same way, so when you point at a team displayed in the bracket it shows there road to the final if they vent that far. Just a nice little feature :-)

Keep up your stunning work

EBZ2010 22 Jun 2012 11:42

Quote:

Originally Posted by champendk (Post 2341951)
In regards to bracketstyle.... Could you have a look at binarybeast.com and maybe add the score like they do in the bracket layout? And maybe use hover the same way, so when you point at a team displayed in the bracket it shows there road to the final if they vent that far. Just a nice little feature :-)

Keep up your stunning work

I like that bracket layout, and it would be nice also to have that feature of hovering and scores. I would also suggest if possible Bananalive if there could be a color difference from the high seed to the low seed or similar to this bracket as well?

EBZ2010 22 Jun 2012 11:48

1 Attachment(s)
Bananalive;

How can I change the crown image to a .png. I would like to use the below image rather then the .gif you have. Attached is image which will be reduced to 20x15. What file do I have to change the .gif to .png?

Edit: I am sorry I should have checked before asking. I have it correct now by editing the .gif to .png in the product file. The .png image looks better and would show better on all different colored forums.

killerbeez 24 Jun 2012 01:57

I am a premium owner and need some help with the formatting due to my skin.

http://testsite.kbgservers.com/competitions.php?

This is our test site, how do I fix the padding of the top? (They are overlapping)

Also here

http://testsite.kbgservers.com/compe...gue-of-Legends

Rank 1st
Elo Rating 1000
XP 0

Rank, Elo Rating and XP text is black, how do I change that color? Same thing appears on tournament details widget.

On tournament comments, the posted comment box goes way off the side of the site
http://testsite.kbgservers.com/tourn...oL-Test-League

One last thing, is there a possibility of a widget for the front page of content.php? Just a list of current and upcoming tournaments.

EBZ2010 24 Jun 2012 12:00

Quote:

Originally Posted by killerbeez (Post 2342430)
I am a premium owner and need some help with the formatting due to my skin.

http://testsite.kbgservers.com/competitions.php?

This is our test site, how do I fix the padding of the top? (They are overlapping)

Also here

http://testsite.kbgservers.com/compe...gue-of-Legends

Rank 1st
Elo Rating 1000
XP 0

Rank, Elo Rating and XP text is black, how do I change that color? Same thing appears on tournament details widget.

On tournament comments, the posted comment box goes way off the side of the site
http://testsite.kbgservers.com/tourn...oL-Test-League

One last thing, is there a possibility of a widget for the front page of content.php? Just a list of current and upcoming tournaments.

Your forum does not allow guests to see your Tournament/Ladder/League mod. As far as a widget there is a script in the main file called vb4_widgets_cms.html that you can open in browser, and get the code, and add to a cms widget. There are also forum blocks you can create and open vb4_forum_blocks.html to see the different codes you can use.

bananalive 24 Jun 2012 15:27

Quote:

Originally Posted by killerbeez (Post 2342430)
I am a premium owner and need some help with the formatting due to my skin.

http://testsite.kbgservers.com/competitions.php?

This is our test site, how do I fix the padding of the top? (They are overlapping)

Also here

http://testsite.kbgservers.com/compe...gue-of-Legends

Rank 1st
Elo Rating 1000
XP 0

Rank, Elo Rating and XP text is black, how do I change that color? Same thing appears on tournament details widget.

On tournament comments, the posted comment box goes way off the side of the site
http://testsite.kbgservers.com/tourn...oL-Test-League

One last thing, is there a possibility of a widget for the front page of content.php? Just a list of current and upcoming tournaments.

Your custom style does not follow the regular forum tabs, so
1 . AdminCP -> Competition Settings -> General Settings -> Navbar Link -> No
2. And then add a tab manually
- OR -
1. Edit template tmnt_navbar
2. You probably want to remove everything between <ul class="floatcontainer"> and </ul>

-------

The black text is defined by css class, shade. Edit that css class to grey text for example, "color: #eee;"

------
For comment:

1. Edit template tmnt_comment
2. Find <div class="postbithead">
3. Replace with <div class="postbithead" style="width: 80%;">
-------

Look at vb4_widgets_cms.html (in product zip) for front page widgets.

killerbeez 24 Jun 2012 17:53

Thank you, all of that worked.

Last issues though is the comment box is still oddly placed. Also I'm not sure I want to use a white background for that.

I also allowed guests to view the page.


All times are GMT. The time now is 22:45.

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.