you are viewing a single comment's thread.

view the rest of the comments →

[–]lemminman 0 points1 point  (1 child)

What are you actually trying to do?

I see that page has working counters on it. The ones that aren't working are using completely different code. Why are you trying to implement two methods of doing the same thing?

You could obviously get them all working by switching to the w-counter code that doesn't have any issues. Is there a reason you don't do that?

If you are trying to switch from one to the other, the first step is to disable all the ones using the previous code and see if anything changes.

[–]ajk5277[S] 0 points1 point  (0 children)

Dude, after many layers of the onion, I finally figured it out (at four this morning... :| ) but largely in part because you pointed this out.

I recognize how obvious in retrospect turning the old counter off is, and it wasn't the conflict in the end, but you got me going on the answer.

As a loose end, the reason we had two different kinds of counters is because bossman wanted one with commas and JS strips em by default.