David Radovanovic
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Images] [Plugin: Cache Images] Command line version?Thanks for fast reply. What would be involved to fix the odd name import problem which prevents successful imports of images, i.e. http://1.bp.blogspot.com/_Udy7KQ7J3aU/R-O9vB_Lr6I/AAAAAAAAAII/wz4Qs3iOND4/s320/farm pix 186.jpg
The import process never seems to complete these:
# bp3.blogger.com (results: 4)
# bp2.blogger.com (results: 4)
# bp0.blogger.com (results: 5)
# 1.bp.blogspot.com (results: 88)
# 4.bp.blogspot.com (results: 238)
# 3.bp.blogspot.com (results: 75)no matter how many times I try.
Thanks again!
It was the openhook plugin that exists for the Thesis framework which caused the headache.
fix is the following:
changed:
include_once('functions.php'); include_once('actions.php');to:
include_once(dirname (__FILE__) . '/functions.php'); include_once(dirname (__FILE__) . '/actions.php');in wp-content/plugins/thesis-openhook/thesis-openhook.php
thanks to razboinik(AT)gadast.net!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] ImageBrowser Not Working, But Effects WorksAny luck with this bug?
here too
Forum: Plugins
In reply to: Category Tree for Admin?Ditto.
Forum: Alpha/Beta/RC
In reply to: Importing WordPress XML fails with a 500 errorI’ve tried all of the above and still the 500 errors persist. Thanks in advance for any direction.
Forum: Plugins
In reply to: [Plugin: HeadSpace2 SEO] BUG: HeadSpace2 / RB Internal Links incompatibleThat did it! Thanks for sharing!!
Forum: Plugins
In reply to: Plugin Upgrade Failing, Cannot Remove Old PluginThis has been a big issue for a long time. Thank you detroiter!!
Forum: Fixing WordPress
In reply to: Auto-upgrade of plugins and wp,This is amazing. I knew it was an internal ftp issue though I never got any errors just a empty page. I downloaded http://gaarai.com/wordpress-plugins/wp-developer-assistant/ and it spit out the error that pointed me here. Thanks!!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Is it possible to specify url links in thumbnails?shauno,
I was this -><- close to make a horrible hack to my Nextgen Smoothgallery till I installed your Nextgen Custom Fields plugin and read your reply brydave. Like brydave I needed to control whether to link to a page or image using the NextGen SmoothGallery plugin. You made my day! Thanks for a very useful addition to NexGen that should be incorporated in its core.
Forum: Plugins
In reply to: Custom Thumbnails in NextGen GalleryAny chance that the cropping of thumbnails may be included in the next core upgrade? Thanks.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] seo ewwAny satisfaction with the SEO tags and URL issue? http://www.whatsthebigidea.com/nggallery/page-38/page/79 is not very pretty for search engines or users. Any direction would be appreciated. BTW, great plugin even minus the rewrite and seo tags.
Forum: Fixing WordPress
In reply to: echo category_description(); not working since WP2.7 updateSame here after 2.7 upgrade. The offending code is:
<?php if (strlen(category_description()) > 0) { echo "<div id='catdesc'>"; echo category_description(); echo "</div>"; } ?>Any solution? Thanks
Well, so much for patience. I deinstalled and reinstalled and apparently the data was removed as well.
Thanks… though that is kinda disconcerting. Can I deinstall and reinstall without destroying the corresponding data?
Thanks for your reply!!