Page 15 of 21

Re: Meta [Bug reports/Site updates]

Posted: 22 Jun 2019, 14:36
by BobisOnlyBob
https://raocow.com/videos/64450

Bugged, probably because the video title is "coisich, a rùin" and the ù is probably breaking it

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 18:20
by rena
BobisOnlyBob wrote: 4 years ago https://raocow.com/videos/64450

Bugged, probably because the video title is "coisich, a rùin" and the ù is probably breaking it
finally fixed this after 6 months

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 20:48
by BobisOnlyBob
rena wrote: 4 years ago
BobisOnlyBob wrote: 4 years ago https://raocow.com/videos/64450

Bugged, probably because the video title is "coisich, a rùin" and the ù is probably breaking it
finally fixed this after 6 months
you're a saint :catplanet:

now let's see if JUMP½... yup, still does the thing! :lol:

Log in, then try to edit JUMP½, leaving the name as the unicode character. You'll get an error message that won't clear (it'll appear on anything in /videos) until you navigate back to the homepage, raocow.com.

Edit: bigger problem. The homepage links to https://raocow.com/videos by default, but that produces an error for me right now. Only https://www.raocow.com/videos seems to work.

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 21:05
by rena
BobisOnlyBob wrote: 4 years ago
rena wrote: 4 years ago
BobisOnlyBob wrote: 4 years ago https://raocow.com/videos/64450

Bugged, probably because the video title is "coisich, a rùin" and the ù is probably breaking it
finally fixed this after 6 months
you're a saint :catplanet:

now let's see if JUMP½... yup, still does the thing! :lol:

Log in, then try to edit JUMP½, leaving the name as the unicode character. You'll get an error message that won't clear (it'll appear on anything in /videos) until you navigate back to the homepage, raocow.com.

Edit: bigger problem. The homepage links to https://raocow.com/videos by default, but that produces an error for me right now. Only https://www.raocow.com/videos seems to work.
every page is broken now and i dont really know what happened

non-www is supposed to just redirect to www though

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 21:08
by BobisOnlyBob
rena wrote: 4 years ago
BobisOnlyBob wrote: 4 years ago
rena wrote: 4 years ago

finally fixed this after 6 months
you're a saint :catplanet:

now let's see if JUMP½... yup, still does the thing! :lol:

Log in, then try to edit JUMP½, leaving the name as the unicode character. You'll get an error message that won't clear (it'll appear on anything in /videos) until you navigate back to the homepage, raocow.com.

Edit: bigger problem. The homepage links to https://raocow.com/videos by default, but that produces an error for me right now. Only https://www.raocow.com/videos seems to work.
every page is broken now and i dont really know what happened

non-www is supposed to just redirect to www though
Ah, I think it might be the "persistent error" caused by the JUMP½ unicode bug prevents redirection?

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 21:10
by rena
BobisOnlyBob wrote: 4 years ago
rena wrote: 4 years ago
BobisOnlyBob wrote: 4 years ago

you're a saint :catplanet:

now let's see if JUMP½... yup, still does the thing! :lol:

Log in, then try to edit JUMP½, leaving the name as the unicode character. You'll get an error message that won't clear (it'll appear on anything in /videos) until you navigate back to the homepage, raocow.com.

Edit: bigger problem. The homepage links to https://raocow.com/videos by default, but that produces an error for me right now. Only https://www.raocow.com/videos seems to work.
every page is broken now and i dont really know what happened

non-www is supposed to just redirect to www though
Ah, I think it might be the "persistent error" caused by the JUMP½ unicode bug prevents redirection?
oh the server ran out of disk space lol

i think it's fixed now? i put the same fix for the videos page on all the other pages

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 21:14
by BobisOnlyBob
Sweet, that seems to have done it. Legend! That'll make my life easier when raocow decides to title a video with an emoji or something :lol:

Re: Meta [Bug reports/Site updates]

Posted: 25 Jun 2019, 21:33
by rena
BobisOnlyBob wrote: 4 years ago Sweet, that seems to have done it. Legend! That'll make my life easier when raocow decides to title a video with an emoji or something :lol:
cool (y) thanks for the help

Re: Meta [Bug reports/Site updates]

Posted: 04 Aug 2019, 01:15
by Wesley
Hello, brand new here. Just registered about 10 hours ago, but had to wait until my name was active. I'm not sure when that happened, I thought something would appear in my gmail account. I tried every now and then for a few hours.

So for my suggestion: It says in read letters to contact a board administrator if you have questions. But how? There was no link or anything.
Moot point now, for me, but something to consider for future members.

And I did double-check the gmail I gave to the talkhaus. Hmm. On the other hand, google.ca has been having a lot of troubles today, for me.

Re: Meta [Bug reports/Site updates]

Posted: 02 Nov 2019, 04:05
by ano0maly
Is it me or did a bunch of avatars stop working?

Re: Meta [Bug reports/Site updates]

Posted: 09 Dec 2019, 18:05
by tangy
why are emoji so big? is this on purpose or just a freaky accident
❓

Re: Meta [Bug reports/Site updates]

Posted: 09 Dec 2019, 21:49
by rena
no idea lol. it's fun though

Re: Meta [Bug reports/Site updates]

Posted: 10 Dec 2019, 22:50
by BobisOnlyBob
rena wrote: 4 years ago no idea lol. it's fun though

Code: Select all

custom.css:189

.emoji, .smilies {
  min-height: 18px;
  min-width: 18px;
  /*height: 1em;
  width: 1em;*/
}
here's yeh praawwblem, yeh got summa dem "comment" doohickeys 'round yeh sizin' in-fo-mayshuns.

Looks like removing that would also affect our smilies though. :( And that min-width is responsible for our wide smilies. :D :lol:

All in all, this is bad CSS!

Just replace it with this:

Code: Select all

.emoji {
  height: 1em;
  width: 1em;
}
and we'll have normal text-sized emoji and nyoro~n and :monstrosity: will remain their natural sizes

Re: Meta [Bug reports/Site updates]

Posted: 10 Dec 2019, 23:12
by rena
BobisOnlyBob wrote: 4 years ago
rena wrote: 4 years ago no idea lol. it's fun though

Code: Select all

custom.css:189

.emoji, .smilies {
  min-height: 18px;
  min-width: 18px;
  /*height: 1em;
  width: 1em;*/
}
here's yeh praawwblem, yeh got summa dem "comment" doohickeys 'round yeh sizin' in-fo-mayshuns.

Looks like removing that would also affect our smilies though. :( And that min-width is responsible for our wide smilies. :D :lol:

All in all, this is bad CSS!

Just replace it with this:

Code: Select all

.emoji {
  height: 1em;
  width: 1em;
}
and we'll have normal text-sized emoji and nyoro~n and :monstrosity: will remain their natural sizes and
more like, why would this suddenly happen tho.

id just have hacked it fixed with CSS already if I didn't wanna try finding out

no energy right now tho and it's kinda funny

Re: Meta [Bug reports/Site updates]

Posted: 10 Dec 2019, 23:33
by BobisOnlyBob
rena wrote: 4 years ago more like, why would this suddenly happen tho.

id just have hacked it fixed with CSS already if I didn't wanna try finding out

no energy right now tho and it's kinda funny
not giving you a deadline, just letting you know where and how :slow: idc if you leave it, I'm used to this place being ridiculous

Re: Meta [Bug reports/Site updates]

Posted: 11 Dec 2019, 13:59
by Alice
rena wrote: 4 years agomore like, why would this suddenly happen tho.

id just have hacked it fixed with CSS already if I didn't wanna try finding out

no energy right now tho and it's kinda funny
Are you sure it's actually a new issue? Cause as far as I can remember, something similar has happened every time I've seen someone post emoji for months now.

Re: Meta [Bug reports/Site updates]

Posted: 11 Dec 2019, 15:52
by rena
fixed. there was some outdated css being used since the last update >.<

Re: Meta [Bug reports/Site updates]

Posted: 12 Dec 2019, 02:45
by Awoo
:ehh:

emojis are now super stretched
ctrl + f5 if you don't believe me nyoro~n

Re: Meta [Bug reports/Site updates]

Posted: 12 Dec 2019, 03:00
by rena
Awoo wrote: 4 years ago :ehh:

emojis are now super stretched
ctrl + f5 if you don't believe me nyoro~n
I blame Bob

Re: Meta [Bug reports/Site updates]

Posted: 12 Dec 2019, 03:18
by Awoo
rena wrote: 4 years ago
Awoo wrote: 4 years ago :ehh:

emojis are now super stretched
ctrl + f5 if you don't believe me nyoro~n
I blame Bob
I mean, Bob is, after all, only Bob :/

Re: Meta [Bug reports/Site updates]

Posted: 12 Dec 2019, 15:32
by BobisOnlyBob
rena wrote: 4 years ago I blame Bob

Code: Select all

custom.css:238

.smilies {
    width: 200%;
}
THIS WAS NOT HERE BEFORE YOU DEMON

Re: Meta [Bug reports/Site updates]

Posted: 13 Dec 2019, 22:28
by Crow
please never fix this it's perfect

Re: Meta [Bug reports/Site updates]

Posted: 13 Dec 2019, 23:27
by rena
maybe i could tone it down a lil bit

Re: Meta [Bug reports/Site updates]

Posted: 13 Dec 2019, 23:37
by BobisOnlyBob
rena wrote: 4 years ago maybe i could tone it down a lil bit
or you could send the whole forum back to hel as you are so clearly determined to do :partygator:

Re: Meta [Bug reports/Site updates]

Posted: 14 Dec 2019, 22:59
by Crow
honestly i'm a little upset that hasn't been made a permanent forum feature yet :rao: