Media page sucks

Media page sucks

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Media page sucks

Post 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.
Last edited by TradeMark on 05 Feb 2010, 18:30, edited 1 time in total.
User avatar
Jazcash
Posts: 5309
Joined: 08 Dec 2007, 17:39

Re: Media page sucks

Post 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 :P
Auswaschbar
Spring Developer
Posts: 1254
Joined: 24 Jun 2007, 08:34

Re: Media page sucks

Post by Auswaschbar »

Image
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
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Re: Media page sucks

Post by TradeMark »

oh, neat, but i still prefer something visible link.
User avatar
1v0ry_k1ng
Posts: 4656
Joined: 10 Mar 2006, 10:24

Re: Media page sucks

Post by 1v0ry_k1ng »

spring website needs a SCII style high-res battle report video impedded
User avatar
Tribulex
A.N.T.S. Developer
Posts: 1894
Joined: 26 Sep 2009, 21:26

Re: Media page sucks

Post by Tribulex »

Isnt that supposed to be screenshots? Theres a bunch of screens from jaz that have weird blur effects which obviously shooped.
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Media page sucks

Post by hoijui »

we NEEd a bausor plogin that can play demo fiils, using a more fisticated verson of action finder. for IE5 only.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Media page sucks

Post 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.
Master-Athmos
Posts: 916
Joined: 27 Jun 2009, 01:32

Re: Media page sucks

Post 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...
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Re: Media page sucks

Post 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 ? :regret: you dont need to pad tables with images like that lolz. edit: calculated: 45KB out of 67KB useless crap in the HTML :D
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Media page sucks

Post 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.
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Re: Media page sucks

Post 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>";
^_^
Saktoth
Zero-K Developer
Posts: 2665
Joined: 28 Nov 2006, 13:22

Re: Media page sucks

Post by Saktoth »

1v0ry_k1ng wrote:spring website needs a SCII style high-res battle report video impedded
Sucks and its old but meh.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Media page sucks

Post by Tobi »

Thanks, changed now.
Post Reply

Return to “General Discussion”