great plugin, i have fix some little issues and add german language diff is attached.
some little changes in other plugins included to show help for this.
many thx for this great work.
I can't get 0.4-beta (downloaded from front page) to work in IE8.
The toolbar icons (checkmail, compose, etc.) get highlighted but the buttons remain clickable and no tool tip displays on hover.
All other elements seem to work. Just a problem with the toolbar buttons.
I do not encounter this issue with FF, Safari or Opera.
Last edited by jeffshead; 07-28-2010 at 08:19 AM.
great plugin, i have fix some little issues and add german language diff is attached.
some little changes in other plugins included to show help for this.
many thx for this great work.
lacri,
wouldn't it be better to add plugins support to the plugin config?
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
hmm i think the best solution is a standards for buttons unique id or class and when class or id is not set is a real solution thats the plugin api the plugin name set as class or id.
Thanks for the translation Lacri. I'll try and spend more time on this and other plugins soon. Am a little busy with work.
Rosali, I think what lacri is doing with those plugin patches is make them identifyable to the help_ui plugin. Some UI elements dont have any id or class.
You can fix this by editting the css file, change these 2:
.help_ui_overlay {
position: absolute;
background-color: #FF0000;
opacity: 0.3;
filter:alpha(opacity=30);
z-index: 503;
}
#help_ui_overlay_screen {
display: none;
position: absolute;
z-index: 501 !important;
background-color: #0000ff;
opacity: 0;
filter:alpha(opacity=0);
}
In both cases the z-index was changed.
Thank you for all of your contributions. Making cross browser (IE in particular) applications can be a real pain in the rear.
Your time and expertise is certainly appreciated.
I installed the markasjunk2 plug-in and added it to help_ui. Everything works but an extra overlay for markasnotjunk2 appears in the left corner of the page, as depicted below:
Here's what I added to help_ui's config.inc.php:
And to en_US.inc:Code:// markasjunk2 'markasjunk2' => '.markasjunk2', 'markasnotjunk2' => '.markasnotjunk2',
Is there anything that can be done to get rid of or hide the extra overlay?Code:// markasjunk2 $messages['markasjunk2'] = 'Click this button to mark an opened or highlighted email as spam and move it to the Junk folder. You can select multiple emails by holding the shift or ctrl/apple key.'; $messages['markasnotjunk2'] = 'Click this button to unmark an opened or highlighted email as spam and move it to the Inbox folder. You can select multiple emails by holding the shift or ctrl/apple key.';
There are currently 1 users browsing this thread. (0 members and 1 guests)