Recent content by Rockchurch

  1. R

    Not a bug TinyMCE breaking out fluid width style

    Rather than calling that every time the page loads, here's code that only fires if the window is resized: $(window).resize(function () { $('#ctrl_message_html_tbl').css('width', '100%'); });
  2. R

    How can I edit templates with an external editor

    You'll note from my original post, that that is what I've been doing. It works passably, but it's a PITA. Copy-pasting is obviously a bit of an absurd 'workflow' (if one can even call it that).
  3. R

    How can I edit templates with an external editor

    Wow, what an ordeal. Enough that I'm discouraged, which I suspect is the general preference toward using external editors... I'd suggest adding one step to that post about WebDav. You may have to uncomment the magic 'allow webdav' line in .htaccess. I had to figure that one out for myself. You...
  4. R

    How can I edit templates with an external editor

    I'm looking to be able to edit my style's templates, specifically, but not exclusively the css templates in an external editor. I don't see these located in the style directory on the server, so I'm assuming that it's all stored in the db. Is there any way to edit these templates without...
Top Bottom