Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
^Yw, and sorry about the lack of info regarding this whole thing. Nice timing with your previous post. It was right at the very moment the update went public :)

Ryan M
That looks really nice. That looks so much more readable, not sure if it's the qfc colour or something else you've done. But it looks good!

Yeah I left the console messages in and most likely will until those scripts actually do something.

I guess you can see what I mean about the structure being different. All pages are determined by their url rather than looking for elements. This means I can get some scripts injected before the dom is ready, or at the very least load only what's needed. Doing it by url was damn tricky, but it seems to be working nicely and has decreased load times.

Still got lots to do, but at least the foundations are there :)

20-Mar-2015 06:15:38 - Last edited on 20-Mar-2015 06:16:09 by Indecent Act

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
Changing the color of all .thread-plate__forum-name and .thread-plate__qfc makes it easier to read as well as making all .thread-plate:nth-child(even) 's to a darker color with a linear-gradient rgba (0.3) makes it much better. It makes the dark and light slightly closer in color, but you can still tell them apart.

Of course it might just be simpler to save one of the plates and darken it in GIMP rather than plastering a long background style on every event nth-child.

Odd: http://www.runescape.com/img/rs3/forums/panel_dark.jpg
Even: http://www.runescape.com/img/rs3/forums/panel.jpg

20-Mar-2015 07:24:55

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Ryan M said :
Changing the color of all .thread-plate__forum-name and .thread-plate__qfc makes it easier to read as well as making all .thread-plate:nth-child(even) 's to a darker color with a linear-gradient rgba (0.3) makes it much better. It makes the dark and light slightly closer in color, but you can still tell them apart.

Of course it might just be simpler to save one of the plates and darken it in GIMP rather than plastering a long background style on every event nth-child.

Odd: http://www.runescape.com/img/rs3/forums/panel_dark.jpg
Even: http://www.runescape.com/img/rs3/forums/panel.jpg

^Subtle, works well. As I said I couldn't put my finger on what it was. Definitely a huge improvement.

A new image might be a good way to go, there is lots of elements there so I can see why you'd consider that. Injecting your own style rules might be worth looking into (for either image change or extra CSS properties). That's what I did for the background on this thread. It's injected before the dom has even loaded. Not sure if that's a viable solution, just thought I'd mention it.

What you've done is so much easier on the eyes, what ever way you go about it will give a nice result :)

Tifa says Hi said :
wow you guys worked so fast! thanks everyone who worked on fixing this extension for the update! it looks great!

Well we need to have embedding sorted and a working lighbox for your awesome doodle thread. It's just a matter of priorities really :)

20-Mar-2015 07:56:53 - Last edited on 20-Mar-2015 07:57:22 by Indecent Act

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
I'm not very good with .each() yet and wonder if there is a nicer way of implementing Post Numbers than what I'm doing. http://pastebin.com/qFewbnDE

I would like to make it run through all possible 100 or more on
window.location.href.match(/showuser/)
, but at the moment it's okay with just the first 10. Just would like to know a nicer method. :)

HTTP://i.imgur.com/rmqRqbA.png

20-Mar-2015 08:38:39

Quick find code: 261-262-33-65181208 Back to Top