I've added support for a few select colors, font sizes, and lists. Don't abuse them.
quote this post if you need to see usage
lists:
- first item
- second item
- third item...
numbered lists
- first item
- second item
- third item...
hello
hello
hello
hello
hello
lists:
[list]
[*] first item
[*] second item
[*] third item...
[/list]
numbered lists
[olist]
[*] first item
[*] second item
[*] third item...
[/olist]
[size=16][color=red]hello[/color][/size]
[size=14][color=green]hello[/color][/size]
[color=blue]hello[/color]
[size=11][color=green]hello[/color][/size]
[size=10][color=red]hello[/color][/size]
- hello?
1a
2a
3a
- 1a
2a <~~~~ not sure how this one works? the "olist" one.
3a
[*] 1a
[*] 2a
[*] 3a
1a
2a
3a
1a
2a
3a
4a
5a
1a
2a
3a
[/list]
[olist]1a
2a <~~~~ not sure how this one works? the "olist" one.
3a[/olist]
[*] 1a
[*] 2a
[*] 3a
[color=red]1a[/color]
[color=green]2a[/color]
[color=blue]3a[/color]
[size=16]1a[/size]
[size=14]2a[/size]
[size=12]3a[/size]
[size=11]4a[/size]
[size=10]5a[/size]
oooooooooooooo
[size=1][color=red]o[/color][/size][size=2][color=red]o[/color][/size][size=3][color=red]o[/color][/size][size=4][color=red]o[/color][/size][size=6][color=red]o[/color][/size][size=7][color=red]o[/color][/size][size=8][color=red]o[/color][/size][size=9][color=red]o[/color][/size][size=10][color=red]o[/color][/size][size=11][color=red]o[/color][/size][size=12][color=red]o[/color][/size][size=13][color=red]o[/color][/size][size=14][color=red]o[/color][/size][size=15][color=red]o[/color][/size]
This didn't quite work as intended.
Anyway, great addition. Thanks.
[code][size=1][color=red]o[/color][/size][size=2][color=red]o[/color][/size][size=3][color=red]o[/color][/size][size=4][color=red]o[/color][/size][size=6][color=red]o[/color][/size][size=7][color=red]o[/color][/size][size=8][color=red]o[/color][/size][size=9][color=red]o[/color][/size][size=10][color=red]o[/color][/size][size=11][color=red]o[/color][/size][size=12][color=red]o[/color][/size][size=13][color=red]o[/color][/size][size=14][color=red]o[/color][/size][size=15][color=red]o[/color][/size][/code]
This didn't quite work as intended.
Anyway, great addition. Thanks.
test
edit: are there plans for more colors later?
edit: are there plans for more colors later?
- test
- test
- test
[*] [color=green][size=10]test[/size][/color]
[*] [color=blue]test[/color]
[*] [color=red][size=16]test[/size][/color]
[/list]
alias primary_xhair "circle; yellow; no_xhair" // slot 1 default
alias secondary_xhair "default_xhair; yellow; no_xhair" // slot 2 default
alias melee_xhair "circle; yellow; no_xhair" // slot 3 default
alias sniper_xhair "dot; yellow; no_xhair"
alias scout_xhair "default_xhair; yellow; no_xhair"
// crosshair types
alias "default_xhair" "exec competitive/reset_default_crosshair.cfg"
alias "plus_dot" "cl_crosshair_file crosshair1"
alias "tee_dot" "cl_crosshair_file crosshair2"
alias "circle" "cl_crosshair_file crosshair3"
alias "ex" "cl_crosshair_file crosshair4"
alias "dot" "cl_crosshair_file crosshair5"
alias "plus_no_dot" "cl_crosshair_file crosshair6"
alias "solid_plus" "cl_crosshair_file crosshair7"
// crosshair colors
alias "white" "cl_crosshair_red 255; cl_crosshair_blue 255; cl_crosshair_green 255"
alias "grey" "cl_crosshair_red 170; cl_crosshair_blue 170; cl_crosshair_green 170"
alias "black" "cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 0"
alias "red" "cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 0"
alias "blue" "cl_crosshair_red 0; cl_crosshair_blue 255; cl_crosshair_green 0"
alias "green" "cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 255"
alias "yellow" "cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 255"
alias "purple" "cl_crosshair_red 255; cl_crosshair_blue 255; cl_crosshair_green 0"
alias "teal" "cl_crosshair_red 0; cl_crosshair_blue 255; cl_crosshair_green 255"
alias "orange" "cl_crosshair_red 255; cl_crosshair_blue 85; cl_crosshair_green 170"
alias secondary_xhair "default_xhair; yellow; no_xhair" // slot 2 default
alias melee_xhair "circle; yellow; no_xhair" // slot 3 default
alias sniper_xhair "dot; yellow; no_xhair"
alias scout_xhair "default_xhair; yellow; no_xhair"
// crosshair types
alias "default_xhair" "exec competitive/reset_default_crosshair.cfg"
alias "plus_dot" "cl_crosshair_file crosshair1"
alias "tee_dot" "cl_crosshair_file crosshair2"
alias "circle" "cl_crosshair_file crosshair3"
alias "ex" "cl_crosshair_file crosshair4"
alias "dot" "cl_crosshair_file crosshair5"
alias "plus_no_dot" "cl_crosshair_file crosshair6"
alias "solid_plus" "cl_crosshair_file crosshair7"
// crosshair colors
alias "white" "cl_crosshair_red 255; cl_crosshair_blue 255; cl_crosshair_green 255"
alias "grey" "cl_crosshair_red 170; cl_crosshair_blue 170; cl_crosshair_green 170"
alias "black" "cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 0"
alias "red" "cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 0"
alias "blue" "cl_crosshair_red 0; cl_crosshair_blue 255; cl_crosshair_green 0"
alias "green" "cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 255"
alias "yellow" "cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 255"
alias "purple" "cl_crosshair_red 255; cl_crosshair_blue 255; cl_crosshair_green 0"
alias "teal" "cl_crosshair_red 0; cl_crosshair_blue 255; cl_crosshair_green 255"
alias "orange" "cl_crosshair_red 255; cl_crosshair_blue 85; cl_crosshair_green 170"[/code]
I like the new features but I think it makes the reply box uglier
are you planning on using the original theme again?
are you planning on using the original theme again?
Pretty cool enigma, one of the few things I was really looking forward to be updated.
I hope there are more sizes / colors added in the future they would really work wonders and be really useful for big threads that have headers, etc etc... I don't think they will turn the forums into a rainbow parade or something, 99% of the forums out there have those options and its not like it did for them either, most it can happen its that it gets abused a bit at the begining because of the novelty factor. And even then it can be controlled by the mods.
As for the reply box, I think these icons are much clearer and sleek and don't make the box uglier as stark said, but its a matter of oppinion I guess. Probably also because he was used to the old format.
Edit: Finally the URL bug was fixed, it was annoying have to add http:// every time by hand, many thanks just for this :)
I hope there are more sizes / colors added in the future they would really work wonders and be really useful for big threads that have headers, etc etc... I don't think they will turn the forums into a rainbow parade or something, 99% of the forums out there have those options and its not like it did for them either, most it can happen its that it gets abused a bit at the begining because of the novelty factor. And even then it can be controlled by the mods.
As for the reply box, I think these icons are much clearer and sleek and don't make the box uglier as stark said, but its a matter of oppinion I guess. Probably also because he was used to the old format.
[b]Edit:[/b] Finally the URL bug was fixed, it was annoying have to add http:// every time by hand, many thanks just for this :)
sd[list]
aa
[/list]sdasdsdaasdsad
aa
[/list][/size][/color]sda[color=red]sdsd[/color][size=11]aasdsad[/size][/color][/size]
>implying we needed additional forum bbcode tags
Is this going to be restricted to TFTV+ as soon as any bugs are wrinkled out?
[*]
- [list]
[size=10][color=red]t[/color][/size][size=11][color=green]e[/color][/size][size=14][color=blue]s[/color][/size][size=16][color=red]t[/color][/size]
[/list]
[list]
[size=10][color=red]t[/color][/size][size=11][color=green]e[/color][/size][size=14][color=blue]s[/color][/size][size=16][color=red]t[/color][/size]
[/list]
[/olist]
hello
hello
hello
hello
hello[/quote]
Ugh. Aside from the largest one, these all appear to be the same color to me. :|
[size=14][color=green]hello[/color][/size]
[color=blue]hello[/color]
[size=11][color=green]hello[/color][/size]
[size=10][color=red]hello[/color][/size][/quote]
Ugh. Aside from the largest one, these all appear to be the same color to me. :|