Login

russian armor

COH2.ORG new features/fixes

PAGES (7)down
8 Dec 2014, 15:06 PM
#101
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Fixed a bug where newly registered users were unable to create new threads in certain cases (About a week ago) This caused a lot of empty threads (no first post)
  • Fixed a redirect loop
  • Fixed a bug where in some situations users would receive notifications of them quoting themselves
Seb
9 Dec 2014, 19:28 PM
#102
avatar of Seb
Admin Black Badge

Posts: 3709 | Subs: 2

  • Attempt to improve site stability (sorry for all the downtime recently !), hopefully the next few days will show if that turns out better (or not, in which case further improvements will be considered)
  • Fixed players and armies info for replay section on the previous patch... (yes, new patch is today and replays aren't working, we'll fix that ASAP)
Seb
9 Dec 2014, 20:02 PM
#103
avatar of Seb
Admin Black Badge

Posts: 3709 | Subs: 2

  • Fixed parsing for latest replays as well :) (unfortunately it seems the SteamID is not present on the replay file anymore - since 3 month or something already - so we can't link automatically the player name to its player card anymore... If anyone knows more?)
21 Dec 2014, 19:34 PM
#104
avatar of AmiPolizeiFunk
Admin Black Badge
Patrion 15

Posts: 16697 | Subs: 12

We now have a Media Kit with some of our logos and a 10s sizzle video available for anybody who would like to use them. We appreciate the many of you who have already added our logo and homepage link to your stream pages.

http://www.coh2.org/site/mediakit

I put it together and Janne252 banged out the code. There is a new permanent link to this kit in our footer. Thx Janne!
30 Dec 2014, 21:41 PM
#105
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Added snow
  • Added snowball fights (art created by our very own senior artist StrummingBird)

19 Jan 2015, 21:04 PM
#106
avatar of AmiPolizeiFunk
Admin Black Badge
Patrion 15

Posts: 16697 | Subs: 12

Today we moved to a new server with 2x the RAM. Thx Seb for conducting the move and ntd for updating DNS <444>3. Let's keep growing!
7 Feb 2015, 10:48 AM
#107
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Fixed some issues with notifications and improved notification tools & performance
    • Notifications will now work with subscribed Replay/News/Guide threads

10 May 2015, 07:48 AM
#108
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

New BBCode tag: sourcecode


  • Can be accessed in the full BBCode editor via code button (between quote and spoiler)
  • Supports:
    • Lua/SCAR
    • HTML
    • CSS
    • JavaScript
    • PHP


Examples:



Lua/SCAR

Code
[sourcecode=lua]function OnInit()
for i = 1, World_GetPlayerCount() do
local player = World_GetPlayerAt(i)
Player_SetPopCapOverride(player, 200)
end
end
Scar_AddInit(OnInit)[/sourcecode]

function OnInit()
for i = 1, World_GetPlayerCount() do
local player = World_GetPlayerAt(i)
Player_SetPopCapOverride(player, 200)
end
end
Scar_AddInit(OnInit)


HTML

Code
[sourcecode=html]<html>
<head>
<title>My site</title>
<meta charset="UTF-8" />
</head>
<body>
<h1 id="mainHeader">Welcome</h1>
</body>
</html>[/sourcecode]

<html>
<head>
<title>My site</title>
<meta charset="UTF-8" />
</head>
<body>
<h1 id="mainHeader">Welcome</h1>
</body>
</html>


CSS

Code
[sourcecode=css]html, body {
font-family: arial;
background-color: rgba(255, 0, 0, 0.1);
}[/sourcecode]

html, body {
font-family: arial;
background-color: rgba(255, 0, 0, 0.1);
}


JavaScript

Code
[sourcecode=js]$(document).ready(function()
{
$('a').click(function(e)
{
alert("link clicked!");
});
}[/sourcecode]

$(document).ready(function()
{
$('a').click(function(e)
{
alert("link clicked!");
});
}


PHP

Code
[sourcecode=php]echo "<ul>";
for ($i = 1; $i <= 10; $i++)
{
echo "<li>{$i}</li>";
}
echo "</ul>";[/sourcecode]

echo "<ul>";
for ($i = 1; $i <= 10; $i++)
{
echo "<li>{$i}</li>";
}
echo "</ul>";

19 Jul 2015, 08:05 AM
#109
avatar of AmiPolizeiFunk
Admin Black Badge
Patrion 15

Posts: 16697 | Subs: 12

  • Seb has fixed the REPLAYS parser yet again! <444>3
Seb
24 Jul 2015, 17:33 PM
#110
avatar of Seb
Admin Black Badge

Posts: 3709 | Subs: 2

I'm pretty sure we forgot to put tons of stuff in here, but here's a good one :

- Site speed improved significantly during this week : first by using nginx instead of Apache for serving static files and reverse proxy, and then by removing Apache entirely and using HHVM for PHP
30 Jul 2015, 16:32 PM
#111
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Fixed a z-index related issue with OCF prize pool overlay
  • Updated OCF Progress page flag with a new version, created by TM.Dutchy
  • Added support for crowd-funded events; contribution page, prize pool counter, top contributors, contribution level badges
11 Aug 2015, 13:24 PM
#112
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

Added support for embedding Bandcamp tracks:

Code
[bandcamp album="albumID" track="trackID"]


For example:
Code
[bandcamp album="528738492" track="1763589514"]


Result:


How to obtain the IDs:

  • Click "Share / Embed" on a track page on Bandcamp.com
  • Click "Embed this track"
  • Select any of the available player sizes
  • Copy the code (Make sure html is checked)
  • Find the 2 required ID numbers from the code:
    <iframe style="border: 0; width: 100%; height: 42px;" src="http://bandcamp.com/EmbeddedPlayer/album=528738492/size=small/bgcol=ffffff/linkcol=0687f5/track=1763589514/transparent=true/" seamless><a href="http://lynskey.bandcamp.com/album/snf">SNF by Lynskey</a></iframe>

  • Place them in the BBCode, don't forget the quotes!
  • Done!
3 Sep 2015, 15:49 PM
#113
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Updated ladders and playercards to support The British Forces.


Signature version is yet to be updated.
4 Sep 2015, 13:21 PM
#114
avatar of Puppetmaster
Patrion 310

Posts: 871

I take it currently there is no way to display all 5 factions in the same column? I wanted to display my newly aquired Brit rank but it will only display 4.
5 Sep 2015, 18:58 PM
#115
avatar of AmiPolizeiFunk
Admin Black Badge
Patrion 15

Posts: 16697 | Subs: 12

  • REPLAYS section now supports The British Forces (Seb)
10 Sep 2015, 20:22 PM
#116
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Playercards UKF tab now displays The British Forces soldiers based on the most played mode



10 Sep 2015, 20:35 PM
#117
avatar of AmiPolizeiFunk
Admin Black Badge
Patrion 15

Posts: 16697 | Subs: 12

14 Sep 2015, 12:40 PM
#118
avatar of PoDuHa-MaTb 3oBeT

Posts: 11

New improvements to playercard BBCode:

In addition to previous syntax, you can now specify 4 stats to display in your playercard.

Here's the new syntax:













Playercard of Jesulin

2v2: Pstreak: + 14with Marcus2389
2v2: Pstreak: - 3with Marcus2389
2v2: Pstreak: + 1with Milk Please!
2v2: Pstreak: + 6with Shrillo




Code
[playercard name="jesulin" stats="1373125:21,1373125:20,1200392:20,1201547:20"]

  • playercard id=COH2.ORG userId OR Steam64 Id are also supported, just like in the previous update


You might wonder where do you get these magical numbers.

I'm using Jesulin's full playercard in this example. To get started with adding 4 stats of your choice to the playercard BBCode, visit your playercard on COH2.ORG by moving your mouse over LADDERS in the top navigation bar and select My Playercard.

Move your mouse over any row in the statistics. You'll notice how a small white box appears next to the row. Move your mouse over the the textbox in the appearing box and press Control + C to copy the text. The code will be automatically selected in the textbox.


Image #1: Mouse over a stat row


Image #2: Mouse over a stat Id textbox

Paste that code to your playercard BBCode. Separate multiple Ids with commas, i.e.

Code

Theoretical example:
[playercard name="Jesulin" stats="code1,code2,code3,code4"]

Working example:
[playercard name="jesulin" stats="1373125:21,1373125:20,1200392:20,1201547:20"]


If one of the stats codes are invalid, it will be displayed in the playercard.

Note! You cannot display stat rows from multiple playercards. All 4 selected stats must be from the same Playercard as the id = COH2.ORG user Id / Steam64 Id OR name = "COH2.ORG Username"

This customization is mainly for displaying arranged team stats but it can also display normal ranked / random ranked statistics. You don't have to fill in all 4.


Hey, how could I add my playercard (like it is in my signature) to my twitch panel?
15 Oct 2015, 18:01 PM
#119
avatar of Janne252
Admin Black Badge
Patrion 15

Posts: 3421 | Subs: 11

  • Added Twitch-like highlight effect on shoutbox when someone says @YOURNAME
  • Added autocomplete feature to the shoutbox
  • How to use:
    • Start by typing @, followed by at least one character
    • You can autocomplete the name of the user by either pressing Tab or scrolling the list with arrow keys (Press enter to complete)



29 Jan 2016, 10:48 AM
#120
avatar of Mithiriath
Director of Social Media Badge

Posts: 830 | Subs: 3

Thanks for push notification in web browser. :thumb:
PAGES (7)down
1 user is browsing this thread: 1 guest

Ladders Top 10

  • #
    Steam Alias
    W
    L
    %
    Streak
Data provided by Relic Relic Entertainment

Replay highlight

VS
  • U.S. Forces flag cblanco ★
  • The British Forces flag 보드카 중대
  • Oberkommando West flag VonManteuffel
  • Ostheer flag Heartless Jäger
uploaded by XXxxHeartlessxxXX

Board Info

317 users are online: 1 member and 316 guests
NorthWeapon
18 posts in the last 24h
44 posts in the last week
100 posts in the last month
Registered members: 44647
Welcome our newest member, Vassarh9
Most online: 2043 users on 29 Oct 2023, 01:04 AM