gambit37
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Hi Ron
Using default permalinks actually creates a browser error screen, not even a themed 404.
The site path is stored in wp_options correctly.
I use “local.nameofproject” as my own convention for domains on my local machine. Always works fine.
Your last suggestion is a bit beyond me — I’m a designer/front-end guy — where would I insert this code? I think you mean I should edit the CPT UI plugin code? I’d be happy to work with the author (williamsba1) to troubleshoot this but he can’t replicate this problem, so I guess we’re stuck?
Cheers.
Forum: Themes and Templates
In reply to: Custom Meta boxes for Custom Post Type in 3.0?I haven’t read this article in detail, but I think it teaches you what you need:
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Hi Ron, the link you asked for is:
Doesn’t matter if I paste this manually into the browser bar, same error is generated.
I do indeed have new Metaboxes in my left hand menu and can create and edit new posts under that category (‘Portfolio’ in this case).
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Oops, I did in fact mean /%postname%/
No multi site stuff set up at all. It’s a fresh out of the box install of WordPress 3 Beta 1 updated to yesterday’s nightly build. Nothing else added or changed. CPT UI is the only plugin active.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Fresh install makes no difference, I still get the original error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'cpt_manage_cpt' was given in F:\Projects\wp3beta\wp-includes\plugin.php on line 395Also, If I click EDIT next to a newly created custom post type (on the Custom Post Type main screen, the one with the Vimeo movie), I get a 404 Not found screen displayed in the 2010 theme (even though the URL is still showing I’m in the backend)
If I try to delete a post type, I also get the original error.
I have my permalinks set to /%posttype%/.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1I’ve just upgraded to a nightly build of WP3 and also upgraded to Custom POst Type UI 0.5.1 — and I’m still getting this error. In fact, it comes up in other places now.
I’m running locally using Wampserver 2.0 (MySQL 5.1.33, PHP 5.2.9-2) on WinXP.
I’ll do a fresh install and see if there’s anything different.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Hi Michael. I can’t actually get into the necessary screen to tell you what settings the post type has: this error happens before you can see the post type. From memory though, I recall I accepted all the defaults, except for switching off some of the meta boxes (I think this was Comments, Revisions and Custom Fields). I didn’t create any taxonomies yet.
It also doesn’t seem to make any difference what settings the post type has anyway: this error is also generated if you select “Manage Post Types” before you’ve even created a custom post type.
Forum: Fixing WordPress
In reply to: index.php — How To Hide Posts based on Tags?I’m trying to use the method that mmachine posted above — but I still can’t get tag__not_in to work in WP 2.8.5.
Does anyone know if there is a bug with tag__not_in — I’ve tried many ways of using it and I’m not getting the expected results. Whatever tag I specify to ignore, I’m still getting posts returned with that tag.
Forum: Fixing WordPress
In reply to: Query Question – Adding Not Equal to LogicSorry, I removed my comment, I didn’t see this topic was marked as resolved.
Forum: Fixing WordPress
In reply to: Category slug and page slug the same… which one wins?My research has shown that Pages take precedence over Categories when they both share the same slug.
Can anyone confirm/disprove this?
Forum: Fixing WordPress
In reply to: Major 404 display error – clashes with Permalinks – any advice?I’m having the same problem with a client site and haven’t found any solution that respects how a 404 should be handled. The “possible solution” in the thread posted by Darren doesn’t return the correct status.
My best advice is get the hell off Fasthosts. They are an outdated dinosaur and don’t give a crap about customer service. I thoroughly recommend EzPz Hosting as an alternative. Although they don’t have phone support, every thing I’ve ever raised has been dealt with from their online support hub in less than 30 minutes.
Forum: Plugins
In reply to: Add custom styles to the visual editor@brentontherefore: The link posted by tommykaneko has nothing to do with the question of this post. The Custom Field Template is a plugin for creating and managing custom meta data (custom fields) attached to a page or post, it’s got nothing to to with configuring tinyMCE.
Forum: Fixing WordPress
In reply to: How do I add custom stylesheets to TinyMCE?I have the same issue and have been trying to fix this for a couple of weeks.
I tried the code supplied by farrelley which seems to work randomly. Sometimes my styles will appear in the dropdown, sometimes not.
Is there a definitive way of doing this in WordPress 2.8+? It seems that all documentation on tinyMCE on the web is now redundant for new versions of WordPress, as the method for calling and configuring it has changed. I thought about hacking the wp_tinymce.js directly but I opened that file and nearly had a heart attack!
Forum: Fixing WordPress
In reply to: Want to know how to use shopping cart in WordPressGoogle for “wordpress ecommerce” and you’ll find some solutions.
I shall have to test this in more detail: it’s currently OK on the site I was building. I’ll get back to you. Cheers.