g-gundam! I summon thee!
Also, unrelated, if anyone wants more kaomoji added to little dropdown then suggest them here.
>>1717Do the kaomoji buttons work for everynyan else here?They don't work for me, probably because I have js off.
>>1717A few suggestions:キタ━━━(´ー`)━━━!! (´・ω・)つ(・(・ (´∀`)( ・∀・ )( ゚~゚)( ゚ -゚)( ゚ー゚ )( ゜Д゜)( ^ω^)( ´ω`)All of these have been used on the site at least once ( ´ー`)y-~~
>>1721Yeah you need to have js on desu
>>1724forgut this one: (˘・_・˘) I like it.
>>1725raisin. thanks though!
>>1702What's up?
>>1749I use my spell card monster reborn to summon you to IRC
>>1750https://tilde.club/~gg/world2ch/202605-refresh/captcha.pl - Give it a refresh CGI query parameter and use it to trigger a captcha refresh.futaba_style.pl - Add JS to perform the captcha refresh and countdown guard.refresh.diff - Show what changed.
>>1784This should make it easier to see what had to change. This paste will be up for a month before it expires.https://bpa.st/WEMA
Doesn't seem to work as intended.
>>1787In futaba_style.pl, find the JS refresh function and change the line that reads: let src = /captcha.pl?key=${r}&refresh=${now};to this instead: let src = /imgboard/captcha.pl?key=${r}&refresh=${now};
/captcha.pl?key=${r}&refresh=${now}
/imgboard/captcha.pl?key=${r}&refresh=${now}
>>1788That didn't paste correctly. Use this as a reference.https://bpa.st/SMGAJust fix that let src line, and you'll be good.
let src
>>1789Ignore the previous link.https://bpa.st/EK4A
For testing purposes, you can say cd.default = 5 to make it wait 5 seconds instead of 60.
cd.default = 5
It works, thanks. Did you write your own JS or modify the JS from the textboard?
G-gundam banzai!
>>1792I wrote my own.
That works, I'm thinking we could open a github repo or just use a repo on your site/here locally, thoughts? Also I'm wondering if you could get the style options and post deletion (post passwords don't work for some reason) to work again. They work natively but were gutted accidentally.
>>1795https://codeberg.org/world2ch/glaukabaI'll give you full admi access to the world2ch org and the world2ch/glaukaba repo. You can take it from there.PS: I tried post deletion via password earlier today, and it worked for me.
>>1800I'll be lurking on IRC. Send me codeberg usernames that should have admin-level access.
>>1788>>1790Although this happens to work now, it was bothering me, because if you ever renamed "imgboard" to "img" or added a new board, it would stop working. I decided to fix it in a way that wouldn't break in these situations.https://codeberg.org/world2ch/glaukaba/commit/f186ae74bb6c5ebe5e85ec0609d927ab72ba6124
test