×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Administrator to manage comments from admin consol

Administrator to manage comments from admin consol 15 years 5 months ago #1849

  • Siber
  • Siber's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Is there a way to allow the administrator to "Manage Comments" from within the Joomla Administrator console? It seems that only Super Administrator can currently.

Thank you!

Administrator to manage comments from admin consol 15 years 5 months ago #1855

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yep, that is right. This will be changed in version 4.1 (when to be expected? well I believe in june 2009)#

Up till then search the forum - there was a thread where I have explained what to be changed ot make it for an admin possible to edit comments.

Administrator to manage comments from admin consol 15 years 5 months ago #1858

  • Siber
  • Siber's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Daniel,

Thank you for the response. I was able to find a post referring to joomla 1.0 but nothing for 1.5, how can I apply this to joomla 1.5? Thank you again.

Administrator can manage comments and access all settings uncommenting 'administrator' in this section of includes/gacl.class.php

// backend menus
//$this->_mos_add_acl( 'administration', 'config', 'users', 'administrator', null, null );
$this->_mos_add_acl( 'administration', 'config', 'users', 'super administrator', null, null );

changed to

// backend menus
$this->_mos_add_acl( 'administration', 'config', 'users', 'administrator', null, null );
$this->_mos_add_acl( 'administration', 'config', 'users', 'super administrator', null, null );

but I don't sure about all effects of this change, appears be safe

Administrator to manage comments from admin consol 15 years 4 months ago #1916

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Since !jocomment still runs with legacy mode on, this should be possible to be used with 1.5
  • Page:
  • 1
Time to create page: 0.110 seconds