#481✎ 258h267RNGHiddenEaster EggsPokemon Is Awesome!I love Pokemon!Express YourselfGood PageHiddenAchievementsSuggestion that’s more of a bug than a feature: Disable zero width spaces.
Posted
#482✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfDeleting pages doesn't work in high compat mode
Posted
#483✎ 922snail_HelperReceived for being very helpful around SmileBASIC SourceAchievementsOSP Contest 2 Contest ParticipantI participated in the second SmileBASIC Source OSP Contest!Night PersonI like the quiet night and sleep late.Express Yourself@12Me21 your highlighter highlights ? as a keyword but not AND. You should probably check if there's more errors.
Posted
#484✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
@12Me21 your highlighter highlights ? as a keyword but not AND. You should probably check if there's more errors.
AND is highlighted as an operator, which isn't colored in the default theme
Posted
#485✎ 922snail_HelperReceived for being very helpful around SmileBASIC SourceAchievementsOSP Contest 2 Contest ParticipantI participated in the second SmileBASIC Source OSP Contest!Night PersonI like the quiet night and sleep late.Express Yourself
@12Me21 your highlighter highlights ? as a keyword but not AND. You should probably check if there's more errors.
AND is highlighted as an operator, which isn't colored in the default theme
AND is colored in SB, though. It's an operator, but it's colored like a keyword. IDK I think you should fix this so it's more like SB.
Posted
#486✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
@12Me21 your highlighter highlights ? as a keyword but not AND. You should probably check if there's more errors.
AND is highlighted as an operator, which isn't colored in the default theme
AND is colored in SB, though. It's an operator, but it's colored like a keyword. IDK I think you should fix this so it's more like SB.
I guess maybe I could do something like replace:
find("operator", /DIV|MOD|AND|XOR|NOT|OR|&&|\|\||<=|>=|==|!=|<<|>>|[+\-*\/!<>]/igm, code, highlightList);
with:
find("operator", /&&|\|\||<=|>=|==|!=|<<|>>|[+\-*\/!<>]/igm, code, highlightList);find("keyword operator", /DIV|MOD|AND|XOR|NOT|OR/igm, code, highlightList);
so if you don't have an operator color set it'll show up as a keyword
Posted
Edited
by 12Me21
#487✎ 258h267RNGHiddenEaster EggsPokemon Is Awesome!I love Pokemon!Express YourselfGood PageHiddenAchievementsProbably just me being dumb but I'm unable to enter the chat. I'm on the latest version of Firefox. I've cleared out all of my Site and ChatJS. I opened the page and only a blank chat appears. I opened up the console in the web inspector and it gave me this:
Query variable debug not found extras.js:6:1
Old tab: offtopic chat.js:142:125
Old custom tag: general chat.js:142:164
User is overloading the socket. The socket will not be defined and no connection will be made chat.js:161:2
Is this a bug? If not, how do I fix it?
Posted
#488✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfTry using https
There's a bug in firefox where websocket sometimes doesn't work if you connect with http.
Posted
Edited
by 12Me21
#489✎ 258h267RNGHiddenEaster EggsPokemon Is Awesome!I love Pokemon!Express YourselfGood PageHiddenAchievements
Try using https
There's a bug in firefox where websocket sometimes doesn't work if you connect with http.
That didn't change anything much. Still the same blank chat but now the console says:
Query variable debug not found extras.js:6:1
Old tab: null chat.js:142:125
Old custom tag: null chat.js:142:164
User is overloading the socket. The socket will not be defined and no connection will be made chat.js:161:2
Posted
#490✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfOH, just remove "socketOverload" from the special area on your user page lol.
Posted
#491✎ 258h267RNGHiddenEaster EggsPokemon Is Awesome!I love Pokemon!Express YourselfGood PageHiddenAchievementsOh kek. It works now. Thanks :P
Posted
#492✎ 593IAmRalseiForum LeaderHiddenAchievementsFirst YearMy account is over 1 year oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthI automatically logged out today, and I had to enter my username and password to log back in, even tho i have the remember me box checked
Posted
#493✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!Hobbies
I automatically logged out today, and I had to enter my username and password to log back in, even tho i have the remember me box checked
Logins only last 1 week.
Posted
#494✎ 593IAmRalseiForum LeaderHiddenAchievementsFirst YearMy account is over 1 year oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
I automatically logged out today, and I had to enter my username and password to log back in, even tho i have the remember me box checked
Logins only last 1 week.
why
EDIT:I was logged out again today...
Posted
Edited
by IAmRalsei
#495✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesIt has to do with how the language I'm using to write the website is designed.
I can't help with login issues right now, sorry.
Posted
#496✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
I automatically logged out today, and I had to enter my username and password to log back in, even tho i have the remember me box checked
Logins only last 1 week.
why
EDIT:I was logged out again today...
If you log in on a different device, you're logged out on all others (I assume that's so if you forget to log out on someone else's computer, they won't have permanent access to your account)
Posted
#497✎ 593IAmRalseiForum LeaderHiddenAchievementsFirst YearMy account is over 1 year oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
I automatically logged out today, and I had to enter my username and password to log back in, even tho i have the remember me box checked
Logins only last 1 week.
why
EDIT:I was logged out again today...
If you log in on a different device, you're logged out on all others (I assume that's so if you forget to log out on someone else's computer, they won't have permanent access to your account)
ok
but there should be a way to set a device as yours so you don't log yourself out when trying to log in on another device
Posted
#498✎ 408UnderCakeHalloween 2017 Contest Runner UpI placed 2nd in the SmileBASIC Source Halloween 2017 Contest!Programming ContestIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthFirst YearMy account is over 1 year oldWebsiteon the christmas theme the night mode is completely messed up and its all wrong btw.
Posted
#499✎ 166512Me21Head AdminThird YearMy account is over 3 years oldWebsiteSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
Went to get on. Typed in username. Typed in password. Didn't work. Tried 2 more times. Didn't work. Exited tab. Re-entered website. Worked.
You have to click "Sign In".
Posted
#500✎ 153CyberYoshi64Avatar TabooI didn't change my avatar for 180 daysWebsiteNight PersonI like the quiet night and sleep late.Express YourselfFirst YearMy account is over 1 year oldWebsiteOn Android's Chrome sometimes the sad file and the message
ERR_DNS_MALFORMED_RESPONCE
occured.
I know this has to do with my network's DNS. But I don't know anything more...
Posted
Edited
by CyberYoshi64