eladear
Forum Replies Created
-
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] No tweet on new postSame problem for me. I upgrade to php 5, got the configs for new twitter tools, and still no post.
I’ve ended up using http://twitterfeed.com/ until there is a fix for twitter tools.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] new v2.4 broken/problems?I changed from php 4 to 5, which resolved the script error. But now the posts are not being sent to Twitter. I’ve verified the access tokens, etc. I see no apparent error in the WordPress panel now, so not sure how to fix this.
I’m manually adding the posts to Twitter, which is a drag.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] new v2.4 broken/problems?I had the same error:
syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in <<path edited>>/wp-content/plugins/twitter-tools/twitteroauth.php on line 19I’m hosted on Mediatemple, and in the account panel there are Php settings which allows one to change from PHP 4 to PHP 5, and that resolves the problem.
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Template does not work in v2.0I’ve also kept it downgraded to version before 2.0. Oh well.
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Template does not work in v2.0I’ve been using this plugin for more than a year on the front pages of my site, not on sidebar. And I’d really like to be able to use <?php get_mostpopular(); ?> again or else the plugin is no use to me too.
Thanks.
Forum: Installing WordPress
In reply to: WordPress 2.9: your attempt to edit this post has failedDeactivating the Twitter Tools plugin has resolved the issue for me too.
Forum: Fixing WordPress
In reply to: Avatars in sidebar with Recent Comments<?php if (function_exists('get_recent_comments')) { ?> <li> <h2><?php _e('Recent Comments'); ?></h2> <ul> <?php echo get_avatar('get_recent_comments','35','' ); ?> <?php get_recent_comments(); ?> </ul> </li> <?php } ?>Forum: Fixing WordPress
In reply to: Avatars in sidebar with Recent CommentsHere is the full of it, if you have added nothing to the sidebar.
`<?php if (function_exists(‘get_recent_comments’)) { ?>- <h2><?php _e(‘Recent Comments’); ?></h2>
-
<?php echo get_avatar(‘get_recent_comments’,’35’,” ); ?> <?php get_recent_comments(); ?>
<?php } ?>
Forum: Fixing WordPress
In reply to: Avatars in sidebar with Recent CommentsIf you are using Lester Chan’s plugin. Use this
<?php echo get_avatar('get_recent_comments','35','' ); ?> <?php get_recent_comments(); ?>Forum: Fixing WordPress
In reply to: Specific Category Posts on front page, next and prevNo one knows.
Forum: Fixing WordPress
In reply to: Specific Category Posts on front page, next and prevDoes anyone know what code I could use? I’ve tried many examples from the support area but they’ve not worked.
Forum: Fixing WordPress
In reply to: Specific Category Posts on front page, next and prevPlease anyone?