Page 3 of 7

Re: New website!

Posted: Sat Oct 12, 2019 12:48 am
by Thierryu1
On mobile looks great. Nice upgrade boys!

Re: New website!

Posted: Sat Oct 12, 2019 12:57 am
by Rapsey
Patel wrote: Fri Oct 11, 2019 10:59 pm This is LIT.

Also @Rapsey idk who you got to do the logo, but since it's the same you know I'd have been happy to beef it up (for free)

It looks great regardless. If you need the .psd for the original I can send it over. Love how this all looks :)
Lol, I didn't even know you were the one who made it. Would've saved us a lot of trouble remaking it. :P
Natte droom wrote: Fri Oct 11, 2019 11:44 pm Would we use (significantly) more mobile data if we use the mobile version of the forums, as opposed to how it was? I assume we would, because signatures and avatars are visible now too, which means gifs and stuff would be constantly loaded again. If it's significant, would it be possible to disable them only on mobile in the UCP?
It should be negligible. You could browse the forums for a year and not even come close to the data usage of watching 1 cat video on YouTube.
Natte droom wrote: Fri Oct 11, 2019 11:44 pm -"The Team" is lacking the staff team (memberlist.php?mode=team)
Yea, we'll probably remove it. No real need for another staff list.
Natte droom wrote: Fri Oct 11, 2019 11:44 pm - Cant sort by postcount in the members list now :(
Yes you can? Just click the column header.
Natte droom wrote: Fri Oct 11, 2019 11:44 pm <insert ridiculously large image>
This happened when trying to edit my post. Can't swipe or pinch to get it back to being readable from the start.
Looks like a fun one to debug. You tell me, Mr HTML/CSS expert. ;)

EDIT:
Spoiler: show
Spoilers are fixed now too.

Re: New website!

Posted: Sat Oct 12, 2019 4:05 am
by Iron adam
I liked how the old forums stretched the entire screen. Could we get that feature back?

Old:
Spoiler: show
Image
New:
Spoiler: show
Image

Also I liked how the old "quick links" were automatically expanded. Clicking the view active topics button was the quickest way to see all recent posts. This extra click is really going to slow down the conversations between lifen and myself...

Also the wiki header is fucked for me:
Spoiler: show
Image

Also the spacing after using spoilers seems off. Even with a blank line in between, it keeps the two lines next to each other.

Re: New website!

Posted: Sat Oct 12, 2019 10:17 am
by Fungamer
Rapsey wrote: Sat Oct 12, 2019 12:57 am
Natte droom wrote: Fri Oct 11, 2019 11:44 pm Would we use (significantly) more mobile data if we use the mobile version of the forums, as opposed to how it was? I assume we would, because signatures and avatars are visible now too, which means gifs and stuff would be constantly loaded again. If it's significant, would it be possible to disable them only on mobile in the UCP?
It should be negligible. You could browse the forums for a year and not even come close to the data usage of watching 1 cat video on YouTube.
Ayy perfect
Rapsey wrote: Sat Oct 12, 2019 12:57 am
Natte droom wrote: Fri Oct 11, 2019 11:44 pm - Cant sort by postcount in the members list now :(
Yes you can? Just click the column header.
Hadn't messed around there on the desktop version. It doesn't work on mobile, because it gives you only one column with everything else in there:
Spoiler: show
Image
On the bright side, sorting by members does work! I'd personally fix it as simple as:

Code: Select all

<a href='./memberlist.php?mode=&sk=d&sd=d#memberlist'>Posts</a>
Since adding all those table heads will make the screen crowded quickly on mobile.

Might be obscure since I don't think anyone would sort by rank, but for full functionality on mobile same could be done with it. Might wanna change "rank, username" to them having a line for themselves on mobile tho.

Code: Select all

<a href="./memberlist.php?mode=&sk=m&sd=d">Rank</a>
Would make stuff tricky for mobile users with thick fingers though :P
Rapsey wrote: Sat Oct 12, 2019 12:57 am
Natte droom wrote: Fri Oct 11, 2019 11:44 pm <insert ridiculously large image>
This happened when trying to edit my post. Can't swipe or pinch to get it back to being readable from the start.
Looks like a fun one to debug. You tell me, Mr HTML/CSS expert. ;)
Jesus christ lmao didn't know the screenshot would be so big lol
Also, uh... Call me C# expert now, until I start getting beefier stuff to do in Web Frontend. :badjokeeel: Have fun debugging that one :jiggly:


Edit: Tapping the PKH logo on top doesn't redirect you to the home page when on mobile. Unsure if it's intended or not, since you easily tap on it by accident as a user. Just noticed the difference in functionality between mobile & desktop

Edit2: After reading a thread on the desktop version, it doesn't always get marked as read when I go back to the board where the thread is located. Probably a shitty explanation so here's a gif:
Image
More of a visual bug though, since reloading the page does the trick.

Re: New website!

Posted: Sat Oct 12, 2019 1:34 pm
by Isaac
Love the new site look Raps, a good signal we are headed in the right direction.

Re: New website!

Posted: Sat Oct 12, 2019 3:15 pm
by Rapsey
Iron adam wrote: Sat Oct 12, 2019 4:05 am I liked how the old forums stretched the entire screen. Could we get that feature back?
I'll look into it.
Iron adam wrote: Sat Oct 12, 2019 4:05 am Also I liked how the old "quick links" were automatically expanded. Clicking the view active topics button was the quickest way to see all recent posts. This extra click is really going to slow down the conversations between lifen and myself...
Excellent. :)
Iron adam wrote: Sat Oct 12, 2019 4:05 am Also the wiki header is fucked for me:
Spoiler: show
Image
If you're happy and you know it, hard refresh.
Iron adam wrote: Sat Oct 12, 2019 4:05 am Also the spacing after using spoilers seems off. Even with a blank line in between, it keeps the two lines next to each other.
I've noticed. Looks like differences in the bbcode parsing engine, not something that can easily be fixed.
Natte droom wrote: Sat Oct 12, 2019 10:17 am Hadn't messed around there on the desktop version. It doesn't work on mobile, because it gives you only one column with everything else in there:
Spoiler: show
Image
On the bright side, sorting by members does work! I'd personally fix it as simple as:

Code: Select all

<a href='./memberlist.php?mode=&sk=d&sd=d#memberlist'>Posts</a>
Since adding all those table heads will make the screen crowded quickly on mobile.

Might be obscure since I don't think anyone would sort by rank, but for full functionality on mobile same could be done with it. Might wanna change "rank, username" to them having a line for themselves on mobile tho.

Code: Select all

<a href="./memberlist.php?mode=&sk=m&sd=d">Rank</a>
Would make stuff tricky for mobile users with thick fingers though :P
Meh, I don't see it as a problem to drop some minor functionality on mobile. Maybe one day when I'm bored and all the other bugs have been fixed.
Natte droom wrote: Sat Oct 12, 2019 10:17 am Also, uh... Call me C# expert now, until I start getting beefier stuff to do in Web Frontend. :badjokeeel: Have fun debugging that one :jiggly:
Sounds like a downgrade to me. ;)
Natte droom wrote: Sat Oct 12, 2019 10:17 am Edit: Tapping the PKH logo on top doesn't redirect you to the home page when on mobile. Unsure if it's intended or not, since you easily tap on it by accident as a user. Just noticed the difference in functionality between mobile & desktop
It is fully intended to avoid accidentally tapping the logo on touchscreens. That's why instead you get a "Home" entry in the expandable menu on mobile.
Natte droom wrote: Sat Oct 12, 2019 10:17 am Edit2: After reading a thread on the desktop version, it doesn't always get marked as read when I go back to the board where the thread is located. Probably a shitty explanation so here's a gif:
Image
More of a visual bug though, since reloading the page does the trick.
Yep, purely a visual caching bug, they are indeed marked as read and refreshing reflects that. Added to the list.

Re: New website!

Posted: Sat Oct 12, 2019 4:23 pm
by Diskid
now i have to put this website in my dark readers exception list. def looks more modern. ig goodjob, its one of those things it looks cool now and after 3 months i don't think ill notice it.

Re: New website!

Posted: Sat Oct 12, 2019 7:10 pm
by Azu rite
Thanks @Rapsey

Re: New website!

Posted: Sat Oct 12, 2019 7:50 pm
by Jelle
@Treehugger @Jelle @Ruler

Re: New website!

Posted: Sat Oct 12, 2019 11:34 pm
by Iron adam
Jelle wrote: Sat Oct 12, 2019 7:50 pm @Treehugger @Jelle @Ruler
@Nile river @Tk phat