Posted May 19, 2015
adaliabooks: I'll work towards that then, and if it doesn't look or work right I can always change how the actual search works once I've implemented it.
I was hoping it might be possible to just have tool tips, but I wasn't sure if that's possible in basic HTML or CSS.
Not sure how using outside scripts works with userscripts but I'll certainly check that out if it's possible.
mrkgnao: Tooltips are HTML. It's the "title" field of the object. I use these too for less obtrusive tooltips (e.g. the flags under regional pricing or under languages). I was hoping it might be possible to just have tool tips, but I wasn't sure if that's possible in basic HTML or CSS.
Not sure how using outside scripts works with userscripts but I'll certainly check that out if it's possible.
Search for replies is implemented and update is available, it basically just finds any post showing the reply icon, which means it finds replies to replies as well which isn't ideal. I can probably make it filter those out if people think that it's required.
On the forum (as I'm not searching within threads yet) the button just redirects to My Recent Posts. Not sure whether to leave that in, or to just try and hide the button on the forum until I can implement a proper reply search.