Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:02:52 AM

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.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: 1 2 3 [4]   Go Down
Print
Author Topic: Feedback Module  (Read 18426 times)
D72

Offline Offline

Posts: 253


« Reply #75 on: October 01, 2010, 07:05:45 PM »

Sorry for the bumb...
But i really would like to know if it's possible to not show feedback comments on the Short article pages.
Only the link to add feedback and on the ful article page the feedback form and the feedback comments.
Actually, just like the original comment option shows.
Logged
Ralf (Berlin)

Offline Offline

Posts: 1314


« Reply #76 on: October 01, 2010, 08:23:33 PM »

Sorry for the bumb...
But i really would like to know if it's possible to not show feedback comments on the Short article pages.
Only the link to add feedback and on the ful article page the feedback form and the feedback comments.
Actually, just like the original comment option shows.

The Feedback Module is a real page module, so it place feedbacks only at the page, where it is placed as feedback module section. In other words: the Feedback Module is not designed for use with news modules etc., the addon support only single pages.

Regards
Ralf
Logged
D72

Offline Offline

Posts: 253


« Reply #77 on: October 01, 2010, 08:40:48 PM »

Hi Ralf,
Yes, i just discovered that 30 minutes ago Smiley And i am very disappointed actually.
I thought i found a nice replacement for the core Comments option. But it's not.
The core comments is really missing a lot of options i think and there isn't any other possibility to improve that.
The cmoments option isn't a discussed a lot when it comes to improvement.
If Feedback also could be used for the news articles... that would be wonderful.
Does it take a lot of work to make this happen?

Dave
Logged
Ralf (Berlin)

Offline Offline

Posts: 1314


« Reply #78 on: October 02, 2010, 09:52:15 AM »

If Feedback also could be used for the news articles... that would be wonderful.
Does it take a lot of work to make this happen?

I think the most recent module "Topics" has an own feedback function which is functionally...

Regards
Ralf
Logged
ircsurfer

Offline Offline

Posts: 19


« Reply #79 on: November 21, 2010, 08:29:42 PM »

I use this module on several websites and have been very happy with it. I want to point out that when using the Captcha and Advanced-Spam-Protection (ASP) Control on my website, the refresh arrow does not do anything. however if i goto the contact page the refresh arrow works fine. Im sure its just needing an update.

BTW, i am running the most current versions of both WB and Feedback
Logged
Ralf (Berlin)

Offline Offline

Posts: 1314


« Reply #80 on: November 27, 2010, 12:43:23 PM »

The actual release 0.32 added the italian language - many thanks to Alberto Donzelli for translation.

Supported languages: DE, EN, ES, IT, NL, NO

Download: Feedback Module.

Regards
Ralf
Logged
Roych

Offline Offline

Posts: 149



« Reply #81 on: January 07, 2011, 09:22:40 PM »

Hello

maybe this was already asked but I couldnt find it!

My feedback module works fine, but doesn't show me Slovenian characters like čšž !

Any idea where I can change this?

Thanx in advance Wink

R
Logged
oeh

Offline Offline

Posts: 190



« Reply #82 on: January 09, 2011, 01:44:00 AM »

Any idea where I can change this?

Download the EN.zip file and translate it. I's normally situated in the sub folder /languages in the module directory.
OBS! The file must be formatted in UTF-8 without BOM and all special chars as "č - š - ž" must be transformed to HTML entities as "č - š - ž"

Good luck  grin

@Ralf
I've also attached a updated Norsk språkfil.
« Last Edit: January 09, 2011, 01:54:02 AM by oeh » Logged

Good bye ;-{(
oeh ;-}>
Roych

Offline Offline

Posts: 149



« Reply #83 on: January 10, 2011, 08:57:45 AM »

Sorry for the delay I went skiing. Wink

This is working only for the translation of the feedback module but not the comments that people are leaving.
If I leave a comment the characters still doesn't show right.

Any ideas

Thx!
Logged
oeh

Offline Offline

Posts: 190



« Reply #84 on: January 10, 2011, 02:33:45 PM »

Have you tried to change the default language in the back end -> Settings -> Default Settings: Language: & Charset:?
Logged

Good bye ;-{(
oeh ;-}>
Roych

Offline Offline

Posts: 149



« Reply #85 on: January 10, 2011, 07:00:44 PM »

yes I have and everywhere on the page the charactest work fine only in feedback module they don't.
Logged
Roych

Offline Offline

Posts: 149



« Reply #86 on: January 11, 2011, 01:46:14 PM »

anyone?   huh
Logged
Ralf (Berlin)

Offline Offline

Posts: 1314


« Reply #87 on: January 11, 2011, 03:24:56 PM »

This is working only for the translation of the feedback module but not the comments that people are leaving.
If I leave a comment the characters still doesn't show right.

This is a deficit of the feedback module because it doesnt support utf-8, it's still to old and should be recoded. I hope I will find time for it this year.

Regards
Ralf
Logged
Ralf (Berlin)

Offline Offline

Posts: 1314


« Reply #88 on: January 11, 2011, 03:30:11 PM »

@Ralf
I've also attached a updated Norsk språkfil.

many thanks! I will publish it next time!

Regards
Ralf
Logged
Roych

Offline Offline

Posts: 149



« Reply #89 on: January 12, 2011, 12:11:08 PM »

Ralf (Berlin) thx for the explanation,


Is there some other module like this who is working right? or is the FM the only one?
I'we looked around AMASP but couldn't find anything similar.

Thx, R
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #90 on: August 20, 2011, 08:27:49 AM »

Quote
define('fb_frontend_intro',  '%s <br /><a href="%s">Click here to give us your feedback</a>.');
How can I remove the %s in red above without breaking the link?  I only want the text to say 'Click here to give us your feedback'.

You can tell the Feedback Module to use only the second argument in this way:

Code:
define('fb_frontend_intro','Click <a href="%$2s">here</a> to give us your feedback');

For understanding the sprintf() function and the usage of the arguments please look at the PHP manual.

Regards
Ralf

Should be:
Quote
define('fb_frontend_intro','Click <a href="%2$s">here</a> to give us your feedback');

dbs
Logged

daydreamer

Offline Offline

Posts: 253


« Reply #91 on: February 20, 2012, 11:33:26 PM »

SQL Error when editing and saving a comment because of apostrophe

sql_updateEntry()] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't photo's were so gorgeous its really hard to choose between t' at line 1


Anyone know how to fix?

Thanks
Logged
daydreamer

Offline Offline

Posts: 253


« Reply #92 on: April 07, 2012, 08:57:30 PM »

Still same error when adding ' please help

[sql_updateEntry()] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't thank you enough.',' at line 1
Logged
daydreamer

Offline Offline

Posts: 253


« Reply #93 on: April 07, 2012, 09:24:30 PM »

Still same error when adding ' please help

[sql_updateEntry()] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't thank you enough.',' at line 1

This only happens when you try activate a post from the admin
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #94 on: April 07, 2012, 10:04:12 PM »

no solution but you can try ` instead '
Logged

jacobi22
Betatester
*
Offline Offline

Posts: 1376


WWW
« Reply #95 on: April 07, 2012, 10:47:03 PM »

http://de3.php.net/manual/de/function.mysql-real-escape-string.php
« Last Edit: April 07, 2012, 10:50:20 PM by jacobi22 » Logged

LG Uwe

Wer sagt, Reichtum ist alles, hat nie ein Kind lächeln gesehen.
daydreamer

Offline Offline

Posts: 253


« Reply #96 on: May 02, 2012, 11:11:09 AM »

I still not solved this and am going nuts, if a feedback comment has ' and you activate the post it does not work.
You have to add slash

Example

Photo\'s and not photo's

please help!
Logged
marmot

Offline Offline

Posts: 211


« Reply #97 on: May 04, 2012, 11:55:59 AM »

Hi,

You have to add slash
..or use htmlentities. Tried to do that automatically and also fixed two POST page_id issues.
Files changed:
-class.feedback.php
-backend.feedback.comment.htt
-backend.feedback.edit.htt

regards
Logged
daydreamer

Offline Offline

Posts: 253


« Reply #98 on: May 26, 2012, 06:37:44 AM »

Great thanks for the fix, also I notice the captcha displays but does not work any ideas how to fix this?

Thanks
Logged
marmot

Offline Offline

Posts: 211


« Reply #99 on: May 26, 2012, 08:16:37 PM »

Hi,

Great thanks for the fix, also I notice the captcha displays but does not work any ideas how to fix this?
hi, nice to get a response even when it's used to report new wishes  grin.
The function for checking captures can be found in class.feedback.php in from line 1229:
Code:
if ((!$wb->is_authenticated()) && ($_REQUEST['captcha'] != $_SESSION['captcha'])) {
      $this->error = fb_error_invalid_captcha;
return false;  }
this means captcha is only checked if user is not logged in. For me this is ok. Beeing not logged in, the capture check works (almost - there is a notice) fine for me. So maybe you are reporting about a feature and not about a bug?

regards
Logged
Pages: 1 2 3 [4]   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!