Forums
(@jbjorgen)
10 years, 8 months ago
I’ll shoot you some code soon. I’m at a conference, so I’ll get to it as soon as I can.
I actually don’t want the number to change unless I change it manually. This is for https://thebjorgens.net
12 years, 2 months ago
Thanks Sebastian. I’ll look forward to it. Then I won’t have to find this thread again every time I need to re-establish permissions with facebook ??
“The three great virtues of a programmer are laziness, impatience, and hubris” – Larry Wall
Thanks. Used this tonight and it worked well. If you know the changes that would need to be made to the code, you could post something like:
Line 64: replace
myVar = x + 1;
with
myVar = y + 1;
And then you wouldn’t have to worry about legal implications because each user would be making their own changes.