blubikbeneenvis
Forum Replies Created
-
With the message I mean the page in which the form is positioned. Any custom code after the form is not applied to the form.
Unfortunately the new release has trouble with custom code in the message itself. Similar trouble as with custom html.
Seems to be a bug in the latest update for WP User Frontend.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Comments from WP –> FaceBook?That’s a pity: the plugin Add Link to Facebook seems to be doing it. But then again they use ReadyGraph which is very annoying.
Forum: Plugins
In reply to: [WP-UserOnline] Display member count only? (dont want to show bots/guest)There is no easy way to change the code to subtract the number of bots from the total count of ‘users’ online? I don’t think it is fair to count bots as people having visited the website.
Forum: Reviews
In reply to: [Search Exclude] One minor issueYa, looked weird to me as well. First thought it was the server but then it proved to work once I excluded a page. Tried to redo the error and once no page was excluded it came up again. Thanks for being so active in supporting your plugin!
Forum: Reviews
In reply to: [Search Exclude] One minor issueI don’t use any, so it must be a standard one: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home/[domain]/www/wp-includes/cache.php on line 571
Forum: Fixing WordPress
In reply to: 3.9 Fatal Error – Help ASAP!!!!Same problem here with large data files. Commented out lines 177-180.
Forum: Requests and Feedback
In reply to: Serious Problem with posts in WordPress 2.5‘just upgraded and had the same problem. Still having minor problems but AnttiJN’s trick worked for me:
1. If I disable the autosave function saving works. I did this simply by escaping the “wp_enqueue_script(‘autosave’);” line from post-new.php.
Did the same thing in page-new.php as well.