> Hi,
>
> I have just install Image Button Plugin. and It is look very nice. Now I
> want to force to use all my client's with default setting icon without
> text.
>
> How do I do force to my user ?

If you follow previous advice by Alan and install forced_prefs plugin, you
will have to create plugin's configuration file
(config/forced_prefs_config.php or plugins/forced_prefs/config.php)

config file contains two variables in array format. See
plugins/forced_prefs/config-sample.php

if your $fp_added_settings array contains

$fp_added_settings = array(
    'image_buttons_type'       => 'icons',
    'image_buttons_size'       => 'theme'
);

any user that logs into squirrelmail and does not have image_buttons
preferences, will be set to use icons. If instead of 'icons' you use
'texticons' - users will get icons with text buttons.

If you need big images like "Outlook Bar" in folder listing frame, you
have to create bigger versions of inbox.png, delitem.png, draft.png,
senti.png in images directory and fiddle with code in src/left_main.php.
If you are only implementing standard features provided by squirrelmail
packages and plugins, you might have problems with that.

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to