41 coaches online • Server time: 10:29
Forum Chat
Log in
Recent Forum Topics goto Post TSC Draftgoto Post 4,000TV!goto Post IBA Draft League
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
Kam



Joined: Nov 06, 2012

Post   Posted: Dec 30, 2012 - 15:08 Reply with quote Back to top

WhatBall wrote:
And for anyone who cares, I just finished updating the main CFFL page again and fixing the historic season 1 through 3 pages. These pages (under the Stats button) have a 3-way toggle for the various season stats, schedule, etc. If you want any code, let me know.

https://fumbbl.com/FUMBBL.php?page=group&op=view&group=7447


Great job: this one is indeed quite inspiring. Do you mind if I steal the idea for the top menu?

Just a question a non BBcode related question: what font did you use for the "Season 3" logo?

@ chaoszwerg: thanks! Smile
Kam



Joined: Nov 06, 2012

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

I've just found a way to do my "random" did you know panels. They're not exactly random, but you can browse through them. An example on this page: http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=718261

I can post the code but it's kinda lengthy. Basically, surround every panel with "block=hide group=something" tags, and make a "next" toggle inside to show the next one. Pretty simple at the end of the day, but it may give ideas to someone.

One could add a "previous" button the same way.
zakatan



Joined: May 17, 2008

Post   Posted: Dec 30, 2012 - 17:08 Reply with quote Back to top

Kam wrote:
I've just found a way to do my "random" did you know panels. They're not exactly random, but you can browse through them. An example on this page: http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=718261

I can post the code but it's kinda lengthy. Basically, surround every panel with "block=hide group=something" tags, and make a "next" toggle inside to show the next one. Pretty simple at the end of the day, but it may give ideas to someone.

One could add a "previous" button the same way.


you can test your bio stuff in the notes function

_________________
Image
Kam



Joined: Nov 06, 2012

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

Quite useful, indeed. Thanks for the tip.

Still working on my bio, but it doesn't seem to bad already: http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=714168

_________________
GLN 17 is out!
Image
WhatBall



Joined: Aug 21, 2008

Post   Posted: Dec 30, 2012 - 20:26 Reply with quote Back to top

Kam wrote:
Still working on my bio, but it doesn't seem to bad already: http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=714168

Looking great!

Please, steal any ideas/code you want from my pages. The font I used is called BloodBowl. Smile
Rabe



Joined: Jun 06, 2009

Post   Posted: Dec 30, 2012 - 23:52 Reply with quote Back to top

Kam wrote:
I can post the code but it's kinda lengthy.

Oh yes, please do so! Great function!

_________________
.
Image
Kam



Joined: Nov 06, 2012

Post   Posted: Dec 31, 2012 - 00:08 Reply with quote Back to top

OK here is the code used for my Sammiches, which loops the "Did you know?".

Beware, spam attack!

Code:
[block=hidden group=DYK id=dyk1]\
[block=panel automargin width=250px]\
[block=panelheader]Did you know?\
[block=floatright pad5][toggle=image group=DYK src=https://fumbbl.com/i/387557 block=dyk2][/block][/block]\
[block=pad10]The Flying Sammiches suffered a grand total of nine fatal injuries in just two games (plus five other serious casualties). Only six players managed to survive both games, and all are now dead or retired, with the notable exception of the legendary treeman Ernst Swiftoak.
[block=center][img]https://fumbbl.com/i/387619[/img][/block][/block]\
[/block]\
[/block]\
\
[block=hidden group=DYK id=dyk2]\
[block=panel automargin width=250px]\
[block=panelheader]Did you know?\
[block=floatright pad5][toggle=image group=DYK src=https://fumbbl.com/i/387557 block=dyk3][/block][/block]\
[block=pad10]Since the Sammiches signed a sponsorship agreement with the Alflingem beer brand offering a life-time supply of ale to the strongest flings of the team, 5 players rolled a double 6.
[block=center][img]https://fumbbl.com/i/387553[/img][/block][/block]\
[/block]\
[/block]\
\
[block group=DYK id=dyk3]\
[block=panel automargin width=250px]\
[block=panelheader]Did you know?\
[block=floatright pad5][toggle=image group=DYK src=https://fumbbl.com/i/387557 block=dyk4][/block][/block]\
[block=pad10]The Sammiches are banned from any competition in Lustria since their last game against the [url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3366209]Srrrann Frrrancisco 49'errrs[/url]. Not only did they win the game, but they also deep fried the whole opposing team after the match, using an old Bretonnian receipt. The historians may still wonder why the Slanns left the Old World, but the Sammiches know the answer: hmmm... Tasty legs!
[block=center][img]https://fumbbl.com/i/387611[/img][/block][/block]\
[/block]\
[/block]\
\
[block=hidden group=DYK id=dyk4]\
[block=panel automargin width=250px]\
[block=panelheader]Did you know?\
[block=floatright pad5][toggle=image group=DYK src=https://fumbbl.com/i/387557 block=dyk1][/block][/block]\
[block=pad10]Both the treemen of the team, Ersnt Swiftoak and Will Oakheart, swore they would never go down again after a disastrous after match party sponsored by the beer Delirium Treemens. Both have learned the skills Dodge and Break Tackle since then. The security officer in charge during the party sent them a letter of congratulations from his hospital bed. Never try to get a tree out of a bar!
[block=center][img]https://fumbbl.com/i/387554[/img][/block][/block]\
[/block]\
[/block]\


So basically, all the DYK are a part of the same group, and I have in this example 4 panels. 3 of them are hidden, and only the 3rd one is printed upon loading the page (no block=hidden).

In each panel/block, there's a toggle=image that shows the next panel when pressed, and hide the others (group hidden blocks behavior), unless it's the last panel/DYK, in which case it shows the 1st one.

I used the same trick to do the top menu of this bio.

I hope it makes sense.
zakatan



Joined: May 17, 2008

Post   Posted: Dec 31, 2012 - 00:28 Reply with quote Back to top

awesome effect. Now just make all the "did you know" blocks of the same size and will be perfect!

the lower logo going up and down looks a bit strange.

_________________
Image
Kam



Joined: Nov 06, 2012

Post   Posted: Dec 31, 2012 - 00:36 Reply with quote Back to top

Tanks. And yeah, I still have work to do, including positioning some of the Did you know? images better. I shall rewrite the presentation as well, which hopefully will be longer, so no more problems with the height of the block. Smile

Bleh, I guess I'll do that next year. Very Happy

_________________
GLN 17 is out!
Image
Qaz



Joined: Apr 28, 2004

Post   Posted: Dec 31, 2012 - 00:52 Reply with quote Back to top

Great bio on the sammiches mate

_________________
Superstition brings bad luck.

"he who has relied least on fortune is established
the strongest"
Niccolo Machiavelli
Rabe



Joined: Jun 06, 2009

Post   Posted: Dec 31, 2012 - 01:08 Reply with quote Back to top

Thanks for the code!

Also: Great team bio! Definitely inspires me... now I only need the time to work out all the stuff about the Agility Monsters. I hope to have a complete bio at the end of 2013. Wink

_________________
.
Image
Scaramanga



Joined: May 01, 2012

Post   Posted: Dec 31, 2012 - 02:20 Reply with quote Back to top

Some great looking bio here !!!!!!!!!!!!!!!

I try to make one for my team and after 2-3 hours of work : http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=719009

any advices are welcomed .
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Jan 01, 2013 - 18:57 Reply with quote Back to top

My attempt at making something noteworthy:
Cult of Shraaaag

_________________
Image
zakatan



Joined: May 17, 2008

Post   Posted: Jan 01, 2013 - 19:00 Reply with quote Back to top

you guys are awesome

can i be part of the cult of Shraaaag?

_________________
Image
Rabe



Joined: Jun 06, 2009

Post   Posted: Jan 02, 2013 - 14:59 Reply with quote Back to top

Is there a way to change the panelheaders (background) color?

I tried to add "bg=blue" to different parts of the code, but the only place where it partly works is the panelheader line - and it still looks wrong: http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=652938

_________________
.
Image
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