[cvs] [Wiki] created: StandartHordePortal
Wiki Guest
wikiguest at horde.org
Thu Mar 13 22:11:36 UTC 2008
guest [84.133.65.132] Thu, 13 Mar 2008 18:11:36 -0400
Created page: http://wiki.horde.org/StandartHordePortal
+ Standardized Horde Portal
[[toc]]
In order to have all your users a standardized Horde Portal view you can \
take your setup preferences extract those and insert it to your
config/prefs.php
++ Extractig portal_layout data
To get your current preferences make use of Horde's PHP CLI and type in the
following:
<code type="php">
echo $prefs->getValue('portal_layout');
</code>
++ Editing config/prefs
Now take your config/prefs.php and look for $_prefs['portal_layout'] and
change the \
array key 'value' to whatever you got from above.
More information about the cvs
mailing list