How do I make up something akin to DeviantArt?

So, I’m coming up with a site that is taking a bit of inspiration as far as art galleries on DeviantArt go. I have come as far as making it so that logged-in users can submit their own art to the website and showcase it using media galleries, but I am having trouble with a few things.

First things first, I do not know how to code. I use the built-in Wix Website Editor and my lines in Corvid are barren. I am ever so slowly getting the hang of using simple codes like “$w(”#myElement").hide" , but all else is way over my head.

The problem I am having the most issue with right now is getting a database item’s owner’s name to show up on the media page. I have scoured the forums for a solution, but I am finding nothing. Those who have had similar issues don’t relate to mine, so the codes tend not to work for my website in particular.

What can I do?

You will need to familiarize yourself with basic coding concepts to accomplish what you want. There are a wealth of Javascript coding sites which will help you learn Javascript from basic to advanced - Javascript.info is a good one. The Corvid Resources page provides tutorials, examples, and articles on getting the most out of Corvid. We are happy to get you pointed in the right direction, but you’ll need to take it from there. As questions or difficulties arise, we are here to help.

You may also want to check out the WixArena - it’s a hub where you can look for Corvid (and other) experts for hire.

Thank you, Yisrael. I took a look through those links, but I could not find one thing I was looking for in particular: member-generated content owners . I would like for a user to submit a comment on a page and for the comment on that page to display their name with a link to their member profile . Is there any way I can do this or a tutorial you could send me to which tackles that?