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
Hiya Ryan M, that looks very nice!

I'll definitely work from that, thank you for sharing :)

Not sure if this tip is any help, but the body ID names the page type. I use this for identifying a number of pages. Example below for threads views.

if (
$('#forums--threadview').length
)
{

// viewing a thread.

}


Edit:

I like the location of the input field, I wasn't sure where to place it. Where you have it works very nicely and fits in well :)

I think the only thing I'll do differently is open the results in a new tab. I think it's nice to have the original page remain open particularly if no results are found.

20-May-2015 08:23:06 - Last edited on 20-May-2015 08:35:54 by Indecent Act

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
That might help me in a few instances that I was using the d+ code. Thanks. :)

Edit: Moving it outside of the buttons like the bump button makes it nicer to look at now that I think about it. Don't really notice it since I've made very few threads to see said button.

http://i.imgur.com/1WAccxl.png
http://i.imgur.com/6fr5WvC.png

#postname {

font-size: 1.2em; //1.3em makes the input field font odd
padding: 4px;
width: 110px;

}


#postnamelbl {

font-size: 1.3em; //makes it same size at 1.2em in the input field
padding: 4px 0 0 20px;

}


#postnamefm {

display: inline;
float: left;
line-height: 39px;

}

20-May-2015 12:03:37 - Last edited on 20-May-2015 12:51:18 by Ryan M

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Ryan M said :
Awesome, that's nice and clean (just saw the tweet). :)


I hoped you'd think it's okay, it's different in some small ways but it's fully modelled from your code.

I've been meaning to do a search for some time but I needed a push to get me going, so big thank you again, I very much appreciate your help :)

Edit: forgot to mention the update.

Update: Version 3.1.8.33 new search option, credit to Ryan M :)

https://pbs.twimg.com/media/CFgu96DUkAEspYh.png

21-May-2015 08:40:52 - Last edited on 21-May-2015 09:19:29 by Indecent Act

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Hevilmystic said :
I haven't spoken to you in a while Indy, I hope everything is okay!

Isn't this a nice coincidence. I was wondering the same about you and sent you an email a few hours ago. A pleasant surprise to log in to RSOF and see a post from you.

Great minds think alike!

And yep all good here, I hope all is well for you too :)

22-May-2015 12:56:59

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