By Ciaran Go To Postone of our posters "KidA Seven" can only post after he changes his tag, after each post!the shit?
By reilo Go To PostI have temporarily removed the embed from the preview – meaning you won't be able to preview embeds but you'll still be able to post just fine – until I can figure out what the full issue is. LMK if you're still experiencing the bizarre behavior KidA.
.
Well now that I clicked the thread it showed up. But recently in the latest version of Chrome, I have to quote a post then delete it in order to post something. The "Say Something" part hasn't been showing up.
Also on Safari mobile, I'm unable to quote people with long tags, unless I rotate the screen(Yes I could just do that, just letting you know)
Also on Safari mobile, I'm unable to quote people with long tags, unless I rotate the screen(Yes I could just do that, just letting you know)
By Slizz Go To PostAlso on Safari mobile, I'm unable to quote people with long tags, unless I rotate the screen(Yes I could just do that, just letting you know)
First problem works now, cleared cache.
First problem not fixed, maybe its my comp, maybe its the football thread. Doesn't do it in this thread, but has been doing it in the football one.
Slizz, read the last few posts in here. That issue should've been resolve but I'll keep you eye out.
I added an "ugly" temporary fix so that the textarea can never shrink below 24px under any circumstance. Hopefully this alleviates the issue until I can figure out a proper solution.
When someone posts something in all caps, my shit gets fucked up.
Text takes the same size as when I turn my phone to landscape, but it doesn't even reflow, and can't scroll the post.
On mobile, the quote and link icons become inaccessible if a poster's tag is too long. As in, the tag pushes the dots icon off the screen and out of reach. (Firefox mobile btw)
just me or there's something odd with last unread now? not working correctly in the football thread for me at least
By Elchele Go To Postjust me or there's something odd with last unread now? not working correctly in the football thread for me at leastI've noticed this too. Takes you to a few posts above last unread.
Probably related to me turning off lazy loads on the embeds in hope of resolving the text area issue. I've turned it back on so it should be fine again.
Hello Reilio, for somereason on mobile I cant see my posts, its like I have myself on ignore or something
You did have yourself on ignore 😂
You can manage your ignore list from your user profile. I removed you from you 😂😂
You can manage your ignore list from your user profile. I removed you from you 😂😂
By reilo Go To PostYou did have yourself on ignore 😂
You can manage your ignore list from your user profile. I removed you from you 😂😂
Lmfao 🙈🙈🙈🙈
I'm just not ready for future forums.
By NinjaFridge Go To PostHow did you even do that?It turns out that you can click on your own name in a thread, just like any other user's, and add yourself to the ignore list that way.
The "last read" hasn't really worked well the last few days, always a few posts behind my actual last read post.
win10 latest chrome.
win10 latest chrome.
By MyBackIsBroken Go To PostThe "last read" hasn't really worked well the last few days, always a few posts behind my actual last read post.That may just be because of embeds pushing the page down. If embeds are turned off, I bet it would go right to that post with no problem every time.
win10 latest chrome.
By Smokey Go To PostAm I able to see what threads I created ?Nothing exposed to the UI but it can be added. What are you looking for?
I was trying to find a thread I created about a sale of IT courses. I couldn't remember the name of it (Udemy), and I had to go through each section and scroll until I found it. Search wasn't being helpful but maybe because I'm on mobile.
Search is the next "big" thing for me to solve. On a basic level, I'm gonna implement searching by owner, thread titles only, date ranges, and make it far more user friendly and intuitive. One thing I can do is also add a list of threads created by users on their profile, and maybe their ten most recent posts.
A feature that could be neat is a button to see the posts by a user in the thread you are currently in.
Yea, we have the SQL for it written out somewhere. It's kinda trivial to have that working I just need to implement the UI side of it.
Not sure if its my speed or my browser, but embedded tweets are taking much longer to load than everything else. Means that when I scroll down to read the last few posts on a page, it skips back up.
That's unfortunately always been the issue. Twitter is easily the slowest of all embeds and that's something only they control. I can't fathom why it's so slow on their end.
Gentle reminder that I prioritize and keep issues in our Github repo: https://github.com/slaent/issues/issues/
If you have any suggestions/feedback on any of the tickets, please feel free to leave any comments/remarks/cries of outrage. It helps down the line once I actually get working on these tickets to help keep user thoughts into account. I also need to remind myself to fill some of these issues with user feedback from here as well as it comes through.
If you have any suggestions/feedback on any of the tickets, please feel free to leave any comments/remarks/cries of outrage. It helps down the line once I actually get working on these tickets to help keep user thoughts into account. I also need to remind myself to fill some of these issues with user feedback from here as well as it comes through.
By reilo Go To PostProbably related to me turning off lazy loads on the embeds in hope of resolving the text area issue. I've turned it back on so it should be fine again.Still happening to me. :/
By NinjaFridge Go To PostAre ads disabled? I just realised I haven't seen any for a while and I don't use ad-blocking here.http://slaent.com/thread/79658/page/38/post/894016/
By reilo Go To Posthttp://slaent.com/thread/79658/page/38/post/894016/Ridiculous that they don't tell you why.
Is there anyway to implement a kind of cache system where it saves your posts in progress?
Just wrote a reasonably long post and hit backspace to correct a typo at the end, and it went to the previous page and lost my post :(
edit: If you find hosting without ads to be getting too expensive, I'd be happy to donate a few quid :)
Just wrote a reasonably long post and hit backspace to correct a typo at the end, and it went to the previous page and lost my post :(
edit: If you find hosting without ads to be getting too expensive, I'd be happy to donate a few quid :)
I'm gonna implement something utilizing localStorage so it saves it to your browser until you submit.
Can you add the last post preview button for the featured threads?
Find myself looking for it on mobile when scrolling through the threads. Would make sense if it was also in topic listings on the sub forums as well.
Find myself looking for it on mobile when scrolling through the threads. Would make sense if it was also in topic listings on the sub forums as well.
reilo, sorry to keep insisting on this but will you fix the last unread thing? It's driving me crazy
I'm gonna look into it, just haven't had a free weekend in a long long while. I think it has to do with how we are rendering fonts now. It's not blocking anymore, so the font gets loaded after the rest of the page (for performance, etc) but that causes some layout drawing issues.
I found out what's causing the go to last unread to have the annoying jump in the page. Twitter changed to be a progressive web-app (PWA), so it currently doesn't work with lazy-loading properly, so the "jump" that happens when hitting go to last unread is because of that. It's cool because it's a huge performance boost when loading Twitter embeds -- effectively you only load the resources needed to display the tweet once -- but it's clearly causing issues with go to last unread.
I'm gonna brainstorm for ways to get around that while also keeping an open dialog with our embed provider for any future solutions.
FYI, this only affects Chrome and Opera users atm.
I'm gonna brainstorm for ways to get around that while also keeping an open dialog with our embed provider for any future solutions.
FYI, this only affects Chrome and Opera users atm.
A possible temporary workaround is to use the basic twitter embed and enforcing a static height on them. You would lose out on pictures and videos embedded with the tweet, though.
How can I create an Embedded Tweet of a consistent height?
A basic Embedded Tweet includes Tweet text up to 140 characters in length, author information, a timestamp, and Tweet actions. An Embedded Tweet shows the previous Tweet in a conversation and photos, a video, or a link preview associated with the Tweet by default. Set conversation and cards parameters to false to limit Tweet display to just its basic formatting.