COH2.ORG new features/fixes
Posts: 16697 | Subs: 12
Posts: 983 | Subs: 3
Livestream
* added: save last view (livestreams drop down menu) as default view
* added: duration (in minutes) line chart to mixed view
todo: polish legend, add viewer line chart
Posts: 983 | Subs: 3
Livestream
* added: viewer tracking
* added: viewer line chart to mixed view
todo: polish legend
Posts: 16697 | Subs: 12
Is viewers "max concurrent viewers"? Or average?
Love these hicksi, really love them. We'll add a legend soon.
Posts: 983 | Subs: 3
duration: blue, total minutes of the day (increased after stream stopped)
viewers: red, total viewers of the day
Posts: 4559 | Subs: 2
Posts: 3709 | Subs: 2
* Added thread lock.
* Added user board option to open links in new tab (last week).
Posts: 16697 | Subs: 12
Look for a post by our Lead Caster, Tommy, about how you can submit your YouTube channel for inclusion in that "Featured Channels" menu list.
Posts: 1620 | Subs: 2
Posts: 16697 | Subs: 12
Results
bbcode example:
[spoiler]all the secret stuff goes here[/spoiler]
Flags
Country flags go by the 2-digit ISO country code, and must be in caps.
PT
[flag]PT[/flag]
Faction flags are as follows:
amis wehr pe brits
[flag]amis[/flag] [flag]wehr[/flag] [flag]pe[/flag] [flag]brits[/flag]
same as SNF S4 intro ^^
Posts: 42
I suggest you add the Russian (Soviet) and German Ostheer flags as well
: rus :
: ost :
Posts: 1620 | Subs: 2
Posts: 487 | Subs: 1
Nice keep them coming. Like the fading of the spoiler.Those flags look quite bad tbh
I suggest you add the Russian (Soviet) and German Ostheer flags as well
: rus :
: ost :
Posts: 3293
Will provide a snippet soon to make showing and hiding nicer
Those flags look quite bad tbh
looks like the ones from eastern front mod i agree especially the Russian one.
Posts: 3709 | Subs: 2
* Deleting the last post of a topic (admin) now correctly updates the "last post" on forum index, instead of displaying none.
Posts: 487 | Subs: 1
Replace this:
$(function () {
$('.spoiler').css('display', 'none');
$('.spoiler_trigger').click(function () {
var hideText = 'Hide Spoiler', showText = 'Show Spoiler';
var $this = $(this);
var $thisSpoiler = $this.next('.spoiler');
var text = $this.text();
var newText = text === showText ? hideText : showText;
$thisSpoiler.toggle('blind');
$this.text(newText);
});
});
With this (remove comments ):
$(function () {
// should be in css, should use hide() function instead (faster)
$('.spoiler').css('display', 'none');
// new-ish good practice is to use on() instead of click(), on() allows easy event namespacing and deferring if needed
$('.spoiler_trigger').on('click', function () {
// cleaned up declared variables that are used only once
var hideText = 'Hide Spoiler', showText = 'Show Spoiler',
$this = $(this),
newText = $this.text() === showText ? hideText : showText;
// this animate thingy should be in, for example UI, namespace and share logic with livestreams one
$this.next('.spoiler').stop().animate({ height:'toggle', opacity:'toggle'}, 'fast');
$this.text(newText);
});
});
Posts: 111
Posts: 16697 | Subs: 12
Posts: 487 | Subs: 1
* Minor bug and optmization fixes, like aligning the pixels in index entries, improving .js, etc.
* Moderating tools were added (bulk actions for lock, unlock, move topic)
* You can now mark multiple threads as read from any index view
* Styled the "Add Livestream" page
Posts: 16697 | Subs: 12
* InverseTV added to the Featured Channels list on the navbar menu
Remember that applications to be included in this list should be sent to Tommy.
Livestreams
36 | |||||
9 | |||||
4 | |||||
2 | |||||
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.829222.789+35
- 2.34857.859+13
- 3.587233.716+3
- 4.1095612.641+19
- 5.882398.689+4
- 6.280162.633+8
- 7.997646.607+1
- 8.379114.769+1
- 9.300113.726-1
- 10.717439.620+1
Replay highlight
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Board Info
4 posts in the last week
23 posts in the last month
Welcome our newest member, zowinfans
Most online: 2043 users on 29 Oct 2023, 01:04 AM