[horde] how to disabled portal block editing for all users

Muzammel Asghar muzammel.linux at gmail.com
Fri Feb 25 14:52:23 UTC 2011


Not working, still yet.

// the layout of the portal page.
$_prefs['portal_layout'] = array(
    'value' => 'a:0:{}',
    'locked' => true,
    'shared' => false,
    'type' => 'implicit'
);

Also i verified to restart apache, relogin.

Thanks
Muzi

On Fri, Feb 25, 2011 at 7:40 PM, Zach Phillippe <zphil at okcareertech.org>wrote:

>
>
> Muzammel Asghar <muzammel.linux at gmail.com>
>
> > Hi Guys
> >
> > How we can disabled the editing of portal block and add new content for
> all
> > authenticated users in horde 3.3.9 ?, i not want that users manually
> editing
> > or create new blocks in portal, they just seen only predefined block
> only.
> >
> > Thanks
> > Muzi
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> >
> >
>
> webroot>horde>config>prefs.php
>
> change locked to true for the portal_layout setting
>
> // the layout of the portal page.
> $_prefs['portal_layout'] = array(
> ''value' => <whatever your portal settings are>,
> 'locked' => true,
> 'shared' => false,
> 'type' => 'implicit'
> );
>
> hope this is what you are looking for
>
> Zach
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>


More information about the horde mailing list