Page 1 of 1
Media page sucks
Posted: 05 Feb 2010, 18:24
by TradeMark
http://springrts.com/media.php
Impossible to share certain screenshots, all i can do is link there and tell someone to look at certain screenshot (like thats ever gonna happen).
It needs some link at bottom "open in new window" or "copy link" etc.
Edit: noticed the only way to open it in new window is to right click on the thumbnail and select "open in new window", IMO it should be done with link in the preview too.
Re: Media page sucks
Posted: 05 Feb 2010, 18:29
by Jazcash
I can get the image links quite easy using Firebug (Addon for Firefox). Feel free to ask me for a link and I'll send it your way

Re: Media page sucks
Posted: 05 Feb 2010, 18:30
by Auswaschbar

That highlighted item from the context menu translates to: copy link location, which will give you direct link to full sized image
middle mouse button on 1 of the thumbnails works too
Re: Media page sucks
Posted: 05 Feb 2010, 18:32
by TradeMark
oh, neat, but i still prefer something visible link.
Re: Media page sucks
Posted: 05 Feb 2010, 18:48
by 1v0ry_k1ng
spring website needs a SCII style high-res battle report video impedded
Re: Media page sucks
Posted: 05 Feb 2010, 19:20
by Tribulex
Isnt that supposed to be screenshots? Theres a bunch of screens from jaz that have weird blur effects which obviously shooped.
Re: Media page sucks
Posted: 05 Feb 2010, 19:59
by hoijui
we NEEd a bausor plogin that can play demo fiils, using a more fisticated verson of action finder. for IE5 only.
Re: Media page sucks
Posted: 06 Feb 2010, 11:12
by Tobi
http://github.com/spring/spring-website
There's the code, feel free to improve it.
If you really are going to do it and need a sample database feel free to ask me, then I can probably make one.
Re: Media page sucks
Posted: 06 Feb 2010, 12:53
by Master-Athmos
The thing I don't like is the "Media selector". It's kind of a useless feature as there are so many "bad categories" having just one piece attached to it and unlikely ever getting a second one that fits there. Together with the unsorted list it's hard to find a specific interest...
The rules for the catgories really should be more strict so you don't get several topics about the same stuff under several names while also not using those "useless" category names which don't tell a user anything and will like never get an additional piece of content...
Re: Media page sucks
Posted: 06 Feb 2010, 14:32
by TradeMark
Tobi wrote:http://github.com/spring/spring-website
There's the code, feel free to improve it.
If you really are going to do it and need a sample database feel free to ask me, then I can probably make one.
thanks, im already fixing it.
but eh, its full of shit like this:
Code: Select all
<img src="images/pixel.gif" height="1" width="16" />
someone readed the table propaganda page and believed it ?

you dont need to pad tables with images like that lolz. edit: calculated: 45KB out of 67KB useless crap in the HTML :D
Re: Media page sucks
Posted: 06 Feb 2010, 14:46
by Tobi
Yeah it's quite ugly html. I fixed the frontpage already to just use CSS for that, but since I didn't do anything on media page yet it's still the original.
Re: Media page sucks
Posted: 06 Feb 2010, 15:00
by TradeMark
fixed:
Change Line 467 on /external/lytebox/lytebox.js:
Code: Select all
object.innerHTML = (sTitle == null ? '' : sTitle);
To:
Code: Select all
object.innerHTML = "<a href=\"" + (myLytebox.isSlideshow ? myLytebox.slideArray[myLytebox.activeSlide][0] : myLytebox.imageArray[myLytebox.activeImage][0]) + "\" target=\"_blank\" title=\"Open in new window\" style=\"color:blue\">" + (sTitle == null ? '' : sTitle) + "</a>";
^_^
Re: Media page sucks
Posted: 06 Feb 2010, 15:07
by Saktoth
1v0ry_k1ng wrote:spring website needs a SCII style high-res battle report video impedded
Sucks and its old but meh.
Re: Media page sucks
Posted: 06 Feb 2010, 16:34
by Tobi
Thanks, changed now.