top of page

Forum Posts

SkyLight Gaming
Jul 10, 2019
In Coding with Velo
This is my third post - Still haven't reached my goal. I'll make it simple, Can someone please tell me how to get a Boolean value (true / false) out of a collection? I've been trying to find the answer and even by using the help menu in the Wix Editor, I haven't found any information about this. I do not understand Java. If someone can help me with this that would be greatly appreciated.
0
0
17
SkyLight Gaming
Jul 09, 2019
In Coding with Velo
I made a post yesterday talking about my website, I am working on making a bot appear when someones work has been approved. However i did get much help off of that, But now when i try to use the script i write i get " TypeError: Cannot set property hidden of #<Box> which has only a getter " I don't know what that means, Now i may just be an idiot yes however i haven't wrote anything in Javascript before. Here is my code if you wanna see: let query = wixData.query("CommunityDiscordBots"); if (("approved").boolean === "true") { console.log("false"); $w("#approval").hidden = "false"; } else { console.log("True"); $w("#approval").hidden = "true"; } } I am sorry i am really confused. Here is my previous post: https://www.wix.com/corvid/forum/community-discussion/how-to-use-a-boolean-to-show-an-object If someone can help me with this that would be greatly appreciated...
0
1
35
SkyLight Gaming
Jul 07, 2019
In Coding with Velo
I am trying to make a website where users submit stuff and it gets approved later, Now i do not know how to make the object that shows it's approved appear when it's actually approved I am trying to do this with a boolean titled "approved" and i just want an object to appear when the boolean is positive, Anyone know how to do this? I am stumped. I am doing this for my website and it has Discord Bots... So people can't just invite bad discord bots to their servers.
0
1
1k

SkyLight Gaming

More actions
bottom of page