Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: louisli on November 20, 2013, 03:17:55 AM

Title: Tasklist classic skin anyone?
Post by: louisli on November 20, 2013, 03:17:55 AM
Hi all,

Just installed Tasklist (Kolab package 3.1.7) on my RC 0.9.5 and found it shows "Service currently not available" while in classic skin, when I changed to Larry skin, everything works fine.  So I checked the folder and found Tasklist doesn't come with a classic skin, I tried to copy the Larry skin as classic skin but it doesn't seem to work, since tasklist is still showing "service not available".  Is there anything else I should change to make tasklist available on classic skin?  Or could anyone share you tasklist classic skin files?

Thank you very much.
Title: Re: Tasklist classic skin anyone?
Post by: SKaero on November 20, 2013, 12:08:26 PM
Is there anything in the RoundCube error log?
Title: Re: Tasklist classic skin anyone?
Post by: louisli on November 20, 2013, 10:01:39 PM
Thank you.

PHP Error: Error loading template for tasklist.mainview in /home1/josephq9/public_html/JMail/program/include/rcmail_output_html.php on line 489

484        // read template file
485        if (!$path || ($templ = @file_get_contents($path)) === false) {
486            rcube::raise_error(array(
487                'code' => 501,
488                'type' => 'php',
489                'line' => __LINE__,
490                'file' => __FILE__,
491                'message' => 'Error loading template for '.$realname
492                ), true, $write);
493            return false;
494        }

When in classic skin, only this line was shown, but in Larry skin no error found.
I'm not sure what will happen when a plugin doesn't have a specific skin, so you mean "service not available" is abnormal?
Title: Re: Tasklist classic skin anyone?
Post by: SKaero on November 21, 2013, 12:24:55 AM
I don't use the plugin but if it were coded right it shouldn't throw that error. I'd contact the plugin author and ask them to fix it.
Title: Re: Tasklist classic skin anyone?
Post by: plp13 on January 03, 2015, 01:57:23 PM
I'm really really interested in a classic skin for Tasklist. Has anyone done any work towards this?