12 coaches online • Server time: 07:21
Forum Chat
Log in
Recent Forum Topics goto Post Secret League Americ...goto Post All Star Bowl!goto Post test mode doesnt wor...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
ryanfitz



Joined: Mar 24, 2009

Post   Posted: Dec 18, 2012 - 15:16 Reply with quote Back to top

zakatan, i really enjoyed the holiday body "xmas tree" instead of a pyramid, well done sir Very Happy

here is the NBFL page

while still a work in progress, the niceness of it is on the backend, which allows us to update the divisional standings fairly quickly and easily when we are diligent -Oh yeah, it's approaching playoff time, come boo your most hated NBFL franchise
Woodstock



Joined: Dec 11, 2004

Post   Posted: Dec 18, 2012 - 15:27 Reply with quote Back to top

zakatan wrote:
Woodstock wrote:
The code for the CFFL page is posted by whatball in this thread. You can always bug me if you need help or something.


that's probably the code before C's last additions on icons and buttons, unless WB updated that post.


I just updated it. Admin powah!
zakatan



Joined: May 17, 2008

Post   Posted: Dec 18, 2012 - 15:40 Reply with quote Back to top

Woodstock wrote:
zakatan wrote:
Woodstock wrote:
The code for the CFFL page is posted by whatball in this thread. You can always bug me if you need help or something.


that's probably the code before C's last additions on icons and buttons, unless WB updated that post.


I just updated it. Admin powah!


admins are cool

_________________
Image
zakatan



Joined: May 17, 2008

Post   Posted: Dec 18, 2012 - 15:52 Reply with quote Back to top

ryanfitz wrote:
zakatan, i really enjoyed the holiday body "xmas tree" instead of a pyramid, well done sir Very Happy


Three kills ago was even more a Christmas tree...

_________________
Image
WhatBall



Joined: Aug 21, 2008

Post   Posted: Dec 18, 2012 - 16:16 Reply with quote Back to top

zakatan wrote:
Woodstock wrote:
zakatan wrote:
Woodstock wrote:
The code for the CFFL page is posted by whatball in this thread. You can always bug me if you need help or something.


that's probably the code before C's last additions on icons and buttons, unless WB updated that post.


I just updated it. Admin powah!

admins are cool

Cool, thanks Woodstock.

I'm still playing with a few things, so I will let you know if I come up with any other goodness. Think I will add a team history page chronicling all the teams that have been in the league. (And it gives me a great chance to take a parting jab at those who have left us high and dry mid-season before. Smile )


Last edited by WhatBall on %b %18, %2012 - %16:%Dec; edited 1 time in total
WhatBall



Joined: Aug 21, 2008

Post   Posted: Dec 18, 2012 - 16:18 Reply with quote Back to top

Ehlers wrote:
The CFFL page does look awesome Smile

Well here is mine for WIL where I have combined Panels, Tables and Toggle buttons:

Ebil Zneaky Worshipperz

Thanks to Woodstock for helping me with Width.
And that to Christer for helping me with Layout.

I really like what you did with the two career panels and the toggle button. My only suggestion is to remove the black border and they will look a lot better.
Rabe



Joined: Jun 06, 2009

Post   Posted: Dec 18, 2012 - 18:45 Reply with quote Back to top

How does it work that the hidden text for all buttons appears in the same spot and the one that was activated before vanishes? As far as I got into it, the hidden content for several buttons appears at the same time and in the order you one used the buttons...

_________________
.
Image
Woodstock



Joined: Dec 11, 2004

Post   Posted: Dec 18, 2012 - 18:49 Reply with quote Back to top

You need to make a group:

Code:
[toggle group=somegroup block=block_one label=Show Block 1]\
[toggle group=somegroup block=block_two label=Show Block 2]\
[toggle group=somegroup block=block_three label=Show Block 3]\
[block=hidden group=somegroup id=block_one]This is block one.[/block]\
[block=hidden group=somegroup id=block_two]This is block two.[/block]\
[block=hidden group=somegroup id=block_three]This is block three.[/block]
Ehlers



Joined: Jun 26, 2006

Post   Posted: Dec 18, 2012 - 18:50 Reply with quote Back to top

WhatBall wrote:
Ehlers wrote:
The CFFL page does look awesome Smile

Well here is mine for WIL where I have combined Panels, Tables and Toggle buttons:

Ebil Zneaky Worshipperz

Thanks to Woodstock for helping me with Width.
And that to Christer for helping me with Layout.

I really like what you did with the two career panels and the toggle button. My only suggestion is to remove the black border and they will look a lot better.

Thanks

Removed them now. Dunno how I feel. But if others think it look better this way, I will make it so Smile
WhatBall



Joined: Aug 21, 2008

Post   Posted: Dec 18, 2012 - 18:55 Reply with quote Back to top

Rabe wrote:
How does it work that the hidden text for all buttons appears in the same spot and the one that was activated before vanishes? As far as I got into it, the hidden content for several buttons appears at the same time and in the order you one used the buttons...

It works ok, but there are some weird issues. I just added a second button to the CFFL page if you want to check it out. It may be that I am on an old browser right now, but I think there are some little niggles. Check out the Stats (needs a rename) and Rules buttons here.
Rabe



Joined: Jun 06, 2009

Post   Posted: Dec 18, 2012 - 21:30 Reply with quote Back to top

Thanks, Woodstock! That's a brilliant function, if it works like intended. Smile

WhatBall, the effects are indeed a little bit confusing. Plus, the original tables don't disappear, but are only moved down the page.

_________________
.
Image
WhatBall



Joined: Aug 21, 2008

Post   Posted: Dec 18, 2012 - 21:32 Reply with quote Back to top

Rabe, if you wanted to make the original tables disappear it is possible. You would make them toggle blocks as well that default as visible to start. Not too hard, but I want my stats tables persistent on my page.

_________________
Image
Rabe



Joined: Jun 06, 2009

Post   Posted: Dec 18, 2012 - 21:36 Reply with quote Back to top

Ah, alright. I figured that option from the code Woodstock posted, thought you had done it and the actual effect was one of the "niggles" you mentioned. Smile

_________________
.
Image
WhatBall



Joined: Aug 21, 2008

Post   Posted: Dec 19, 2012 - 04:21 Reply with quote Back to top

Woodstock wrote:
You need to make a group:

Code:
[toggle group=somegroup block=block_one label=Show Block 1]\
[toggle group=somegroup block=block_two label=Show Block 2]\
[toggle group=somegroup block=block_three label=Show Block 3]\
[block=hidden group=somegroup id=block_one]This is block one.[/block]\
[block=hidden group=somegroup id=block_two]This is block two.[/block]\
[block=hidden group=somegroup id=block_three]This is block three.[/block]

Missed this before, thanks. This fixes the weird issues I was having.
Ehlers



Joined: Jun 26, 2006

Post   Posted: Dec 19, 2012 - 11:41 Reply with quote Back to top

How does the code look for making toggle botton into toggle image in regards to work with somegroup block?
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic