Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Whole site blocked – An email errorBluehost sucks when it comes to handling the PHP mail() function. I’m still looking for solution to this also.
Forum: Plugins
In reply to: [Plugin: article2pdf] PDF errorI figured out this issue. It was a problem caused by the uploads folder not being correctly defined under Settings > Miscellaneous.
Forum: Plugins
In reply to: different widgets for different pagesWow. Widget logic kicks a**! (Am I allowed to say that?)
Forum: Plugins
In reply to: different widgets for different pagesForum: Plugins
In reply to: [Plugin: Plugin Central] What does this add to the core functionality of 2.7It lets you install many plugins at once (by name or URL). Also generates lists of active and inactive plugins.
Forum: Plugins
In reply to: [Plugin: Hyper Cache] Hyper cache and super cacheHave you noticed any conflicts using both?
Forum: Fixing WordPress
In reply to: Cannot upload images: IO errorI think it might be a WP error but I’m not sure. Having the same problem here.
Forum: Fixing WordPress
In reply to: Insert images in WP 2.7 not workingHello. I’ve been experiencing the same issue as astromono.
Oddly enough, the Show link doesn’t work on the Galley tab, but it does work on the Media Library tab.
I’ve tried disabling all plugins, using IE/FF/Safari on PC, clearing that cache etc.
Has anyone figured out exactly why this is happening?
Forum: Fixing WordPress
In reply to: Integrating wordpress admin functionality into the front endThis is certainly possible… I did something like this using the cforms plugin (adding some custom logic of my own).
But there isn’t a short answer as to how to do it – basically it will require some coding.
Forum: Plugins
In reply to: [Plugin: TinyMCE Advanced] Drag & DropSame problem here. Anyone find a solution?
Forum: Themes and Templates
In reply to: Hide Blank Profile Fields From Author Profile Page?Try something like this:
<?php if (get_the_author_url()) { ?> <a href="<?php the_author_url(); ?>"><?php the_author(); ?></a> <?php } else { the_author(); } ?>Hope that helps (even if it’s a bit late!)
More info: http://codex.wordpress.org/Template_Tags#Author_tagsForum: Plugins
In reply to: Image resize before uploadTry this plugin…. http://wordpress.org/extend/plugins/flexible-upload/
Forum: Fixing WordPress
In reply to: Resize attachment images after uploadForum: Plugins
In reply to: resize images (fit in window)Forum: Plugins
In reply to: [Plugin: Flexible Upload] Not compatible with WordPress 2.6?Does anyone know if there will be an official fix? If not, perhaps we should contact the author of the plugin and take over the project (or create a fork of it) since there seems to be a lot of ongoing interest in using Flexible Upload.
Thoughts?