Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 10:46:18 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155529 Posts in 21713 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Web baker 2.8 combining sections droplets issue  (Read 1612 times)
knock

Offline Offline

Posts: 3


« on: December 03, 2009, 02:24:46 PM »

Hi,

I made an upgrade from 2.7 to 2.8 and I noticed that when I combine two sections or more, droplets aren't working, but when I have a single section it's working. Can somebody figure out where could be the problem?

Thanks.
Logged
Waldschwein
Guest
« Reply #1 on: December 03, 2009, 02:32:00 PM »

Hello!

As far as I know it's this bug: http://project.websitebaker2.org/changeset/1138

So the best would be to test with the current SVN: http://project.websitebaker2.org/browser/branches/2.8.x
It's working stable as far as I know, but of course it's no release, only SVN. And testing it is always a good idea.  cool

Yours Michael
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3146



WWW
« Reply #2 on: December 03, 2009, 02:38:09 PM »

Yes, or download the latest droplet module by AMASP, Version 1.0.2

http://www.websitebakers.com/pages/droplets/module-wb2.8.php

Dietmar
Logged

We are human beings - and nobody is perfect at all.
knock

Offline Offline

Posts: 3


« Reply #3 on: December 03, 2009, 03:42:18 PM »

Thanks for your quick replies guys, but the problem isn't going. I also noticed that the main issue is when I combine a section with a form. With other type of pages works. So this issue could be from form module?

Greets.
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3146



WWW
« Reply #4 on: December 03, 2009, 05:36:05 PM »

Yes i know, but it's easy. Laod the view.php in form folder in your Editor and search and comment out follwing

Code:
/**
    NOTE: comment out the line ob_end_flush() if you indicate problems (e.g. when using ob_start in the index.php of your template)
    With ob_end_flush(): output filter will be disabled for this page (and all sections embedded on this page)
    Without ob_end_flush(): emails are rewritten (e.g. name@domain.com --> name(at)domain(dot)com) if output filter is enabled
    All replacements made by the Output-Filter module will be reverted before the email is send out
*/
if($filter_settings['email_filter'] && !($filter_settings['at_replacement']=='@' && $filter_settings['dot_replacement']=='.')) {
  /*     ob_end_flush(); */
}

the ob_end_flush. And your Droplets are working on form pages

Dietmar
Logged

We are human beings - and nobody is perfect at all.
knock

Offline Offline

Posts: 3


« Reply #5 on: December 03, 2009, 05:59:02 PM »

THANKS. WORKS.
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3146



WWW
« Reply #6 on: December 03, 2009, 06:07:10 PM »

good to know

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!