Als Beispiel sollen hier mal die Gruppenbefugnisse herhalten.
Klickt man auf Gruppenbefugnisse bekommt man eigentlich ein Formular dass so 8oder so ähnlich) aussieht:
Ab und an (nämlich genau dann, wenn es nicht funktionier), sieht das aber auch so aus:<form method="post" action="admin_ug_auth.php?sid=fc1b0d0a5eaf3399b7e9cfcdc6eef0de">
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" align="center">Wähle eine Gruppe</th>
</tr>
<tr>
<td class="row1" align="center">
<input type="hidden" name="mode" value="group" />
<select name="g">
<option value="3">-UFO- Mitglieder</option>
<option value="4">-UFO- Verwalter</option>
</select>
<input type="submit" value="Gruppe auswählen" class="mainoption" />
</td>
</tr>
</table>
</form>
Es gibt einige Seiten, die von diesem Fehler betroffen sind. So z.B. auch die Seite zum erstellen neuer Foren.<form method="post" action="admin_ug_auth.php?sid=fc1b0d0a5eaf3399b7e9cfcdc6eef0de">
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" align="center">Wähle eine Gruppe</th>
</tr>
<tr>
<td class="row1" align="center">
<input type="hidden" name="mode" value="" />
<select name="g">
<option value="3">-UFO- Mitglieder</option>
<option value="4">-UFO- Verwalter</option>
</select>
<input type="submit" value="Gruppe auswählen" class="mainoption" />
</td>
</tr>
</table>
</form>