4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: honda2000 on February 01, 2014, 09:51:49 AM

Title: ACP
Post by: honda2000 on February 01, 2014, 09:51:49 AM
Ich habe eine Frage zum ACP.
Wenn ich eine neue Kategorie erstelle, kommt in den Polldowns, Upload > alle
Wie kann ich daauf: Administratoren
ändern?
Title: Re: ACP
Post by: nobby on February 01, 2014, 11:22:09 AM
Hei,

das kannst Du in der admin/categories.php festlegen.

$access_field_array = array(
  "auth_viewcat" => AUTH_ALL,
  "auth_viewimage" => AUTH_ALL,
  "auth_download" => AUTH_USER,
  "auth_upload" => AUTH_USER,
  "auth_directupload" => AUTH_ADMIN,
  "auth_vote" => AUTH_ALL,
  "auth_sendpostcard" => AUTH_ALL,
  "auth_readcomment" => AUTH_ALL,
  "auth_postcomment" => AUTH_USER
);


nobby
Title: Re: ACP
Post by: honda2000 on February 01, 2014, 11:59:37 AM
 8O
hab ich gar nicht
Title: Re: ACP
Post by: nobby on February 01, 2014, 12:04:30 PM
8O
hab ich gar nicht


Doch musst Du haben, im ADMIN-Ordner  :wink: Habe ich nachgetragen, hatte ich vergessen.

nobby
Title: Re: ACP
Post by: honda2000 on February 01, 2014, 12:31:08 PM
 :D
Ah, da wird ein Schuh draus, perfekt!