Update menu_helpdesk.html
This commit is contained in:
parent
0c5f57e1ee
commit
d278ba1f80
1 changed files with 58 additions and 0 deletions
|
|
@ -92,6 +92,64 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- More FAQ entries go here -->
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question3')">How do I verify my account?</a>
|
||||
<div id="question3-dropdown" class="dropdown-content">
|
||||
<p>Verification is subject to the services used to make a account.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question4')">How do I change my username?</a>
|
||||
<div id="question4-dropdown" class="dropdown-content">
|
||||
<p>Check on the used platforms for that information.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question5')">How do I change my email address?</a>
|
||||
<div id="question5-dropdown" class="dropdown-content">
|
||||
<p>Check on the used platforms for that information.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question6')">Which BBCodes are supported?</a>
|
||||
<div id="question6-dropdown" class="dropdown-content">
|
||||
<p>Check on the used platforms for that information. Most likely it's not supported.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question7')">Password Lockout Assistance</a>
|
||||
<div id="question7-dropdown" class="dropdown-content">
|
||||
<p>Account help are subject to the services used to make the account. Please follow the service you used for help.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question8')">How can I customize my profile or my group?</a>
|
||||
<div id="question8-dropdown" class="dropdown-content">
|
||||
<p>>Check on the used platforms for that information.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question9')">Why can't I use my paintings in the chatroom?</a>
|
||||
<div id="question9-dropdown" class="dropdown-content">
|
||||
<p>This is not implemented yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question10')">Can you make paintings editable?</a>
|
||||
<div id="question10-dropdown" class="dropdown-content">
|
||||
<p>Probably not.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question11')">How do I retrieve my password?</a>
|
||||
<div id="question11-dropdown" class="dropdown-content">
|
||||
<p>Account help are subject to the services used to make the account. Please follow the service you used for help.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question12')">How do I become an admin?</a>
|
||||
<div id="question12-dropdown" class="dropdown-content">
|
||||
<p>Please contact us on our guilded. https://www.guilded.gg/TDK</p>
|
||||
</div>
|
||||
|
||||
<!-- Additional content goes here -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue