freaksauce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with hierarchyThanks Luke, yeah I’m just not sure how to keep the urls to products with different countries but still sharing the same product information. So in case I didn’t explain properly products can be visible in multiple regions or countries, but they are the exact same products. So I only want to create a single products custom post type.
Guarav subdomains means multiple installations which isn’t really what I want
Thanks for your help, I’m updating the regions select from static arrays that I saved in a php file in my theme dir using ajax so it was actually easier than I thought it would be once you had pointed me in the right direction. Thanks again for your help, just sent you a thank you donation.
Forum: Fixing WordPress
In reply to: Featured Image errorThanks for trying to help, yes it seems to be something specific to my MAMP install I just updated a site on the web server and everything is fine… weird?!
Forum: Fixing WordPress
In reply to: Featured Image errorOk so it was a fresh install on the same server but totally new database and yes new download. No content was imported at all. I am running MAMP on my Mac where the issue is, haven’t tried on an actual web server yet.
Forum: Fixing WordPress
In reply to: Featured Image errorYes, as I said I did a totally fresh install from scratch didn’t touch a thing, went to add new post, same error.
Yeah weird, I just did a fresh install of WordPress, added your plugin through the “add new” button in WP so I have the latest files and it’s happened again. Must be something on my MAMP setup?!
ok that didn’t work before I’ll try again
$data['menu'] = sprintf('<a href="'.get_admin_url(false,'admin.php').'?page=cctm&a=create_post_type" class="button">%s</a>', __('Create Content Type', CCTM_TXTDOMAIN) );
There’s an empty div when I use the code inspector <div id=”cctm_nav”></div>
$data = array(); $data['page_title'] = __('List Content Types', CCTM_TXTDOMAIN); $data['menu'] = sprintf('<a href="'.get_admin_url(false,'admin.php').'?page=cctm&a=create_post_type">%s</a>', __('Create Content Type', CCTM_TXTDOMAIN) ); $data['msg'] = CCTM::get_flash(); $customized_post_types = array(); $displayable_types = array();
Ok got errors on now thanks for the tip!
Warning: sprintf() [function.sprintf]: Too few arguments in /Applications/MAMP/htdocs/2011/Client/PWB/wordpress/wp-content/plugins/custom-content-type-manager/controllers/list_post_types.php on line 9
Aha that url works! No worries I’ll try and get errors switched on and get back to you, thanks for your help by the way ??
Oh and not sure I mentioned I’m using MAMP on Mac
PHP Version 5.3.2
MySQL 5.1.44Latest version of Chrome and FF in the screencast
By the way I just tried to import the exported JSON and nothing happened, the saved custom post types are still outputting to the browser as expected but I can’t access them in any way in the CCTM.
Tried it with a totally fresh install of WordPress and same problem, I recorded a screencast while I was doing it:
https://dl.dropbox.com/u/26091284/screencast.mov
Is there a way to manually add a post type?
ok thanks