I got the plugins but I don't really think that it is exactly what I want.

The problem is that the addgraphics config.php shows me only how to build
an array of HARDCODED virtualdomain and not dynamically like the vlogin.

Unless you can show me or give me a variable that is not documented that I
can put in like your vlogin ###VIRTUAL_DOMAIN###_logo.gif lines.

THis is the section of the code that would do it but hardcoded. Can it be
dynamic?

config.php
----------
   ...
   $addgraphics_virtualDomains = array(

      'mydomain' => array(

         'left_image' => '../images/mydomain_logo.gif',
         'left_image_alt' => 'My Domain',
         'left_image_url' => '',   // this one won't be a link
         'div_style'      => 'position:absolute;top:200px;left:5px;',
         //'image_width' => 100,
         //'image_height'   => 100,

      ),

      'anotherdomain' => array(

         'left_image' => '../images/anotherdomain_logo.gif',
         'left_image_alt' => 'Another Domain',
         'left_image_url' => 'http://www.anotherdomain.org',   // this one
will be a link

         //'div_style'      => 'text-align: center;',
         //'image_width' => 100,
         //'image_height'   => 100,

      ),

   );
   ...
------------------
>> > - Does the virtual logo works only for the login page?
>>
>> Yes.  If you want a per-domain image on the left frame above the
> folder
>> list, the username plugin works good for that:
>>
>> http://www.squirrelmail.org/plugin_view.php?id=35
>
> Sorry, my bad.  The "addgraphics" plugin is what you want, not the
> username plugin.
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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