Author Topic: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3  (Read 138503 times)

BrotherAndrew

  • Guest
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #105 on: January 21, 2017, 02:03:51 PM »
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) 
« Last Edit: January 21, 2017, 11:20:06 PM by BrotherAndrew »

Offline tpayen

  • Jr. Member
  • **
  • Posts: 45
    • Melanie2 Messaging
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #106 on: January 24, 2017, 09:39:30 AM »
It probably has nothing to do with the mobile skin. This may be due to the mobile web browser or another roundcube plugin

BrotherAndrew

  • Guest
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #107 on: January 24, 2017, 01:42:13 PM »
OK, I Use Very Few Plugins.  That Happens on Various Mobile Browsers.   8)

Offline MCoolU

  • Newbie
  • *
  • Posts: 2
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #108 on: February 11, 2017, 04:53:18 AM »
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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #109 on: February 11, 2017, 05:22:06 AM »
try:
Code: [Select]
$config['plugins'] = array( 'mobile', 'password');
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline MCoolU

  • Newbie
  • *
  • Posts: 2
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #110 on: February 11, 2017, 07:56:40 PM »
try:
Code: [Select]
$config['plugins'] = array( 'mobile', 'password');

that worked! I appreciate the help

Offline hshn

  • Newbie
  • *
  • Posts: 6
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #111 on: February 22, 2017, 06:19:24 AM »
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

« Last Edit: February 22, 2017, 10:30:16 AM by hshn »

Offline tpayen

  • Jr. Member
  • **
  • Posts: 45
    • Melanie2 Messaging
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #112 on: March 06, 2017, 12:07:18 PM »
Hi,
I don't really understand how you do an advanced search while it isn't available in mobile skin?

Offline bgmeet

  • Jr. Member
  • **
  • Posts: 11
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #113 on: March 09, 2017, 02:49:38 AM »
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.

Offline tpayen

  • Jr. Member
  • **
  • Posts: 45
    • Melanie2 Messaging
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #114 on: March 09, 2017, 04:04:43 AM »
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');

Offline bgmeet

  • Jr. Member
  • **
  • Posts: 11
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #115 on: March 09, 2017, 04:41:53 AM »
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.
« Last Edit: March 09, 2017, 04:53:31 AM by bgmeet »

Offline bgmeet

  • Jr. Member
  • **
  • Posts: 11
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #116 on: March 09, 2017, 04:55:30 AM »
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.

Offline tpayen

  • Jr. Member
  • **
  • Posts: 45
    • Melanie2 Messaging
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #117 on: March 09, 2017, 05:56:49 AM »
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?
« Last Edit: March 09, 2017, 06:03:59 AM by tpayen »

Offline bgmeet

  • Jr. Member
  • **
  • Posts: 11
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #118 on: March 09, 2017, 06:08:57 AM »
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.



Offline bgmeet

  • Jr. Member
  • **
  • Posts: 11
Re: Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3
« Reply #119 on: March 09, 2017, 07:20:27 AM »
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.