- Found the link (that I lost) from the profile avatar and I have put it back.
- Added the new buttons to the forum subsections (may make some changes to them yet)
- Show all posts from a user within a thread is back. See pic below.
http://i.imgur.com/HFuDswQ.png
- The lil icon doubles as show in thread when used to show posts and also works when navigating from profile page via the [show] links. See pic below.
http://i.imgur.com/Q4FKspu.png
^
That will probably be temporary because I believe show in thread is getting added sometime.
The new lil icon opens page in new tab, I might change it so [Show in Thread] opens in current tab. I mostly had it that way for testing and forgot to change it.
As usual I did some other stuff and can't remember what it was. Can't have been too exciting.
And now I'm off to bed. So good nighhhtttt to you all and look after the forums for me while I sleep
Indecent Act
said
:
- Found the link (that I lost) from the profile avatar and I have put it back.
Hehe
Thank you for the update for the thingy! <3
Indecent Act
said
:
As usual I did some other stuff and can't remember what it was. Can't have been too exciting.
-excited-
Indecent Act
said
:
And now I'm off to bed. So good nighhhtttt to you all and look after the forums for me while I sleep
-tucks you in and gets some coffee ready for when you wake-
Edit: Oh wow, looks like the show in thread is able to show more than the 50 posts it was limited to before... That's handy!
Keighlea
said
:
Edit: Oh wow, looks like the show in thread is able to show more than the 50 posts it was limited to before... That's handy!
It was the first 100 previously. It's now up to the first 500 posts, which for Indy ends on page 183 as the 1830 post. It's awesome that it can show much more, but I guess it would be bad for very long threads like this for the server to serve all posts at any given time.
There are already a few errors in showuser as well as preview still with titles and there appears to be net::ERR_FAILED on the Youtube embed script that cascades into all other extensions for some reason on posts with YT videos. I'm not sure what function SK is meant to do from YT, but it's very odd indeed.
Indecent Act
said
:
I was thinking maybe something like this would solve a few problems (lack of clarity of what's click-able) and give back jump to first page at the top of the page.
Good morning all, I had my first sleep in what feels like forever!
Oh yeah, the new limit is great for show user posts.
New way image embed limits work is handy for these pages. Since images can easily get the spoiler applied on those big pages when quote is reached. All spoiler pre-loading honours image quota, so that makes a huge difference when loading those pages. All spoilers used to be preloaded in the past and didn't apply to quota. That's one of the best changes I've made for images as can been seen on those looooong pages.
Ryan M
said
:
Youtube embed script that cascades into all other extensions for some reason on posts with YT videos. I'm not sure what function SK is meant to do from YT, but it's very odd indeed.
That's been around for some time. It's a well known issue and last I heard google were not planning on changing it. But that was from a while ago. See SO for a lttle more info. http://stackoverflow.com/questions/25814914/chrome-youtube-cast-sender-js-console-error
As for titles on preview page, there is something very illogical going on there and it was also going on pre-reskin.
They don't need to make the ajax request to get titles at all for those pages. Your title (if you have one) could always be cached from the previous page. There is always a previous page since you can't preview then log in for example. If you are not logged in there is no preview.
A single title, could be put in local storage (or cookie I guess) and used on pages where you are the sole player.
That's going to be my solution for thread creation, preview and edit. Seems silly to make ajax to get the info the browser was just looking at. It's the same call for one title as it is for many and it takes the same amount of time. In some ways I hope they don't add titles to those pages, because it'll just get in my way if I wan't to do it efficiently.
30-Mar-2015 03:19:04
- Last edited on
30-Mar-2015 03:36:10
by
Indecent Act
As it stands now, the refresh button that's in the bottom, refreshes the page and takes you to the bottom of it, disregarding new posts above it and you have to scroll up. Is there a way to make it work like it used to before the forum reskin?