
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?



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.

[flag]PT[/flag]
Faction flags are as follows:




[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.
SHOUT IT OUT!




Last Wednesday, 00:16 AM

Last Tuesday, 20:29 PM
Last Tuesday, 02:36 AM
27 Mar 2025, 15:46 PM
27 Mar 2025, 09:34 AM
27 Mar 2025, 09:32 AM
27 Mar 2025, 09:30 AM

27 Mar 2025, 04:31 AM

24 Mar 2025, 02:46 AM
22 Mar 2025, 14:00 PM
20 Mar 2025, 10:16 AM
18 Mar 2025, 19:01 PM
18 Mar 2025, 16:47 PM
Livestreams
![]() |
![]() |
![]() |
14 | ||
![]() |
![]() |
![]() |
11 | ||
![]() |
![]() |
![]() |
8 | ||
![]() |
![]() |
![]() |
7 | ||
![]() |
![]() |
![]() |
5 | ||
![]() |
![]() |
![]() |
5 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.43163.872+9
- 2.57980.879+18
- 3.800454.638-1
- 4.313114.733+9
- 5.12744.743+1
- 6.194101.658-1
- 7.282161.637+1
- 8.371284.566-1
- 9.17773.708+3
- 10.14059.704+7
Replay highlight
-
cblanco ★
-
보드카 중대
-
VonManteuffel
-
Heartless Jäger



Board Info
15 posts in the last week
75 posts in the last month
Welcome our newest member, XxJunkxX
Most online: 2043 users on 29 Oct 2023, 01:04 AM