Frank
Forum Replies Created
-
Okay – got some info:
I’m using the newest version of this plugin and of WordPress.I’m also using the newest version of WordPress SEO by Yoast. When that’s deactivated, I can activate CPT-onomies. And after that I can normally reactivate WP SEO by Yoast.
π no problem.
But yes, it appears both after the “install new and activate”, as when clicking activate on the plugin page.
Why not working together to get one better plugin?
I think the category should be commaseperated to be valid
Your site needs to be approved via Google News,
check: http://www.google.com/support/news_pubForum: Plugins
In reply to: [Plugin: WP Captcha-Free] Invalid Data: Please go back and try again.I can confirm the above,
this plugin is not longer working in 3.0.Thing is, most WordPress users would never know.
Often, commentors won’t try to contact you, if the contactform is bugged, luckely, i had two of those, one even with a clear bug report.After disabling, the number of comments increased by 30%, so probably many were experiencing the problem!
Forum: Plugins
In reply to: [Plugin: oEmbed for Comments] oohembed for comments?Awesome ^_^
Forum: Fixing WordPress
In reply to: Are multiple category feeds ?cat=1,2 possible?Nevermind…
or it is secretly solved in 2.9.2, or i made a mistake πForum: Fixing WordPress
In reply to: Did your 2.9 Upgrade Go Well? Can you upload images?Okay never mind,
3x ctrl + f5 did the trick.merry x-mas all
Forum: Fixing WordPress
In reply to: Did your 2.9 Upgrade Go Well? Can you upload images?Same problem here, cannot upload images,
or edit old images :SSeems like some kind of bug in 2.9 :S
Forum: Plugins
In reply to: [Plugin: Get Recent Comments] It doesnt work with WordPress 2.8working fine here.
Forum: Plugins
In reply to: [Plugin: CommentLuv] The Link disappear [HELP]My theme has in comments.php
<!-- comment input --> <div class="row"> <textarea name="comment" id="comment" tabindex="4" rows="8" cols="50"></textarea> <?php if (function_exists('highslide_emoticons')) : ?><div id="emoticon"><?php highslide_emoticons(); ?></div><?php endif; ?> <?php if (function_exists('comment_id_fields')) : comment_id_fields(); endif; do_action('comment_form', $post->ID); ?> </div> <!-- /comment input -->Which is placed somewhere between <form></form>
:SForum: Plugins
In reply to: [Plugin: CommentLuv] The Link disappear [HELP]Same problem here.
(WP2.8.4)
When using the template function it doesn’t workUse template insert to show badge and checkbox? ( <?php cl_display_badge(); ?> )
When using the standard behavior is does work.
Forum: Plugins
In reply to: [Plugin: Sociable] The code for add to Hyves tip Twitter title'MSNReporter' => Array( 'favicon' => 'msnreporter.png', 'url' => 'http://reporter.msn.nl/?fn=contribute&Title=TITLE&URL=PERMALINK&cat_id=6&tag_id=31&Remark=EXCERPT', 'description' => 'MSN Reporter' ),url should be changed to
http://reporter.nl.msn.comor for belgium people
http://reporter.be.msn.comForum: Plugins
In reply to: WP-Choose-Thumb : only working with lowercase filenamesSolution: in wp-choose-thumb.php remove all
strtolower(
and the closing tag
)Problem solved =)