br0adcast
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Help with Sociable and Permalinksyou won’t have any problems with it if you use the icons it comes with…however, i opted to use a different icon set (it has the exact same filenames, ex: twitter.png, facebook.png, etc…).
but anywho, I had to go into the plugin (sociable.php) and set a variable to an absolute path to my icons-folder, instead of using a relative path.
open sociable.php, go to line 562 and comment-out the following:
// $imagepath = get_option('sociable_imagedir');directly under the previous line, add this line:
$imagepath = "http://yourdomain.com/wp-content/themes/theme-name/images/socialicons/";Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Help with Sociable and Permalinksi’ve tried deactivating, etc… doesn’t work.
i might have to go with a different plugin… one that actually works with the permalinks i’m using.any suggestions?
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Help with Sociable and Permalinksis it possible to put this in the “image directory” setting on the Sociable plugin? If it’s not possible, then this will not help me.
<?php bloginfo('template_url'); ?>Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Help with Sociable and PermalinksP.S.
Everything works fine if I set my permalinks to the default ( /?p=123 ). But I don’t want to use the default permalinks.