dragonblogger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [SEO Ultimate] 6.9.2 – Pages now all output raw html codeYep, any post using the Rich Snippet Creator module now has raw HTML instead of actual post. I had to disable the Rich Snippet Creator module.
The admin shows error in Tweet old post, Parse error: syntax error, unexpected T_SL in path/wp-content/plugins/tweet-old-post/tweet-old-post.php on line 7 Version 3.2.3
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Conflicts with YARPP PluginAdded yarpp_default to the hooks to be removed, but still doesn’t seem to remove the related posts.
I went through the entire YARPP plugin code in the editor and that is the only hook called with “the_content”.
These are the only 3 links with hooks that call in the post:
// automatic display hooks:
add_filter(‘the_content’,’yarpp_default’,1200);
add_filter(‘the_content_rss’,’yarpp_rss’,600);
add_filter(‘the_excerpt_rss’,’yarpp_rss_excerpt’,600);so just adding yarpp_default should have worked right?
I added all 3, but nothing worksForum: Fixing WordPress
In reply to: Display author data (exclude lower roles)I need this exact same thing that vtxyzzy suggested, but the get_users_of_blog is deprecated with WordPress 3.1 and I get an error when trying with just get users of Parse error: syntax error, unexpected T_ENDWHILE in file.php on line 56.
This was the code I am attempting to use that gets this error:
[Code moderated as per the Forum Rules. Please use the pastebin]
I found that 3.1.1 has the problem of “no post found” if you do any category filtering at all, with all filtering unchecked it seems to work. I left a message at developers site as well.
Forum: Plugins
In reply to: [Plugin: AdSense Integrator] Margins always reset to px (with solution)I have the following problem with plug-in:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/germinoj/dragonblogger.com/wp-content/plugins/adsense-integrator/adsense-integrator.php on line 711
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/germinoj/dragonblogger.com/wp-content/plugins/adsense-integrator/adsense-integrator.php on line 725