We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You should be able to create guilds via website. I dont know PHP well enough to attempt myself. I have been doing the "trial and error" method lol.
The text was updated successfully, but these errors were encountered:
It seems it is already created in PHP, we just need to create the frontend logic in javascript.
This view needs to be extended: https://github.com/DevelopersPL/DevAAC/blob/master/public_html/modules/guilds/guilds.html If user is logged in, check if user is in a guild or not. If he is not, then give him the option to create one.
This file has the logic for list and view, but not create https://github.com/DevelopersPL/DevAAC/blob/master/public_html/modules/guilds/guilds.js
The available API calls we can make are these: http://developerspl.github.io/DevAAC/#!/guilds Which is sufficient for further development.
Sorry, something went wrong.
No branches or pull requests
You should be able to create guilds via website. I dont know PHP well enough to attempt myself. I have been doing the "trial and error" method lol.
The text was updated successfully, but these errors were encountered: