Seite 1 von 1
standarteinstellungen für foreneinstellungen ändern
Verfasst: 03.05.2005 19:05
von WEEDman
hallo
wo kann man standarteinstellungen für foreneinstellungen ändern?
http://www.8ung.at/diedreinet/sonstiges ... ellung.gif
Große Grafiken nur als Link; Leuchte
Verfasst: 04.05.2005 15:58
von WEEDman
hallo,
ich möchte einfach, dass wenn ich ein neues forum eröffne, gleich standartmäßig das richtige ausgesucht ist...
muss doch irgentwie gehen...weil umfragen standartmäßig auf registriert ist

Verfasst: 05.05.2005 11:29
von WEEDman
hallo?!
weiß das keiner

Verfasst: 05.05.2005 12:56
von Leuchte
admin/admin_forums.php
Code: Alles auswählen
$forum_auth_ary = array(
"auth_view" => AUTH_ALL,
"auth_read" => AUTH_ALL,
"auth_post" => AUTH_ALL,
"auth_reply" => AUTH_ALL,
"auth_edit" => AUTH_REG,
"auth_delete" => AUTH_REG,
"auth_sticky" => AUTH_MOD,
"auth_announce" => AUTH_MOD,
"auth_vote" => AUTH_REG,
"auth_pollcreate" => AUTH_REG
);
AUTH_
* ALL - Alle
* REG - Registrierte
* ACL - Privat
* MOD - Moderatoren
* ADMIN - Administratoren
Verfasst: 05.05.2005 13:18
von WEEDman
DANKE 