
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.
Livestreams
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.42963.872+7
- 2.52875.876+1
- 3.303163.650+3
- 4.12644.741-1
- 5.312114.732+8
- 6.289112.721+1
- 7.14760.710-2
- 8.271158.632+2
- 9.6717.798+5
- 10.13665.677+4
Replay highlight
-
cblanco ★
-
보드카 중대
-
VonManteuffel
-
Heartless Jäger



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