Re: ARCHIVE: Snarkpit v6 Bugs
Posted by reaper47 on
Sun Jun 28th 2009 at 6:29pm
2827 posts
1921 snarkmarks
Registered:
Feb 16th 2005
Location: Austria
I've stumbled upon an old post on this site that linked to a Snarkpit.com/... url. So I was asking myself... at the bottom of your list of more important things to do with this site... would it be theoretically possible to replace references to "Snarkpit.com/..." with "Snarkpit.net/..."?
I know this is so unimportant, it's pretty ridiculous, but I felt like mentioning it.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by larchy on
Mon Jun 29th 2009 at 7:51am
larchy
fluffy teim
super admin
496 posts
87 snarkmarks
Registered:
Jan 14th 2008
Occupation: kitten fluffer
Location: UK
Sorry milkshake, I'll check it out as soon as I get a chance.
That's been mentioned before reaper, and yes it would be very possible to fix it by running a simple script to replace 'snarkpit.com' with 'snarkpit.net' in all posts.
I'm just a little wary of running queries like that on such a large database as the forums since if anything goes wrong it can be a pain to fix (or restore backups...), so I've kinda just left it for the time being.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Kampy on
Sat Aug 8th 2009 at 9:59pm
Kampy
member
304 posts
716 snarkmarks
Registered:
Dec 30th 2003
Occupation: student
Location: Germany
you cant change the personal photo nor can you delete it (avatar works - but photo doesnt)
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by RedWood on
Mon Aug 17th 2009 at 3:42am
RedWood
member
719 posts
652 snarkmarks
Registered:
Sep 13th 2006
I tried to update the second and third pic on my Offload map and it wouldn't work. ctrl f5ing didn't work ether. It look like it upload fine it just never change the pics. Help?
Reality has become a commodity.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by larchy on
Mon Sep 21st 2009 at 6:57am
larchy
fluffy teim
super admin
496 posts
87 snarkmarks
Registered:
Jan 14th 2008
Occupation: kitten fluffer
Location: UK
Not really a bug so much as it just being the way I've done it. I don't really see where there is any sort of problem though, other than perhaps if you're on p3 it isn't showing the p4 link. Can't see the issue in any of the others.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by larchy on
Fri Oct 2nd 2009 at 7:57am
larchy
fluffy teim
super admin
496 posts
87 snarkmarks
Registered:
Jan 14th 2008
Occupation: kitten fluffer
Location: UK
I made a small change as you would need over 100 for the country flag - set it to be 100 or more which is what it's labelled as I think.
If anyone has any ideas for any more things like this then by all means float the idea. If I can find the time I don't mind implementing anything reasonable.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by **Dedi** on
Wed Feb 24th 2010 at 12:35am
Posted
2010-02-24 12:35am
284 posts
39 snarkmarks
Registered:
Dec 21st 2004
Location: Melbourne, Australia
I just noticed, after I added a comment, it says I posted it at 10:30am, however it's 11:30am in Melbourne. I've checked the control panel and in the settings I do have it set in Australian Eastern Time which is appropriate timezone for Melbourne. I'm thinking, it's probably to do with daylight savings, but thought I'd just let you know because it's incorrect.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Orpheus on
Tue Jan 25th 2011 at 2:59am
Orpheus
member
13860 posts
2024 snarkmarks
Registered:
Aug 26th 2001
Occupation: Long Haul Trucking
Location: Long Oklahoma - USA
Small bug: If you are in an article, interview at least and you try to go to your profile, you cannot leave the article.
I was re-reading my interview and clicked on my name at the top that says "Welcome Orpheus!" to go to my profile and it refuse to link there.
From any other page IE "general forums" it works fine though.
The best things in life, aren't things.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Orpheus on
Sun Apr 22nd 2012 at 10:54am
Posted
2012-04-22 10:54am
Orpheus
member
13860 posts
2024 snarkmarks
Registered:
Aug 26th 2001
Occupation: Long Haul Trucking
Location: Long Oklahoma - USA
Dunno if the terms still apply cause my HTML is old. Looks like the table isn't quite big enough to accommodate all the text on that line and it is set up so it will not create a third line. Hence it is crowding the text.
It might help if the word "Downloads" is shrunk to "Dloads" or "DNLD" (or some other acronym.)
The best things in life, aren't things.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Crono on
Sun Apr 22nd 2012 at 11:05pm
Posted
2012-04-22 11:05pm
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
Nobody uses tables anymore. :P I think they're actually defunct as of HTML5.
The actual issue is that there's no CSS to say it should act this way or that depending on width.
Anyway, most of this stuff isn't going to get fixed. It would be nice if it was as simple as altering some style properties ... but it's not.
Obviously, Larchy is gone (though he could be asked to look at something again), but frankly ... the code-base is a mess. It's a bit too clever for its own good. In a vein attempt at elegance it's convoluted and it doesn't even follow standards. (the entire thing is written like HTML encased in PHP, instead of the other way around like it's suppose to be) So when trying to find things, it's very difficult, since everything is a giant fill function of some HTML code to a String which goes through some template system that's entirely useless.
Not to detract from the work done. It's just a very non-conventional hacked approach that is more trouble than it's worth to maintain. (Likely why Larchy left it in the first place :P)
In any case, fixes and updates to the current site are very unlikely as a result. (Most of these issues people have described are actually because there's duplicate implementations of various features in different places ... as a result some behavior works one way from someplace and another way from another, and it's ridiculous trying to track down which is doing what.)
Just a heads up of the situation, I guess.
This reminds me of the stories I'd always hear about old C programmers writing the most convoluted efficient code because it ensured job security since no one else could figure out what the hell was going on.
Blame it on Microsoft, God does.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Orpheus on
Sun Apr 22nd 2012 at 11:45pm
Posted
2012-04-22 11:45pm
Orpheus
member
13860 posts
2024 snarkmarks
Registered:
Aug 26th 2001
Occupation: Long Haul Trucking
Location: Long Oklahoma - USA
My bad I guess. It just seemed possible to search out the word "Downloads" and shortening the word.. But, its really not hurting anything either.
The best things in life, aren't things.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Crono on
Sun Apr 22nd 2012 at 11:56pm
Posted
2012-04-22 11:56pm
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
It would change every iteration of where it's displayed. That's not a great solution.
The better solution would be to detect when there's too many words and cut it off with a " ... " in there to keep everything looking nice.
But I ran into an immediate wall when trying to fix the Spoiler tag issue. I have no idea WHY it happens. It doesn't seem to happen in the area where the spoiler code is, it seems to either happen where it's called or in the regular expression used to detect it.
It immediately felt incredibly futile since these kinds of errors seem to be persistent throughout the site, and it looks more like an issue with design, than programming logic ... so, there's not really a lot you can do to alter what's there outside of tearing stuff out and rewriting it.
Blame it on Microsoft, God does.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Crono on
Mon Apr 23rd 2012 at 12:13am
Posted
2012-04-23 12:13am
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
Yes, dynamic pages are different :P (Though, they were very popular 10 years ago too)
Blame it on Microsoft, God does.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by G4MER on
Mon Apr 23rd 2012 at 6:03am
G4MER
floaty snark rage
member
2460 posts
360 snarkmarks
Registered:
Sep 6th 2003
Location: USA
Like I said, My wife is a programmer, and has written a web page from scratch for KCOS TV, its nothing like this, but I am sure given some time she could work up a nice new page, one that would be easier to fix should it need to be. I will talk to her about it tomorrow, when I get home from work.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Crono on
Tue Apr 24th 2012 at 4:56am
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
Lack of programmers isn't really the issue.
Nib, that's strange. Are you sure there was no reason? :P
One thing I like having with my steam friends list is people I'm actually some sort of friends with, not just acquaintances. It doesn't make sense to have a giant list of 100 people or something (that's what communities are for) where you don't have direct contact with the people very often.
I can tell you that, "Blah blah blah has signed on" gets annoying fast.
Also, spy is not the term for that ... stalker is. :P
Blame it on Microsoft, God does.
Re: ARCHIVE: Snarkpit v6 Bugs
Posted by Crono on
Tue Apr 24th 2012 at 10:14pm
Posted
2012-04-24 10:14pm
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
Oh I think you're right, I think there is per-user control for notifications.
That is strange, for sure. But best not to assume things. It is his account, after all, he can block whomever he wants.
Blame it on Microsoft, God does.