ardee00
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Sociable] Will Not Display the PicsI had to replace the line of code in the plugin where it determines the path, back to the way it used to do it before the current update.
Specifically, in sociable.php, near the beginning, I changed the line of code back to this:
// Guess the location $sociablepluginpath = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__)).'/';from this:
// Determine the location $sociablepluginpath = plugins_url('', __FILE__).'/';That seems to have made the icons appear again.
Forum: Fixing WordPress
In reply to: Display Post in Chronological Order?What if want the posts to remain in the “normal” order but have only the ARCHIVES be forward-chronological?
Forum: Plugins
In reply to: [Exec-php]Is there any similar plugin?I just found this one:
http://ww.wp.xz.cn/extend/plugins/php-code-widget/
Haven’t tried it yet but it has been updated today, says it works in 2.8, and seems well-liked.
Forum: Fixing WordPress
In reply to: Far Right ColumnThe described problem (3rd column dropping to bottom of screen when viewing PAGES but not POSTS) is apparently real.
I’ve been trying to tweak the CSS to fix it, but so far no luck.
Anybody else have success in addressing this?