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

BrotherAndrew

#105
Another Issue that I Discovered.  All PDF Files that are Attached to the web mail Download on phones with the File Name downloadfile.pdf.  And Zip Files Download as downloadfile.zip.  That's Very Annoying!  I'm making various PDF Files for people to Download, and they All Download from the Same web mail account.  How Can that Be Avoided?   8) 

tpayen

It probably has nothing to do with the mobile skin. This may be due to the mobile web browser or another roundcube plugin

BrotherAndrew

OK, I Use Very Few Plugins.  That Happens on Various Mobile Browsers.   8)

MCoolU

I encountered an issue that disables the mobile skin. When I activate the plugin to add the password tab in settings for email users to change their password, it disable the melanie2 mobile skin.

This is how the plugin sections looks in the config file:
// PLUGINS
// ----------------------------------
// List of active plugins (in plugins/ directory)
$config['plugins'] = array( 'mobile', );
// $config['plugins'] = array('password');

Any suggestions?

JohnDoh

try:
$config['plugins'] = array( 'mobile', 'password');
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

MCoolU

Quote from: JohnDoh on February 11, 2017, 05:22:06 AM
try:
$config['plugins'] = array( 'mobile', 'password');

that worked! I appreciate the help

hshn

#111
Hello,

thank you very much for this usable mobile skin, which I have tested in the last days.
For your information: I ran in this error at LDAP addressbook search (advanced search):

[22-Feb-2017 10:12:19 +0100]: <hp1iq3oq> PHP Error: Error loading template for contactsearch in ~roundcube-install/program/include/rcmail_output_html.php on line 602 (GET /webmail/?_task=addressbook&_form=1&_action=search)

I have found, that there was no contactsearch.html in the directory ~roundcube-install/skins/melanie2_larry_mobile/templates. I have copied the contactsearch.html from larry-skin - now this works also.

Update little later: Hm, not in the end. The Klick on the Button "Suche" (Search) does nothing.

The quick search works and find contacts in the LDAP addressbook.


Best regards,
Heidrun


tpayen

Hi,
I don't really understand how you do an advanced search while it isn't available in mobile skin?

bgmeet

Hello
its not working at all for me :(

my site is http://zukumail.com/
And there is no mobile version...
If someone help will be great.
I did everything on that tutorial and noting changed.

tpayen

To enable mobile skin you have to add 'mobile' in your plugins list.
If you've already a plugins list in your configuration file,  just add like this
$config['plugins'] = array('foo', 'bar', 'mobile');

bgmeet

#115
Hello,
no matter what i add.. these lines broke my landing page.
Mobile start working but buttons stop working,
// List of active plugins (in plugins/ directory)

$config['plugins'] = array('automatic_addressbook', 'persistent_login', 'chbox', 'serverinfo', 'password', 'new_user_dialog', 'foo', 'bar', 'mobile', 'forgottenpassword');

// compose html formatted messages by default
// 0 - never, 1 - always, 2 - on reply to HTML message, 3 - on forward or reply to HTML message
$config['htmleditor'] = 1;

// default setting if preview pane is enabled
$config['preview_pane'] = true;

$config['mime_types'] = '/etc/httpd/conf/mime.types';

// if in your system 0 quota means no limit set this option to true
$config['quota_zero_as_unlimited'] = true;


So on desktop is working but on mobile these butons missing.

bgmeet

You can check http://zukumail.com on descktop and on mobile.
on mobile buttons missing .. theme tho work fine.
Just buttons on landing page missing on mobile.

tpayen

#117
try to disable others plugins to see what happens.
Check if mobile/jquery_mobile and mobile skin directories have read/write rights for www-data

edit: I just tried your website, for me it works I do not see the problem?

bgmeet

Hello,
Both jquery_mobile and mobile skin directories have 0777 chmod.
And i noticed that bottom of the theme missing too but that is not the big issue. I just need those buttons for register at least. I think i said that i use Larry theme ?
Thanks for your fast replays.



bgmeet

well on browser look good but on mobile only login button is there. no register no recovery.
If some how have luck to make mobile look like browser will be awesome.