lag47
Forum Replies Created
-
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Unusual behavior on NGNIXresolved
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Unusual behavior on NGNIXnever mind, it was a permission issue!!!!!! needed to chown www-data:www-data
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Invalid Shipping Method On CheckoutThis is a bug that needs to be reported to woocommerce.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] [Plugin: My Calendar] Error Messagesthis error was choking my error logs. I changed split() to explode() with no problem.
Forum: Plugins
In reply to: [CW Image Optimizer] Installing littlutilsPlease post if you were able to install this on Ubuntu 10.04? I haven’t tried yet, I am very cautious about these kind of things.
Forum: Alpha/Beta/RC
In reply to: upload.php not foundI can’t even get a file to upload. I get 500 error.
maybe this’ll help somebody. https://chakkaradeep.wordpress.com/2008/02/06/windows-server-2008-edition-feature-differences/
Forum: Alpha/Beta/RC
In reply to: Installing WordPress 3.0 on IISHaving the same problem. Unfortunately I don’t have many privileges on the server.
maybe this’ll help somebody. https://chakkaradeep.wordpress.com/2008/02/06/windows-server-2008-edition-feature-differences/
Looks like IIS can’t handle multisites, which is now bundled with WP3? Any advice?
For the record, I was able to get the featured image meta box to work when I created the new post type manually. So it’s not a wp issue
Forum: Themes and Templates
In reply to: [newbie] connection information when doing localhost installhow’d you solve this?
Forum: Fixing WordPress
In reply to: Separate stylesheet and header for one page@ tugbucket. Thanks.
Forum: Plugins
In reply to: WP Post Thumbnail for PagesAfter some searching I found an answer to my own question:
https://www.seoadsensethemes.com/wp-post-thumbnail-wordpress-plugin/#comment-412add this after around line 218 in wppt.php:
add_meta_box( 'wp-post-thumbnail', 'WP Post Thumbnail', 'wppt_template’, 'page', 'normal' );
It adds the plugin’s box to the page′s write panel. You can leave the “filter” at line 218 for posts and add the line above to have the plugin appear on both posts and pages. Or replace line 218 with this one to have the plugin appear on pages only.
Forum: Plugins
In reply to: Admin themes based on user levelYou guys should check out ‘adminimize’ and ‘role scoper’. These plugins will solve all your problems.
Nonetheless, I am also looking for the ability to load different admin style sheets based on user level. Any ideas?
Forum: Plugins
In reply to: [Plugin: Magic Fields] Flutter copy?which is better? Magic Fields vs Flutter? Why not just contribute to Flutter, seeing as both plugs are trying to do the same thing? Hopefully next version of wordpress will incorporate all developments into a first party feature. Worth throwing a party, indeed.
i don’t mean to patronize. The plugin is kick ass.
Also, check out this plugin for that mediocre CMS expression engine. Some nice features that WordPress should incorporate:
Forum: Plugins
In reply to: [Plugin: Magic Fields] Flutter copy?which is better? Magic Fields vs Flutter? Why not just contribute to Flutter, seeing as both plugs are trying to do the same thing? Hopefully next version of wordpress will incorporate all developments into a first party feature. Worth throwing a party, indeed.
i don’t mean to patronize. The plugin is kick ass.
Forum: Plugins
In reply to: [Plugin: Magic Fields] Flutter copy?typo on the plugin page: “Getting Starter”
Does Magic fields support the image resizing that flutter does?