Damien Goubeau
Forum Replies Created
-
Hi,
No, I haven’t experienced these problems.
You might find some help here : http://bit51.com/fixing-better-wp-security-lockouts/.Hi there,
I had the same behavior :
The email alert without any report and an empty modified files list.
When i go checking files modification datetimes by FTP, no modification appear (but i could make a mistake, : I didn’t check all the files, only those which where attacked before).Thank you for any help.
Forum: Plugins
In reply to: [Calendar Posts] Interfering with the editor?Hi !
I’ve fixed the problem by commenting the jQuery loading line in the plugin (it’s allready loaded with the WP admin panel).
I’ts in the
wp-content/plugins/calendar-posts/calendar-posts.php
line 65
<!--<script type="text/javascript" src="<?php echo datepick_package; ?>/jquery-1.4.2.min.js"></script>-->The best way should be to test if the jQuery is loaded before loading it or not.
Regards.
Forum: Plugins
In reply to: [Calendar Posts] Interfering with the editor?Hi, I’ve got the same issue.
I’m using WP 3.2.1 (FR version).
When I activate the plugin, the folowing issue appears (and it disappear when I de-activate it), the plugin seems to interact with the post editor :
- The WYSIWYG editor’s buttons are not well displayed
- The media manager do not open in a modal box (you can use it only by clicking the open in a new tab contextual menu entry).
Anyway it a good plugin.