Body btw
said
:
indy direct us to your site so we can start swiping our credit cards to pay you.
I didn't really think it was possible to appreciate Indy more than I normally do; but when times like this come around I really do. I know you are against donations, but if anything, you should at least let us HLF'ers buy you a fancy cup of coffee
Unslain Bosses - Clan
Singularity
said
:
Woo. Hopefully the basics include making links clickable again@!
Yep that's a priority being RS Linkify's namesake.
Keighlea
said
:
-drops off a cuppa so you can enjoy it instead of trying to wake up and make one yourself at the same time-
Ty <3 Just what I need
Hevilmystic
said
:
Body btw
said
:
indy direct us to your site so we can start swiping our credit cards to pay you.
I didn't really think it was possible to appreciate Indy more than I normally do; but when times like this come around I really do. I know you are against donations, but if anything, you should at least let us HLF'ers buy you a fancy cup of coffee
This thread is all I need. Words can't describe it, but if I read any part of this thread I feel more than appreciated. So many posts saying thanks, so many kind words. If I ever need motivation, or need to be cheered up, this thread is where I come. Money can't buy that, a good coffee might come close, but I have all I need right here thanks to the people that post.
Ryan M
said
:
RSOF Main-25 CSS made readable snippit:
http://pastebin.com/hhZEg5UY
Some interesting things in there (and might be helpful to Linkify).
Awesome thank you Ryan M, that will come in very handy
Just realized they had gone and hidden Search Threads to only My Profile... more fun changes now to TM/GM. I like that there are no more RaggedBoxes and I can effectively clone/parent thread sections to move them as I see fit. I thought they would be using <p> in these but I guess that only applied to RuneLabs. Oh well.
Worst offender on the reskin thus far are the
Specific Rules
for sections and having to unfocus/blur #searchname because autofocus is bad.
I'm just posting now what I'm doing in TM to make this easier to handle.
var st = $('<a class="forum-overview-search__link" href="searchthreads.ws">Search Threads</a>');
$(st).insertAfter('.forum-overview-search__link[href="users.ws"]');
$('#searchname').blur();
Edit: .reply-box__area--signature needs to be 90px and not 50px. (My Profile - 4 Lines)
19-Mar-2015 23:19:22
- Last edited on
19-Mar-2015 23:28:34
by
Ryan M
Ryan M
said
:
Just realized they had gone and hidden Search Threads to only My Profile... more fun changes now to TM/GM. I like that there are no more RaggedBoxes and I can effectively clone/parent thread sections to move them as I see fit. I thought they would be using <p> in these but I guess that only applied to RuneLabs. Oh well.
Worst offender on the reskin thus far are the
Specific Rules
for sections and having to unfocus/blur #searchname because autofocus is bad.
I'm just posting now what I'm doing in TM to make this easier to handle.
var st = $('<a class="forum-overview-search__link" href="searchthreads.ws">Search Threads</a>');
$(st).insertAfter('.forum-overview-search__link[href="users.ws"]');
$('#searchname').blur();
Edit: .reply-box__area--signature needs to be 90px and not 50px. (My Profile - 4 Lines)
Thanks Ryan M, I appreciate you sharing what you are doing. I haven't got much to share right now, but linkify's structure will look very different after I update.
Finding a few things tricky and some things better.
For example having the quote/edit buttons outside the post is much better, I can modify the post without breaking attached events. Though for quote events I'll rewrite from scratch anyway. Even so, it's better this way.
Pseudo elements are pain though, thay aren't a part of the dom, and javascript can't see shadow dom, so that's fun. Though I knew it would be like this.
I have got links working and embedding working (will hopefully update soon, after more testing). Though the page is doing odd things to html5 video used by gyfcat and giffy, actually anything that should auto play to mimic a gif has issues. I have got a simple fix for it, but I have to wonder why, since it worked on the old pages.