Update menu_helpdesk.html
This commit is contained in:
parent
6ffc7bd9bf
commit
ccc7d9df9b
1 changed files with 65 additions and 43 deletions
|
|
@ -77,64 +77,86 @@
|
|||
<h1>Help Desk FAQs</h1>
|
||||
<div class="menu">
|
||||
<div class="zebra">
|
||||
<a href="faqs6396.html">How do I verify my account?</a>
|
||||
<script>
|
||||
function showText(questionId) {
|
||||
var dropdown = document.getElementById(questionId + "-dropdown");
|
||||
dropdown.classList.toggle("show");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="menu">
|
||||
<div class="zebra">
|
||||
<a onclick="showText('question1')">How do I write a Help Desk question?</a>
|
||||
<div id="question1-dropdown" class="dropdown-content">
|
||||
<p>WIP</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqs7df0.html">How are blogs bumped?</a>
|
||||
<a onclick="showText('question2')">How do I make a custom profile picture?</a>
|
||||
<div id="question2-dropdown" class="dropdown-content">
|
||||
<p>Setting a profile picture is dependent on each service used.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqsab5e.html">How do I write a Help Desk question?</a>
|
||||
<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 href="faqs1e35.html">How do I make a custom profile picture?</a>
|
||||
<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 href="faqscdef.html">How do I verify my account?</a>
|
||||
<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 href="faqs4411.html">How do I change my username?</a>
|
||||
<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 href="faqsf62c.html">How do I change my email address?</a>
|
||||
<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 href="faqs40ac.html">Why can't I see Group ShoutBox posts?</a>
|
||||
<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 href="faqsd5e8.html">Which BBCodes are supported?</a>
|
||||
<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 href="faqsef73.html">Why can't I post comments on some profiles?</a>
|
||||
<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 href="faqsdac1.html">Password Lockout Assistance</a>
|
||||
<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 href="faqs6fb5.html">Can you support the hardware peripherals on the websites?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqs95dc.html">How do Image Comments work?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqs5255.html">How can I customize my profile or my group?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqs8803.html">When is The Mystical Journey coming out?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqsd61c.html">Why can't I use my paintings in the chatroom?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqsdcfd.html">Can you make paintings editable?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqsd708.html">Why do I keep getting logged out randomly?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqs0b30.html">How do I retrieve my password?</a>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="faqs681a.html">How do I become an admin?</a>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -142,32 +164,32 @@
|
|||
<h1>Opened Questions (4)</h1>
|
||||
<div class="menu">
|
||||
<div class="zebra">
|
||||
<a href="view153b.html">about TMJ </a> (0)<br />
|
||||
By <a href="../../external.html?link=https://dsipaint.com/member?id=164078">@i123456</a><br />
|
||||
<a href="https://uwuntuos.site">Example 1</a> (0)<br />
|
||||
By <a href="https://uwuntuos.site">@Linux</a><br />
|
||||
<label class="tag tag_default">Other</label>
|
||||
<label class="tag tag_default">default</label>
|
||||
<label class="tag tag_default">0 hr</label>
|
||||
<div class="clear_div"></div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="view0649.html">On O3DS Invalid Date in Group</a> (0)<br />
|
||||
By <a href="../../external.html?link=https://dsipaint.com/member?id=163873">@ich_trink_cola</a><br />
|
||||
<a href="https://github.com/MattTheTekie/">Example 2</a> (0)<br />
|
||||
By <a href="https://github.com/MattTheTekie/">@MattTheTekie</a><br />
|
||||
<label class="tag tag_default">Bug Report</label>
|
||||
<label class="tag tag_default">default</label>
|
||||
<label class="tag tag_default">0 hr</label>
|
||||
<div class="clear_div"></div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="viewa9e2.html">Show/hide button for my own Helpdesk posts incorrect width</a> (0)<br />
|
||||
By <a href="../../external.html?link=https://dsipaint.com/member?id=140519">@GuiedGui</a><br />
|
||||
<a href="https://uwu.surge.sh/">Example 3</a> (0)<br />
|
||||
By <a href="https://uwu.surge.sh/">@uwudev</a><br />
|
||||
<label class="tag tag_default">Bug Report</label>
|
||||
<label class="tag tag_low">low</label>
|
||||
<label class="tag tag_default">0 hr</label>
|
||||
<div class="clear_div"></div>
|
||||
</div>
|
||||
<div class="zebra">
|
||||
<a href="viewf9c9.html">My friend needs verified</a> (0)<br />
|
||||
By <a href="../../external.html?link=https://dsipaint.com/member?id=163960">@IAMMICHAEL</a><br />
|
||||
<a href="https://deafbeef.com/">Easter Egg</a> (0)<br />
|
||||
By <a href="https://deafbeef.com/">@0xDEAFBEEF</a><br />
|
||||
<label class="tag tag_default">Request</label>
|
||||
<label class="tag tag_default">default</label>
|
||||
<label class="tag tag_default">0 hr</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue