This thread is only for feedback related to technical issues (bug reports, suggestions).
We are currently working on improvements to the site, subject to the need of the tech team to sleep and go to their day jobs. If you need more immediate feedback please join the matrix room[s] and ask around. Feel free to leave comments, concerns, and suggestions about the tech side of the site here and we will try to get to it as soon as possible
409 posts and 106 image replies omitted.hcaptcha on tor no workie
>>44240nvm it seems to only not work in /leftypol/ but fine in /siberia/ or in here. fuck em jumping cocks
Is there a way we could get syntax for ordered and unordered lists?
>>44254The right thing would be to add
https://wakaba.c3.cx/docs/docs.html#WakabaMark style lists to markup() in inc/functions.php, but the mutiline-sensitive nature of the syntax and the awkward pattern matching functions in php make this far more annoying than it needs to be.
>>44255While I'm not too sure how thing work server-side, isn't there a way for the server to get a plain text of a message, and then use a non-php application for that, then stdout back to the php?
>>44257Tinyboard/vichan already is a slow piece of shit, but introducing a fork() for something like this would be bad practice.
>>37383It's really quite difficult to use this site with VPN, can mods please refresh the IP bans?
Truthfully, we should all be using VPN on a site like this.
I also get DATACENTER NODE message a lot and I don't know why or what it means. Using phone
Thanks
t. would-be anon
Hammer & sickle flags don't show up in the json for some reason. Compare:
https://leftypol.org/siberia/res/760480.html#760637https://leftypol.org/siberia/res/760480.jsonIn the latter there's no country/country_name for post 760637.
>Undefined array key 1 in /var/www/lp-prod/inc/lib/webm/ffmpeg.php at line 21 File rel:
https://files.catbox.moe/urlht0.mp4 I literally posted this file here several times over the years, what did the devs do now?
Also youtube embeds are tripping up the fucking sign in faggotry
>Sign in to confirm you’re not a bot This helps protect our community. Learn more So you wiped every Tor post for how many days ago? Damn. All because someone upset about the Israeli-Iran conflict threads started spamming emojis? Huh? What?
>>44378Cytube had a similar issue with youtube recently and fixed it somehow. Try asking the devs for it.
Thanks for posting it. Testing if I can post it too
posting is broken on /leftypol/
Implement a word filter for US and USA to be output as Epstein Regime. Perhaps West too.
>>37383Once again asking you to refresh DATACENTERNODE bans. It's not fair to those of us who can only get cheap internet.
so were we hacked by the mossad or what?
some guy is raiding wakey wakey jannies get an asian janny in already
>>44450>6hrs agoChat, are we cooked
CHaaaat are we cooked
or charred
https://bantculture.com/flagscan we add this shit? it lets you have multiple flags at once
wordfilter x.com to xcancel.com I'm tired of our TOB (twitter occupied board) linking directly to elon's malware ridden trash whenever they want to make bottom tier quality he-said she-said posts
at least they could post screencaps like the slightly less shitty old days…
posting on /leftypol/ is broken
Can't access site from Kuroba android app today for some reason
So the schizo spammer got me thinking. What security measures against AI does leftypol.org even have outside cloudflare and "what is 6-2" when making threads?
thanks i hate it
>>44553
the conspiracy here is stupid. if the site had ads, they'd have a point because advertisers might buy ads based on fake engagement, but nobody's going to buy merchandise on the basis of bot posts. a far bigger threat to /leftypol/ is the chunk of the userbase who post like bots only with less variety because they've been here for 10 years and gotten into a comfortable niche of stupid cliche opinions which are wrong, but shared by enough of them that they can avoid ever engaging in an actual discussion.
PHP Fatal error: Uncaught Error: Call to a member function bindValue() on false in /home/leftypol/vichan/post.php:1346\nStack trace:\n#0 {main}\n thrown in /home/leftypol/vichan/post.php on line 1346
>>44589I'm also having this kind of error along with you when trying to include quotes to prove my point in a reply to someone.
>>44589I am also having this problem
yup, this is all MY achievement!! i spammed the board so hard, that the lefty staff has to find ways to combat spam. and now they broke the board. MY ACHIEVEMENT!!!!
>>44592yeah and i cant isolate it sometimes its quote arrows sometimes its links?
>>44589Got this error trying to post on
>>>/latam/3253, I think it happens when trying to post a link with https:// preceding it or somesuch.
>>44589I got this error posting
>>>/siberia/773561 and its 2 other parts. I kept the post text exactly the same, except the links between each part, and for some reason breaking it up into 3 worked.
>>37383I have a suggestion. Leftypol could have an app of its own, like a leftypol social media that you could download on your phone, to reach more people. You can do lots of things in an App, i don't know how to make an app, but it might be cool, idk.
>>45128Most phone browsers let you set a shortcut to accomplish largely the same thing. A lot of electron apps were just compensating for the absence of that.
>>45128but would that make power tripping jannies feel important?
I have a suggestion: running our own archive, similar to archive.today
the reasoning is this: archive.today was found changing the contents of archived sites. this kind of reduces their credibility in my view, and many people, even on this site rely on archive.today (like news anon). i propose to solve this solution by having our own alternative to this. now i dunno much about how this would be achieved, but software like
https://github.com/ArchiveBox/ArchiveBox looks promising. devs, i request you to please look into this, it would be a great feature in my view.
Now that chrome has jxl support again, can we finally add jxl support to leftypol? Converting images from jxl to png every time I want to post an image is tedious.
can you increase the time it takes for an upload to time out? I'm trying to upload a long-ish 35 mb video and it's just barely not making it through.
Booru has a "missing CSRF Token" error rn, can't upload anything.
The list markup currently has a bug, where the list ending tags get inserted without any whitespace, so link resolution breaks:
>>37383
I also added a patch, that corrects the syntax of starting numbered lists, to strictly follow the WakabaMark semantics. This is also useful, because it prevents people who don't know about the markup from manually writing a numbered list with non-indented lines in between the numbers and getting a bunch of 1.s instead.
Can we get tankie.tube embeds? Is that possible, technically, with what you're working with, or?
can we please be allowed to report threads from catalog view? whenever some porn is posted on main i don't want to have to navigate to the page the thread is one or open it just to report it, especially if I have to squint to see if it's illegal or not
Page loads can be made faster in index, thread and catalog pages by setting thumbnail images to be lazy-loaded.
Vichan already added it a few years ago.
https://github.com/vichan-devel/vichan/blob/master/templates/post/image.htmlhttps://github.com/vichan-devel/vichan/blob/master/templates/themes/catalog/catalog.htmlYou don't have to bother with the "if config.content_lazy_loading" stuff, just append the
loading="lazy" attribute to the relevant img tags.
https://www.w3schools.com/TAGs/att_img_loading.asp>>45539>Page loads can be made faster in index, thread and catalog pages by setting thumbnail images to be lazy-loaded.The pages would only technically load faster, because images are no longer a necessary requirement for the loading process to be finished. Lazy-loading is only a worthwhile optimization, when it might prevent resources from being loaded entirely, which isn't applicable to any of the pages. Fast clients might get the first render a few miliseconds earlier and slow clients will have to wait again for every new image to load, that pops up while scrolling.
You know what would actually improve usability over slow connections? Adding alt text to the catalog images, so clicking unloaded items no longer turns into a pixel hunt.
>>44471this would be a fun feature, actually
More pedo spam leftypol and even child porn in siberia.
Unique IPs: 34