Korzystam z CKeditor i uploadu Filemanager z FCKeditor - działa pięknie. Dwa dni już szukam u wujka G coś na temat autoryzacji uploadu i usuwania plików. Niestety, poszukiwania marne. Ma może ktoś jakieś materiały lub doświadczenia w tej kwestii?
W Filemanager jest w pliku filemanager.config.php funkcja, ale w żaden sposób nie mogę jej skonfigurować:
  1. /**
  2.  * Check if user is authorized
  3.  *
  4.  * @return boolean true is access granted, false if no access
  5.  */
  6. function auth() {
  7. // session_name("CAKEPHP");
  8. // if(isset($_SESSION['Auth']['User'])) {
  9. return true;
  10. }
  11. return false;
  12. // You can insert your own code over here to check if the user is authorized.
  13. // If you use a session variable, you've got to start the session first (session_start())
  14. }

Mam logowanie na sesjach, więc nie powinno być problemu, ale widocznie brak FCKeditor uniemożliwia prawidłowe działanie...