gwolle
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Gwolle-GB] Problems with Croatian chars in messagesHey guys,
that may be the solution to the problem:- Altering the entries-table and it’s columns to
utf8_general_ci. - Everytime we have an output from that table we use
html_entity_decode(stripslashes($THE_STRING), 0, 'UTF-8').
This does this trick at my local installation. Could you please check at your ones? If your results are positive I’ll post an update.
Thank you very much for your help! I really appreciate your enthusiasm and your believe in this plugin. Thanks!
Greetings from cloudy Hamburg
WolfgangForum: Plugins
In reply to: [Plugin: Gwolle-GB] Problems with Croatian chars in messagesHey dardana,
I’m glad you like my plugin. Unfortunately there seems to be some strange behaviour on the MySQL-side of view. I was able to reproduce the error message by myself. I also got some question marks when I tried to save those characters directly to the database via PHPMyAdmin. I believe it’s a problem on the MySQL-side. You may add a@in line 51, so that it says:
if (@mysql_num_rows($doublePost_result) > 0) {
That will prevent the system from throwing an error message, but as I experienced the messages aren’t displayed correctly in the backend.
Do you have issues when writing text in croatian language?Greetings
WolfgangForum: Plugins
In reply to: [Plugin: Gwolle-GB] Email notifications not workingHey Dean,
I am happy to help you debug for MU. The settings page has check boxes for moderation, notify and notify always. It also says that there is “no subscriber yet” and I see no way to add a subscriber.
Every user of your WP installation who wants to be notified has to check that notification-box himself.
The checkboxes you’re talking about have different meanings.
Moderationmeans that every new entry is instantly visible on your guestbook without the need of your approval.
Notifywill send an email to the the address of the account you’re using to check that checkbox. It will always say “no subscriber yet”, because that list won’t include your name. I can make an entry in that list for the existing account too, maybe that’ll make things clearer for people.
Notify alwaysis an option to be notitifed no matter if that new entry was marked as spam or not. If you check that you’ll always get a mail when someone hits the submit button (and, of course, entered the reCAPTCHA (if activated) correctly).I made the change to do-saveNewEntry.php with no apparent changes. Note that this is line 172 in my version and the code is:
wp_mail($emails[$i], $subject, $mail_body, $header);
$subscriber is $emails in my version.What is the version number of Gwolle-GB you’re running? I thought if you changed the
mail()towp_mail()the SMTP plugin would work. Have you received any notifications yet? Just to make sure: Log in with your admin account, double check the email address for this account on the profile page, then go to the settings page of Gwolle-GB and check the “Notify me…” option. Save your settings, write an entry via the front page and check your emails. If it still doesn’t work please write me an email to gwolle (at) wolfgangtimme (dot) de and we’ll check on that again; you may also use this forum, but I check my emails more often, so we should be quicker that way.My question on web based entry approval … I do not see a way to approve pending entries that appear on the GuestBook->Entries tab. Their status s shown and I can click to select them but there is no action button to approve them.
That’s right, I noticed the checkboxes too. I was going to make them work in a future release, but for now you have to go on “Details” and then check “.. unlocked” and apply that change to the entry.
And an aesthetic request … at the bottom of the settings tab you have the SAVE button and then below that the UNINSTALL button. I’d suggest moving the UNINSTALL button to the right of the window or making it a different style or something.
You’re so right. 🙂 When I recently updated my version of Gwolle-GB, I found myself clicking on that ‘uninstall’ button, at the same moment getting the feeling that this was the wrong one.
In the newest release (it’s not out, though) I integrated a check for this. You’re asked “Do you really want to…” and have to click on “OK” to uninstall it. I’m thinking about a nicer way for this; I don’t want anyone to mistakenly delete their entry table.Thanks for your help, I really appreciate that.
Greetings from the north of Germany!
WolfgangForum: Plugins
In reply to: [Plugin: Gwolle-GB] Email notifications not workingHello Dean,
thanks for your opinion.
Now for the problem you have, I didn’t tested it with multiuser WP. I’m going to do this, just to see what plugin’s are installed and if there’s something that’s not compatible.
Just to make sure: Does the settings page of the guestbook display the checkbox for subscribing to the notification service, or does it say thatmailis not enabled?
It’s actually really interesting that you installed WP-Mail-SMTP on your WP, because when developing Gwolle-GB I wondered about SMTP support for the notifications, but then I thought that this would be no problem.
As I said, I’m going to install that on my WP installation (also on Mac OS X 😉 and see what I can do to get this work for you.By saying
I would have expect I could use this page to approve comments awaiting moderation.
do you mean that the guestbook->entries screen is missing a quick link for approving entries, or do I get you wrong here?
You’re welcome!
– Wolfgang/edit: If the checkbox with the notification enabled, you may try to change the file “frontend/do-saveNewEntry.php”: Modify line 174 where it says
mail($subscriber ...and change themailtowp_mail. This way, the SMTP plugin for WP may be used. I’d like to hear if that does the job for you, as I then would include this change in the next release.Forum: Plugins
In reply to: [Plugin: Gwolle-GB] 404 Error MessageThanks for the feedback!
Though some people are still getting error pages. I guess it’s because of the mod_rewrite aka “Permalink structure via .htaccess”. I read a few pages on this, and I’m going to fix this in the next release.
Forum: Plugins
In reply to: [Plugin: Gwolle-GB] 404 Error MessageHello Timomaas,
does that error message occur when you post the comment or when you click on “Write a new comment”?
0.9.4.3 gets the Guestbook link automatically from the address you typed in the access the guestbook, and checks it for its ending.There are three cases it handles:
http://yoursite.com/somecategory/?p=5
=> In this case, it just appends an ‘&’ and the guestbook page, e. g. ‘gb_page=read’.
http://yoursite.com/somecategory/post-name/
=> Here it recognizes the ‘/’ at the end, and appends a ‘?’.
http://yoursite.com/somecategory
=> No ‘/’ and no ‘?’ at the end; append both.When you set something like ‘?pageID=x’ as the guestbook, this is called a relative link. Hover the link with your mouse, and you’ll see that the browser links to something like
http://yoursite.com/somecategory/?pageID=x, because you’re allready in that category ‘somecategory’. I’d like to solve that problem 100%, so I would be glad if you’d send or post the URL of your guestbook. Just ‘censor’ you domain name with ‘xx’ or so, I’m interested in the part after the domain. That would help me a lot, thanks in advance!Forum: Plugins
In reply to: [Plugin: Gwolle-GB] 404 Error MessageHello Voodoobanshee,
that “redirection problem”, as I call it, is (hopefully) fixed in the newest version, v0.9.4.3. Now you can easily set the URL to your guestbook manually using the Gwolle-GB setting page.
I hope that this does the job for you and liked to hear if I was able to help you.
Thanks in regards!
Wolfgang - Altering the entries-table and it’s columns to