Owner: Andrew
Type: WPMU Plugin
Created: 2006-07-28 23:41:32
Last Modified: 2006-07-28 23:41:32
feedback_0_0_1.zip (1326 download(s))
This plugin adds a feedback feature similar to that found on wordpress.com. Please read the instructions located within the zip file.
hello, I was just wondering if there is a way to respong to users feedback directly, like sending messages back? thx ovizii
unfortunately there is not a way to send a message back to the user.
Not works: in the list of feedback permalink - out http://username (get_blogaddress_by_name) Not English characters (Russian) distorted in the database (produced unknown encoding)
From http://marc.info/?l=xml-cocoon-users&m=115705944205441&w=2 It can happen that the web browser either does not support UTF-8 for Ajax calls, or that you have not set the Ajax call to accept UTF-8 (In Firefox, for instance, I have not been able to set the actual encoding for Ajax calls, although it might be possible) (Note that setting the actual encoding is different from using an encoding description request header.) The easiest way, if you want a fix, is to use an encode-uri function on the server and in the ajax javascript, then the transfer encoding will not matter.
I found the solution for non-English characters: in file feedback.php should instead "URLencode" write "encodeURI (two places). It works perfectly.
It doesn't work at all for me. Correct display, seem to send the feedback but no messages in the admin...
errr I'm sorry... that was just my fault : I forget to create the table...
You must be registered and logged in to post comments. Not registered? Click here to get your free account!