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

tpayen

You have to merge the plugins list in one line in your config file.
If you have two lines $config['plugins'] = array(  ); in your config.inc.php file it's the last one that is taken into account. This is why with mobile activated your cpanel doesn't work.
So you have to put just one line :
// List of active plugins (in plugins/ directory)
$config['plugins'] = array( 'cpanellogin','cpanellogout', 'mobile' );

hehehuhu

You're right! I failed   ::)

Manythanks, everything OK! :)

BrotherAndrew

#92
I'm Testing this Skin on a Testing web site.

I Have $config['plugins'] = array( 'mobile', ); in the config/config.inc.php, and I ReNamed the Skin Directory to melanie2_larry_mobile.

I Also ReNamed the Plugin Directory Roundcube-Plugin-JQuery-Mobile-master to roundcube_jquery_mobile & I ReNamed the Plugin Directory Roundcube-Plugin-Mobile-master to mobile.

The LogIn Page is Normal on Desktops & Phones, but when Logged In, the Messages Show, however the Top & the Bottom of the Skin are Messed Up.

What am I Doing Wrong?   8)

Also, I Prefer Animated Gif Logos for my web mail.  So Transparency Isn't an Option.  I Tested 150 150 150 to Match the LogIn Box Color according to what I saw in CSS.  But that's Not the Matching Color.  What the Proper Color?  Actually it Looks Like #F1F1F1 (241 241 241) is the Proper Color, or at least Very Close.   :D

tpayen

Hi,
The jquery_mobile plugin has to be renamed to "jquery_mobile", not "roundcube_jquery_mobile"

BrotherAndrew

#94
Okay, Thanks!  The Compose Button on the Bottom, Only Showed about 3/4 of that Button on my Phone, Computer & iPad, until the Screen was Full With Messages.  It Mainly Looks Great!  8)

BrotherAndrew

#95
That Mobile Skin Looks Sharp!  I Mostly Figured Out How to Use that Mobile Skin!  In the Trash Folder, a Empty Trash Button would be Great!  And the Desktop Version Button Doesn't serm to do anything.  To me, It's Not Needed.  Also, the Plugin Files & that Skin File Should Unzip with the Proper Directory Names.  It seems silly to Need to ReName them with Every Upgrade.  8)

skeffling2

This is great, really good.

One suggestion though, we have uses with many folders and sub-folders -  at the moment all the folders are expanded which is a bit of a pain as it's a really long list. It would be great if these could be collapsed and expanded somehow.

Thanks again!

BrotherAndrew

#97
The Desktop View & Mobile View Links appear to be Useless.  I Now Have this Mobile Skin as the Skin for my Web Mail Service.  I ReNamed Desktop View to Do Not Use.  How do Users Find the Size of Each Email?   8)

A Empty All Button would be Great in the Trash Folder.  And I'm Not sure How to Access Canned Responses?   :)

BrotherAndrew

#98
I Tested on Over 5 Phone Browsers, and on about Half of them, It's Very Hard to Select Messages to Delete.  But on the Other Browsers It's Very Easy.   8)

BrotherAndrew

Someof the HTML Emails that Have Images Don't Fully Open.   8)

passzivsurmo

#100
Hi people!

I have a little problem. On my NAS I tried to install this skin, followed the instructions (copy and rename) and the config edit.
In the web interface the skin showed up in the selectable skins list so I switched to melanie and bang, shit happened.
Now, no matter what I do when I open the web interface I get this:
https://drive.google.com/open?id=0BxzM0z2yeRqCdzRDVUxhZHFwcHM

Any advice what did i screw up?

rm13

You are using Roundcube 1.2.3?
Could start with web server error logs and PHP logs. If it broke after switching to this skin, re-check you got things in the right place to match your install and that you have proper file permissions.

passzivsurmo

#102
Quote from: rm13 on January 11, 2017, 01:15:29 AM
You are using Roundcube 1.2.3?
Could start with web server error logs and PHP logs. If it broke after switching to this skin, re-check you got things in the right place to match your install and that you have proper file permissions.
yes, version 1.2.3. I have to look up how to check these logs as most of the core features is hidden from the plain user in Synology DSM. File permissions was my nightly wild guess too so will check it if i have a time at work.

EDIT: yes, it was the file permissions! :) ty for the tip!

schickel007

#103
I have also a messed up skin.

It's Roundcube Webmail 1.3-beta
Mobile Melanie2 Skin 0.4.7
jquery mobile 1.4.5
Mobile Melanie2 Skin 0.4.7

All folders are correctly renamed, permissions are as all the others in the folders and the plugin is activated correctly.

Any other suggestions?

tpayen

what does "messed up" mean? can you put a screen shot?
I'm not sure if it's compatible with 1.3-beta (not tested), have you tried with rc 1.2.3 ?