Confused.com

Ashley S

Paragon
Joined
Jun 7, 2010
Messages
2,074
Reaction score
34
FP$
501
I'm confused..

Editing the help document page and I'm adding things and for some reason it's not updating..

Code:
<html>
<head>
<title>Forum Groups</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>Administrators</strong></span></td>
</tr>
<tr>
<td class="trow1">

Administrators are the highest Groups you can get on a forum these people Moderate the whole forum, they also have these Settings below <br />
- Able to delete Threads & Posts<br />
- Able to promote anyone to a Moderator, Forum Helper, Graphic Designers or move a member to the Banned group <br />
- Able to Ban and IP-Ban unwanted members<br />
- Access to offline forums<br />
- Access to a private Administrator forum (Only Administrators can see the forum board section) <br />

</td></tr></table>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>Moderators</strong></span></td>
</tr>
<tr>
<td class="trow1">

Moderators are the people that control the whole forum, but have less permissions than the Administrator group

</td></tr></table>
{$footer}
</body>
</html>

Just doesn't seem to update every time I add something 🙁

Link: http://chatarena.org/forum/misc.php?action=help
 
Why don't you edit this through the ACP? When did it stop updating? From what I can see, you've already added a little bit.

You can add all of this through the ACP and it's much easier.
 
Back
Top Bottom