mccomb
Forum Replies Created
-
Forum: Plugins
In reply to: [IntenseDebate Comments] Fatal error!To fix this error, go to line 467 of intensedebate.php
Change:
f ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist', array( 'spam' ) ) ) ) {
To:
if ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist', array( 'spam' ) ) ) ) {
They have an ‘f’ instead of an ‘if’
To fix this error, go to line 467 of intensedebate.php
Change:
f ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist', array( 'spam' ) ) ) ) {
To:
if ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist', array( 'spam' ) ) ) ) {
They have an ‘f’ instead of an ‘if’
Forum: Plugins
In reply to: [IntenseDebate Comments] Plugin: Intense Debate Ver 2.9.1 (Fatal Error)To fix this error, go to line 467 of intensedebate.php
Change:
f ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist', array( 'spam' ) ) ) ) {
To:
if ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist', array( 'spam' ) ) ) ) {
They have an ‘f’ instead of an ‘if’
Thanks. That seems to have fixed it!
Any chance of an auto-post to Twitter feature for each blog post?
It appears there may be a big with the “Tweet button related” entry that should suggest other people to follow.
After I enter two Twitter ids with a : and click save changes, the colon disappears when the page reloads.
If I enter only one Twitter ID, it does not suggest that user to follow when I submit.
Thanks.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Plugin: SlimboxI have Nextgen gallery working well with Slimbox. I set the Slimbox plugin to use the autoload feature.
Then, in the Nextgen gallery “Effects” settings, I set “Javascript Thumbnail Effect:” to be “Custom”. I did not change the “Link Code line.”
Now, Slimbox handles all the image displays for inline images as well as the gallery images. Seems to be working well.
By the way, this is wtih wp-slimbox 0.9.5 and Nextgen Gallery 1.1.0.