Author Topic: ACP  (Read 6345 times)

0 Members and 1 Guest are viewing this topic.

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
ACP
« 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?

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: ACP
« Reply #1 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
« Last Edit: February 01, 2014, 11:50:25 AM by nobby »

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: ACP
« Reply #2 on: February 01, 2014, 11:59:37 AM »
 8O
hab ich gar nicht
« Last Edit: February 01, 2014, 12:26:29 PM by honda2000 »

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: ACP
« Reply #3 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

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: ACP
« Reply #4 on: February 01, 2014, 12:31:08 PM »
 :D
Ah, da wird ein Schuh draus, perfekt!