Viewing file: help.php (6.59 KB) -rwxrwxr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include('ax5.inc');
disp_preamble('Ax Main forum','Ax Help Center'); ?> <script type="text/javascript" src="js/jquery.quicksilver.js?v1"></script> <script type="text/javascript" src="js/jquery.simpleFAQ-0.4.min.js?v1"></script>
<script type="text/javascript"> $(document).ready(function() { $('ul#faqList').simpleFAQ({ //showOnlyOne: true, //allowSearch: false, //searchNode: '#faqSearch', //minSearchScore: 0.7, //sortSearch: true, data: faqs }); $('#simpleFAQSearch').keyup(function(jQEvent, results) { // If the user has no search query, show all results if (this.value.length < 1) { $('.simpleFAQ').show(); } }); $('.simpleFAQ').show();
});
var faqs = [ { question: "How do I contact the moderators?", answer: "<p>You can send us a message through the <a href=\"./contact\">contact page here</a>.</p>", tags: "contact, reach, message, send, email, mail, moderators, moderation, axteam, team" }, { question: "Someone is attacking or insulting me on the forum. What can I do?", answer: "<p>Blatant attacks are not allowed on Ax. There is a report feature on each post on the forum, at the top-right that allows you to report the post to the moderation.</p>", tags: "attack, insult, report, contact" }, { question: "What type of image can I add to my message?", answer: "<p>You can upload an image in JPG, GIF or PNG formats. We suggest an image with a filesize of less than 1MB and a width of less than 800px. Most of the time, when someone has trouble with uploading an image to their post, it is because the filesize is too large, or it is the wrong file format (like PDF or DOC). If you still have trouble, <a href=\"./contact\">contact us</a>.</p>", tags: "photo, upload, add, attach, image, pic, picture, poster" }, { question: "How do I change my user name?", answer: "<p>We won't allow frequent user name changes. If you want to change your username, you'll need to <a href=\"./contact\">contact us</a> to let us know which username you currently use and which name you want to change to.</p>", tags: "change, name, username" }, { question: "I have two or more Ax accounts. How do I combine them?", answer: "<p>We only allow one Ax account per person. If you have more than one account, we can combine the accounts. You'll have to <a href=\"./contact\">contact us</a> to let us know what your account names are. We need to make sure you are the owner of the accounts. The more information you give us about the accounts (password, email address used for each account, etc), the easier it will be for us to make the change.</p>", tags: "multiple, user, username, name, account, combine" }, { question: "How do I change my email address for my account?", answer: "<p>We will eventually add the option to change your email address of your account through your profile page. Right now, you'll have to <a href=\"./contact\">contact us</a> to let us know what your new email address should be.</p>", tags: "change, email, mail, address" }, { question: "Someone posted something crude, offensive or inappropriate. What can I do?", answer: "<p>If someone posts some offensive material or message on the Ax forum, there is a report feature on each post on the forum, at the top-right that allows you to report the post to the moderation.</p>", tags: "offensive, inappropriate, crude, rude" }, { question: "Someone is trolling on the forum. What can I do?", answer: "<p>Blatant trolling is not allowed on Ax. Keep in mind that it is sometimes difficult to determine if someone is trolling. If you suspect someone of trolling, there is a report feature on each post on the forum, at the top-right that allows you to report the post to the moderation.</p>", tags: "troll, trolling" }, { question: "Someone posted something offtopic in the wrong forum? What do I do?", answer: "<p>If you see a post or that is posted in the wrong forum, there is a report feature on each post on the forum, at the top-right that allows you to report the post to the moderation. To report a topic thread, you should report the first post of that thread.</p>", tags: "off topic, thread, post, wrong, forum" }, { question: "Someone posted a video or image that I own the copyright to. What can I do?", answer: "<p> \ We do what we can to protect copyright owners of fight images or video. \ </p> \ <p> \ <b>Video:</b> We do not host video files on Ax, so the video is most likely hosted by a site like Youtube. Those sites offer a complaint option to protect copyright owners. \ <b>Photos:</b> Ax does allow image uploading as well as links to images on other websites. \ </p> \ <p> \ <b>What you need to do.</b> If someone uploads or links to an image that you own the copyright to, then we will need some sort of background information \ on the image or video that would lead us to believe that you are the copyright owner. Without this, anyone could \ claim copyrights to any image or video posted on Ax. You can report the offending post to the moderation by \ using the "Report Post" link at the top right of each post. \ </p>", tags: "copyright, copyrights, rights, video, photo, youtube, image, poster, infringe, infringement" }, { question: "I forgot my ax name or password, what do I do?", answer: "<p> You can retrieve your Ax name and password through the <a href=\"./?action=forgotpwd\">forgot password form</a>. \ You can have your account details sent to your account email. If you have multiple accounts registered under one email address, then the moderation will ne notified and we will help you with your account. \ If your account has an old email address, <a href=\"./contact\">contact Ax moderation</a> to let us know.</p>", tags: "password, name, email, forgot, retrieve" }
];
</script>
<div id="helpCenter"> <h2>Try to find your question here. If you don't see it, then <a href="./contact">contact us</a> and we'll help you</h2> <br /><br /> <!--<h2>Begin typing a keyword and related information will display</h2> <div id="examples"> Examples:<br /> <div>forgot password</div> <div>change name</div> </div> <span id="faqSearch"> </span>--> <ul id="faqList"> </ul>
</div> <? disp_tail(); ?>
|