Welcome, Guest. Please login or register.
August 20, 2008, 05:29:31 PM

Login with username, password and session length
Search:     Advanced search
Website Baker 2.7.0 (stable) released!
For more information look here.
The announcement board can be found here.
60557 Posts in 9791 Topics by 5824 Members
Latest Member: blubb
* Home Help Search Login Register
+  Website Baker Community Forum
|-+  English
| |-+  Modules
| | |-+  Feedback Module
Pages: [1] Go Down Print
Author Topic: Feedback Module  (Read 1722 times)
Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« on: February 22, 2008, 08:06:35 PM »

I've wrote a Feedback Module. This module allows the visitors of your website to comment pages directly from the frontend. Spam Protection with Captcha. The administrator/editorial staff will get automaticly an email an may edit, comment or remove the feedback in the backend. Visitors email address is only visible for the administrator.

Actual version 0.22 was tested by the german community, should be stable and will be available at the Addons Repository soon.

You may check my Homepage (German and English) for download or further informations and an Feedback Module example.

Regards
Ralf
« Last Edit: February 27, 2008, 08:27:45 AM by Ralf (Berlin) » Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
Waldschwein
"All I Do Is Bake" Baker
*****
Offline Offline

Posts: 500


330490907
WWW Email
« Reply #1 on: February 22, 2008, 08:30:26 PM »

Hello!

Really cool module, I haven't seen it now and I think it is one of the "WB should have". It should be made stable when 2.7 and it's new captchas are released, of course you can implement them.

Regards Michael
Logged

Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« Reply #2 on: February 22, 2008, 08:51:19 PM »

Hello Michael,

cool  cool - I'm looking ahead for WB 2.7...

Thank you
Ralf
Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
doc
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 2277

Never mind!!!


« Reply #3 on: February 23, 2008, 09:22:49 AM »

Hello Ralf,

nice module, great contribution.

Please test the module with more restrict PHP settings (mainly error reporting E_ALL). There are some undefined variables etc. which cause warnings like:
Code:
Notice: Undefined index: fb_action in class.feedback.php on line 941

Once this is fixed, I will upload your module to the Addons repository.

Regards Christian
Logged
Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« Reply #4 on: February 23, 2008, 11:04:49 AM »

Hello Christian,

thank you - the call to undefined $_REQUEST['fb_action'] is fixed, could not detect any further problems (testing E_STRICT / PHP5, ignoring the timezone problem).

Regards
Ralf
« Last Edit: February 23, 2008, 11:27:47 AM by Ralf (Berlin) » Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
doc
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 2277

Never mind!!!


« Reply #5 on: February 23, 2008, 11:25:37 AM »

Hello Ralf,

have uploaded your Feedback module v0.23 to the WB Addons repository.
Again thanks for this great contribution.

Regards Christian

P.S.: Can you please remove the download archive of your module from this thread?
« Last Edit: February 23, 2008, 11:27:43 AM by doc » Logged
Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« Reply #6 on: February 28, 2008, 06:17:51 PM »

Hello,

please upgrade to feedback module v0.24 - this version closes a XSS security vulnerability.

Regards
Ralf
Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
rme
Pending Apprentice Baker
**
Offline Offline

Posts: 3


« Reply #7 on: March 07, 2008, 08:26:08 PM »

Hello Ralf

Thanks for great feedback module. Using v 0.24 and wb 2.6.7

Problem I have is that it works on page, and messages are displayed on page and in admin but are not being emailed to the administrator.

WB mailer works for other forms on site and also the "Forgot Login details" email notification works.

Perhaps I need to put in an "Email From"  for the "Field:Your Email Address" as in the standard email forms, as this seems to be needed for sending to work with my forms. I have wb mailer set-up normally for php mail. I have not changed any settings, and a valid email address is being used when making feedback.

If I need to make any settings for the feedback module, I can not see where to do it.

Also small point, is there a way of displaying the date in English, all other text is in English, but the server date/time seems to stay in German, I did see mention of date problem in the forum.

Hope you can help

Regards
Richard
Logged
Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« Reply #8 on: March 07, 2008, 09:28:25 PM »

Hello Richard,

thank you for the feedback  cool

Quote
Perhaps I need to put in an "Email From"  for the "Field:Your Email Address" as in the standard email forms, as this seems to be needed for sending to work with my forms. I have wb mailer set-up normally for php mail. I have not changed any settings, and a valid email address is being used when making feedback.

... in the backend look at the section of the feedback module at each pages where you use it. You will find a input field beside the text "Send email by new comment". Place here the email address the feedback module should use.

You may edit the language file (/feedback/languages/EN.php) and search for 'fb_cfg_info_email' - if you place here the desired email address it will be used as default at each new section of type feedback module.

Quote
Also small point, is there a way of displaying the date in English, all other text is in English, but the server date/time seems to stay in German, I did see mention of date problem in the forum.

This problem will be fixed with the next release.

You may adjust the date/time configuration at your request by yourself. Edit the language file and search for 'fb_feedback_datetime' - the syntax is described in the php manual. For english date/time you may use: 'F j, Y - h:i A'.

I think I should write some documentation...  rolleyes

Regards
Ralf
« Last Edit: March 07, 2008, 09:35:04 PM by Ralf (Berlin) » Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
rme
Pending Apprentice Baker
**
Offline Offline

Posts: 3


« Reply #9 on: March 08, 2008, 12:22:50 AM »

Hello Ralf

Many thanks for very fast reply.
 
Great it now works correctly. Sorry if I should have realised that is what that field was for. I thought it was for forwarding on an existing comment !

I look forward to the next release, and presumably it will allow English for the text around the emailed message as well as the date/time, as having now received the feedback emails, I see they are in German as well. No problem for now, the message text is in English anyway. It is only us who are bad at languages.

Regards

Richard
Logged
Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« Reply #10 on: March 10, 2008, 07:41:29 PM »

Hello,

at the Addons Repository you will find Feedback Module v0.26 for Download:

    * fixed: date/time formatting in EN.php
    * changed: moved email body from template to language files to enable easy language support
    * fixed: backend don't show actual email address after changing
    * added: extended captcha support for Website Baker 2.7.x

At my homepage you will find some helpfull remarks for configuring Feedback Module (in English and German language).

Regards
Ralf
Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
rme
Pending Apprentice Baker
**
Offline Offline

Posts: 3


« Reply #11 on: March 10, 2008, 09:14:29 PM »

Thanks Ralf

That's great.

Richard
Logged
Ralf (Berlin)
Addons Team
Master Baker
******
Offline Offline

Posts: 275


Don't panic...


WWW
« Reply #12 on: March 30, 2008, 01:42:49 PM »

Hello,

at the Addons Repository you will find Feedback Module v0.27 for Download:

  • fixed: using calculation captcha under WB 2.7 does not show the operator
  • added: you may now check comments first before they are published. In this case you will get a email with an activation code for simply unlocking. The author wil be informed by email about the publishing
  • added: language sensitive help function for the backend.

Regards
Ralf
Logged

panke.info - Das Informationsportal rund um die Panke von Bernau bis Berlin...
Pages: [1] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!