DanoNH
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Captcha Plugin by Captcha Bank] Locked out!Yes, thanks, all set. Shortly after posting this, I edited my SQL database in PHPMyAdmin to remove my IP address. I can’t remember off-hand which table this was in.
Thanks for the response!
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] jQuery version incorrectI wanted to add that this only seems to occur when using Firefox. IE 8 is not doing this.
Forum: Plugins
In reply to: Plugin Sabre and password strength indicatorLooking forward to this fix myself.
Thanks for the great plugin, Didier!
Oh, I tried to register for your site, https://didier.lorphelin.free.fr/blog/, but got a banned IP address message? I don’t get this one since I’ve never tried to register before…
Forum: Alpha/Beta/RC
In reply to: 2.9.1 beta 1 issuesI too cannot modify any theme files since upgrading to WP 2.9. Same error message.
I have verified permissions on the web server and even tried to use the WP 2.9 default theme, but couldn’t edit that either.
What is the “batch plugin upgrade option”?
Forum: Plugins
In reply to: [Plugin: Register Plus] ERROR: The username field is empty.@ Jimmy87:
Unfortunately, your solution will avoid the requirement that users click on a link in their email to confirm registration. I think this is only asking for spam…
I’m hoping to dig into this a little as I’m seeing the same problem on my sites…
I don’t even know if Skullbit is actively developing this any more.
Forum: Fixing WordPress
In reply to: Major Problem solved with WordPress & GoogleI also couldn’t find the line
<?php wp_get_archives('type=yearly&format=link'); ?>
used in my theme. What I did find, and quite by accident I might add, was that my Privacy settings were off. See my blog post here for details.
-Dan
Forum: Installing WordPress
In reply to: Postie v1.1.3 update brokenDone deal, thanks. I deleted v1.1.2 and uploaded the v1.1.3 version. Of course, it hasn’t tried to update yet since it just came out. Maybe if I get some time I’ll try editing the version as you mentioned and see if the update works properly.
Thanks for the feedback… Dan
Forum: Installing WordPress
In reply to: Postie v1.1.3 update brokenWhat do you mean, changed the version to 1.1.2? In the postie.php file?
If you can provide details that would be great. I still get a zero byte file labeled postie113.zip…
Thanks
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsNo, when I was using the plugin, except for the custom logo not showing up, it seemed to be displaying correctly on my site, Dan’s Web Spot…
There were some show-stopper issues, such as reCaptcha and Simple Captcha not working, scripting errors in IE7, and conflicts with other plugins, such as Lester Chan’s WP-UserOnline.
I have tried some cursory testing with individual other plugins. I use 25+ plugins and they all play nice together but Register-Plus would give me 500 Internal Server Errors and prohibit me from editing password protected posts…
The plugin is an excellent idea, and I commend the author’s efforts; for whatever reasons it seemed to be more compatible with earlier versions of WordPress. I’d actually love to see some of the Register-Plus features incorporated in the next big spin of WordPress, say v3.0?
Wishful thinking I suppose…
Forum: Plugins
In reply to: Register Plus : reCaptcha box not centeredYou’re welcome ??
Forum: Plugins
In reply to: Register Plus : reCaptcha box not centeredChange the CSS margin style for the #reCAPTCHA div. It is probably in your register-plus.php file around line 1500:
#reCAPTCHA{ position:relative; margin-left:-32px; }
I would just suggest commenting out the line altogether:
#reCAPTCHA{ position:relative; /* margin-left:-32px; */ }
I used to use Register Plus but it conflicted with too many of the other cool plugins that I use. I don’t even think the current version of Register Plus supports WP 2.7 fully…
Have you tried Sabre?
https://didier.lorphelin.free.fr/blog/index.php/wordpress/sabre/Forum: Fixing WordPress
In reply to: Invalid argument supplied for foreach() in register-plus.phpOK, I think I may have finally fixed my problem here…
Maybe this was due to my upgrade of the database from MySQL4 to MySQL5, but I had to completely delete the plugin on my server, then go to the MySQL Administration app on my hosting provider and delete the following 2 rows from the WP database table wp_options:
- register_plus, and
- register_plus_custom
Hope this will help someone else…
Dan
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsWhen will there be a tested WP v2.7-compatible version available?
GREAT plugin for the most part (until WP v2.7) …
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsHello,
One excellent feature would be to allow users to send themselves their current password if they forget it, not a new random one. This should be easy to disable if the content is so sensitive that sending the current password is not acceptable.
I think WordPress defaults to sending a random password right now.
Great plugin. I look forward to the next, polished release!
-Dan
Thank you Lester. Sorry to digress from the original forum thread here. I did find access, ftp, mail and traffic logs on my server, but no error log.