Coder Social home page Coder Social logo

Comments (9)

tofi86 avatar tofi86 commented on June 12, 2024

Neither do I regularly maintain this plugin nor am I the author of it. However I'm also using this plugin frequently and will have a look if I got some free time.
However, this may take some time. Probably someone else is faster and proposing a pull-request?

from roundcube-plugin-threecol-layout.

nagyrobi avatar nagyrobi commented on June 12, 2024

I saw that the original author deleted this plugin from his repository, and I see absolutely no other copy of it elsewhere.

I actually tried to find the problem but failed. That's because although I know some basic php, I don't know anything abouth roundcube's architecture, thus I'm completely lost.
But I feel it shouldn't be too complicated to fix, as it's usable, as long as you click 3 times after the inbox loads.

from roundcube-plugin-threecol-layout.

tofi86 avatar tofi86 commented on June 12, 2024

I see your point, but I'm also not able at the moment to fix this issue... :-/
Probably someone else will send a pull request with a fix...

from roundcube-plugin-threecol-layout.

nagyrobi avatar nagyrobi commented on June 12, 2024

Oh sorry, I really didn't mean to rush you.

from roundcube-plugin-threecol-layout.

dpc22 avatar dpc22 commented on June 12, 2024

Actually the fix appears to be trivial, one of the regexps just needs to be updated:

diff --git a/skins/larry/func.php b/skins/larry/func.php
index a4e983d..8283866 100755
--- a/skins/larry/func.php
+++ b/skins/larry/func.php
@@ -9,21 +9,17 @@ function render_page($args)
 {
        $patterns = array();
        $patterns[0] = '/#mailview-top \{ height: [0-9]+px; \}/';
-       $patterns[1] = '/#mailview-bottom \{ top: [0-9]+px; height: auto; \}/';
+       $patterns[1] = '/#mailview-bottom \{ top: [0-9]+px; height: auto; display: block; \}/';
        $patterns[2] = '/id="mailview-top"/';
        $patterns[3] = '/id="mailview-bottom"/';

However $patterns[3] and $patterns[4] in the same substitution are now surplus to requirments as Roundcube 1.0.1 no longer has <div id="message" class="statusbar"> in the base template.

I can write this up as a pull request if you prefer.

from roundcube-plugin-threecol-layout.

aewne avatar aewne commented on June 12, 2024

Just upgraded to 1.0.1 yesterday. Thanks a bunch for the fix dpc22!

from roundcube-plugin-threecol-layout.

tofi86 avatar tofi86 commented on June 12, 2024

That would be great, @dpc22, as I'm on vacation the next couple of weeks and can't fix it before I leave...

from roundcube-plugin-threecol-layout.

dpc22 avatar dpc22 commented on June 12, 2024

Have done so.

#6

from roundcube-plugin-threecol-layout.

tofi86 avatar tofi86 commented on June 12, 2024

Fixed by #6

from roundcube-plugin-threecol-layout.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.