Jump to content
IGNORED

Forum Discussion/Issues


Recommended Posts

weird blurring on the thread numbers....look blurred/doubled I guess (zoomed in pic) (happens on Edge and Chrome)

speaking of blur, watmm logo atop the site looks a bit blurry now,, maybe more pronounced since everything else looks so clean. ?

 

watmm numbers.jpg

Does the forum still have that useful feature where if you post a second post within like 5 minutes it'll just combine it with the previous one? I haven't noticed it if it has.

  On 5/16/2019 at 2:11 AM, auxien said:

weird blurring on the thread numbers....look blurred/doubled I guess (zoomed in pic) (happens on Edge and Chrome)

speaking of blur, watmm logo atop the site looks a bit blurry now,, maybe more pronounced since everything else looks so clean. ?

 

watmm numbers.jpg

Expand  

I see what you mean... I am assuming this is the 'WATMM After Dark' skin (might be on other skins too) - looks like there is a drop shadow of some sort on the non-active pagination numbers.

Yes, the WATMM logo (which is about to change) has a outer glow applied to it, which is why it looks blurry - I'm hoping I can use an SVG instead of a PNG, but I think I just need to make an @2x version so it will scale correctly on HiDPI screens.

  On 5/16/2019 at 8:35 AM, Brisbot said:

Does the forum still have that useful feature where if you post a second post within like 5 minutes it'll just combine it with the previous one? I haven't noticed it if it has.

Yes it does - the setting is 2 minutes.

Let's see if the new addon fixes the SoundCloud embeds:

YAAAS!

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

  On 5/15/2019 at 2:51 PM, Joyrex said:

Eh? What's this then?

I have a tendency to start typing something, have second thoughts, and then leave the page without posting, which didn't used to save the draft.

 

Now you can come back to the thread, and it keeps that draft to haunt the better person you weren't a few minutes ago...

Edited by OneToThirtySix
  On 5/17/2019 at 12:28 AM, OneToThirtySix said:

I have a tendency to start typing something, have second thoughts, and then leave the page without posting, which didn't used to save the draft.

 

Now you can come back to the thread, and it keeps that draft to haunt the better person you weren't a few minutes ago...

Ah, I see - I would think that’s a beneficial feature...

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

  On 5/17/2019 at 1:11 AM, Joyrex said:

Ah, I see - I would think that’s a beneficial feature...

If I had ADD, I bet I would love it.

  On 5/17/2019 at 1:46 AM, OneToThirtySix said:

If I had ADD, I bet I would love it.

Are you a real WATMM member if you're not on the spectrum + full ADD? 

 

:doge:

 

  On 1/19/2020 at 5:27 PM, Richie Sombrero said:

Nah, you're a wee child who can't wait for official release. Embarrassing. Shove your privilege. 

  On 9/2/2014 at 12:37 AM, Ivan Ooze said:

don't be a cockroach prolapsing nun bulkV

maybe a detail, but i can't help but notice the quite long FOUC [1] appearing whenever i load a watmm page.

there is about 400 kb of css and 750 kb of js loaded in <head>. all of the script tags loads the js synchronously. it may slow down the page rendering, since all scripts must be fetched, parsed and executed before even parsing <body>. maybe loading some scripts not needed at once with `<script src=''.." async>` could solve the issue? or putting some right before </body>. another method to patch the fouc issue is to provide a small inline <style> tag containing a minimal set of needed styles (basic layout, resets, colors, empty/placeholder styling) for the page on load time. this inline stylesheet is applied immediately, so the flashing effect is reduced when the rest of styles are applied.

Screenshot (13).png

  On 5/17/2019 at 11:32 AM, htor said:

maybe a detail, but i can't help but notice the quite long FOUC [1] appearing whenever i load a watmm page.

there is about 400 kb of css and 750 kb of js loaded in <head>. all of the script tags loads the js synchronously. it may slow down the page rendering, since all scripts must be fetched, parsed and executed before even parsing <body>. maybe loading some scripts not needed at once with `<script src=''.." async>` could solve the issue? or putting some right before </body>. another method to patch the fouc issue is to provide a small inline <style> tag containing a minimal set of needed styles (basic layout, resets, colors, empty/placeholder styling) for the page on load time. this inline stylesheet is applied immediately, so the flashing effect is reduced when the rest of styles are applied.

Screenshot (13).png

Expand  

Solution: Use a standard browser like Chrome - I cannot ever remember seeing FOUC (Flash of unstyled content, which is what @htor is showing in his screenshot, where all the supporting scripts are still loading while the HTML that makes up the page has already loaded) since the forum upgrade, or prior for that matter - all joking aside about Firefox, could it be your settings (are you forcing no cache, although so am I), or possibly the quality of your internet connection (I see you're on wireless).

There are some optimizations I can do, but for the core scripts that drive the forum, that is more under the vendor's control. I'm pretty active on the vendor's support forums, and I don't recall seeing any other users reporting this issue. Thanks for the helpful suggestions though in potentially solving it! I think the 'skeleton' loading method is best to handle FOUC for script-heavy apps like this from a user experience perspective.

  On 5/17/2019 at 1:31 PM, hello spiral said:

suggestion: make me mod

Today's forecast for Hell, lower ninth circle district: Hot, no signs of any hard freezes happening anytime soon :dadjoke:

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

  On 5/17/2019 at 5:52 AM, StephenG said:

Are you a real WATMM member if you're not on the spectrum + full ADD? 

 

:doge:

Am now concerned about the future of my rep rating.

 

?

  On 5/17/2019 at 5:51 PM, OneToThirtySix said:

Am now concerned about the future of my rep rating.

 

?

I think your rep might be locked in at +1! I can't "like" your posts for some reason.

 

I'm not sure why but some users I can't add reacts to. =/

 

  On 1/19/2020 at 5:27 PM, Richie Sombrero said:

Nah, you're a wee child who can't wait for official release. Embarrassing. Shove your privilege. 

  On 9/2/2014 at 12:37 AM, Ivan Ooze said:

don't be a cockroach prolapsing nun bulkV

  On 5/17/2019 at 6:10 PM, StephenG said:

I think your rep might be locked in at +1! I can't "like" your posts for some reason.

 

I'm not sure why but some users I can't add reacts to. =/

So you don't see the button at all on some users, but yet others? Can you screenshot some examples?

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

  On 5/17/2019 at 6:10 PM, StephenG said:

I think your rep might be locked in at +1! I can't "like" your posts for some reason.

 

I'm not sure why but some users I can't add reacts to. =/

Weird, I can react to yours... 

edit: rex already saw it.

Edited by OneToThirtySix
  On 5/17/2019 at 6:11 PM, OneToThirtySix said:

Weird, I can react to yours... 

edit: rex already saw it.

Weirdly enough, I can't rep you either!

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

  On 5/17/2019 at 6:14 PM, Joyrex said:

Weirdly enough, I can't rep you either!

No complaints if I'm permanently number 1. ?

Unrelated: Is there a way to link the pop-up notifications to affect the notifications icon? I've clicked the pop-ups to redirect to the thread indicated, but it leaves the notice on the icon until I click it. Probably a personal preference, but effectively doing the same thing twice to clear notifications is a thing.

  On 5/17/2019 at 6:19 PM, OneToThirtySix said:

No complaints if I'm permanently number 1. ?

Unrelated: Is there a way to link the pop-up notifications to affect the notifications icon? I've clicked the pop-ups to redirect to the thread indicated, but it leaves the notice on the icon until I click it. Probably a personal preference, but effectively doing the same thing twice to clear notifications is a thing.

Yeah, that's unfortunately something I noticed too (it's a default feature). No way that I know of to "turn off" the notification icon if you've already responded to a notification.

I'm looking into why you cannot be repped, as I suspect this affects others as well.

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

I figured it out - because you had subscribed to EKT Plus and downloaded our compilation, WATMM Volume 1, it put you into a secondary group (so you could digitally download the compilation). That group was excluded from receiving reputation/reactions, and I guess that secondary group permission bubbled up to your primary group permission and took the route of least privilege.

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

  On 5/17/2019 at 6:11 PM, Joyrex said:

So you don't see the button at all on some users, but yet others? Can you screenshot some examples?

Some users yes the react button is missing. Did you change something though? I can react to him now at least! 

Just saw your response! 

 

Edited by StephenG

 

  On 1/19/2020 at 5:27 PM, Richie Sombrero said:

Nah, you're a wee child who can't wait for official release. Embarrassing. Shove your privilege. 

  On 9/2/2014 at 12:37 AM, Ivan Ooze said:

don't be a cockroach prolapsing nun bulkV

  On 5/17/2019 at 6:21 PM, Tim_J said:

yeah, cause, add...

I'm actually ridiculously forgetful anymore, so I guess it's Adult-Onset ADD.

Have the BB Code option back for the reply box would be appreciated.

འ༔ ཨ༔ ཧ༔ ཤ༔ ས༔ མ༔

ཨོཾ་ཧ་ནུ་པྷ་ཤ་བྷ་ར་ཧེ་ཡེ་སྭཱ་ཧཱ།།

ཨཱོཾ་མ་ཏྲི་མུ་ཡེ་སལེ་འདུ།།

Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 member

×
×