Roundcube Community Forum

 

Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3

Started by tpayen, May 20, 2015, 12:45:32 PM

Previous topic - Next topic

enetra

Hi,

Now is ok, thank you :)
How to write an HTML message in a mobile version?

tpayen

Great :)

The HTML editor is disable in mobile theme.
TinyMCE has no mobile version even if it is usable with a mobile.
In fact I'm not sure if HTML writing is very useful with a mobile ? It seems to me that mobile apps doesn't provide an HTML editor

If HTML is really needed, It takes a simple code change to reactivate

doog

Is it possible to display images in HTML emails?  I don't see any version of the "Display Images" button in the mobile skin.  Everything else works flawlessly.


jaydo

I'm having problems with 0.4 in RoundCube 1.1.2...
I believe I followed all the instructions, however I get this page which appears to be missing CSS?


tpayen

@doog, this is actually a problem with the ajax loading page. You can refresh the page after opening a message with HTML images and you'll see the display images button. But it is not satisfactory, I have to fix this.

@jaydo you probably missed something. You need to follow the install instructions in https://github.com/messagerie-melanie2/roundcube_skin_melanie2_larry_mobile#installation part

doog

Quote from: jaydo on August 01, 2015, 05:48:46 AM
I'm having problems with 0.4 in RoundCube 1.1.2...
I believe I followed all the instructions, however I get this page which appears to be missing CSS?

Jaydo: I had the same problem at first.  I was trying to switch the skin from Larry to "Mélanie2 Larry mobile" in my user preferences. What I didn't realize was that if you leave the skin Preferences set to Larry you still get the mobile view on a mobile device.  I only discovered it because I'd given up on it working and then noticed that with the skin set to Larry on my laptop I had a "Mobile view" in the upper left-hand corner.  I assume this is actually the "Mélanie2 Larry mobile" skin because it looks identical to it in every way.


doog

Quote from: tpayen on August 02, 2015, 08:51:35 AM
@doog, this is actually a problem with the ajax loading page. You can refresh the page after opening a message with HTML images and you'll see the display images button. But it is not satisfactory, I have to fix this.

tpayen: Thanks for the workaround, I'll be happy to do that until there's a fix.

Regards,

Doug

tpayen

Hi,

New release v0.4.1 :
- Support HTML editor when composing a new message
- Add a HTML/text switch button in the compose message header
- Fix "Display external images" problem when opening a message from the list (ajax)
- Fix CSS problem when switching to mobile skin from the Settings > User Interface menu. (but this is not recommended, use the Mobile View on top left instead)

Download the skin:
https://github.com/messagerie-melanie2/roundcube_skin_melanie2_larry_mobile/releases/tag/v0.4.1

Download the plugin:
https://github.com/messagerie-melanie2/roundcube_mobile/releases/tag/v0.4.1

tpayen

zawwinmin

Melanie2 Larry Mobile skin is great.
I love it.
Everything working fine,but I have a issue.
Mobile theme is effect the Desktop themes.
Desktop theme css is broken.
Thanks

tpayen

Hi
Thanks for your feedback :-)

To use the mobile skin, you need to click on the "Mobile view" link, on the top left of the window (it's automatically loaded in a mobile/tablet device).
It's not recommended to change the skin in the "Settings > User Interface" menu, because it changes the user preference on each device, so keep your desktop theme here.
I think this might be the reason of your css problem. If not, what is the desktop theme you use ?

zawwinmin

I use larry default theme.
Sorry for misunderstanding.
Desktop theme is not broken, it is conflict with mobile and some interface is look like mobile theme.
Thanks.

tpayen

There is normally no incompatibility with Larry skin
Have you checked your User Interface settings, if Larry is correctly selected ?
Can you add some screenshots ?

zawwinmin

In mail composing-


And Settings can not save.
Thanks

tpayen

Have you add "jquery_mobile" to the config['plugins'] array ? Because you don't need to (and you must not).
You just need :
$config['plugins'] = array( 'mobile', );
for the Melanie2 Larry Mobile skin

zawwinmin

#29
Oh many thanks.
You fixed my error.
I added "jquery_mobile" in plugin config.
Desktop theme is working, Mobile theme is working now.
I should read carefully README.md at https://github.com/messagerie-melanie2/roundcube_skin_melanie2_larry_mobile
Thanks again.