google-code-export / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
2 stars 1 forks source link

File-based post-type definitions #565

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
BEFORE YOU FILE: Are you using the latest version of the CCTM?  Please
check http://wordpress.org/extend/plugins/custom-content-type-manager/

What functionality do you want to see?
please I want to be able to edit my post type because I want it to support the 
publicize functionality for jetpack. please how do I do it?

Do you have examples of similar functionality on other sites or in other
plugins? (Please share URLs below)

Please provide any additional information below.

Original issue reported on code.google.com by ajibd...@gmail.com on 9 Aug 2014 at 7:12

GoogleCodeExporter commented 9 years ago
I'm not clear what feature you're requesting.  Can you be more specific?

Original comment by ever...@fireproofsocks.com on 9 Aug 2014 at 4:54

GoogleCodeExporter commented 9 years ago
yeah... I wat to know the file in which my custom post type are registered 
because I want to edit it and add a functionality to it

Original comment by ajibd...@gmail.com on 10 Aug 2014 at 7:41

GoogleCodeExporter commented 9 years ago
There's not a good way for you to do that in version 0.9.x or before -- but it 
is something I'm working on for the next release.  In versions 0.9.x and 
before, the post types are registered by the CCTM.php class by loading up 
stored configurations (from JSON stored in the database , not from a file), so 
they are not easily editable.

Original comment by ever...@fireproofsocks.com on 10 Aug 2014 at 7:50

GoogleCodeExporter commented 9 years ago
I also need this, but not only that, I also need to be ABLE TO ADD WHATEVER I 
LIKE to it.

Missing:
jetpack like
jetpack publicize
jetpack related posts
custom functions as I desire

You need a plaintext way of editing the array so we can manually add new 
things, i.e.
'supports' => array ( 'title', 'editor', 'excerpt', 'publicize', 'thumbnail', 
'comments', 'revisions', 'custom-fields', 'page-attributes', ),

whereas currently you only have:
'supports' => array ( 'title', 'editor' ),
and you have no way to edit it.

Can't be hard to just make a text field in the settings page of CCTM where I 
can enter ANYTHING like 'publicize' or 'customfunction' where 'customfunction' 
can be whatever I want to add and it will make it work by adding it to the 
array.

in the meantime I will be trying some other content type managers since the 
lack of ability to use native wordpress functions renders this extension 
completely useless.

I can do what I like with basic wordpress by adding in the custom fields but 
it's a PITA to do it EVERY POST which is why something like CCTM would be 
convenient if it worked.

Original comment by thetechr...@gmail.com on 4 Feb 2015 at 9:09

GoogleCodeExporter commented 9 years ago
Plaintext editing is definitely more customizable, but it's not as accessible 
to non-technical users.  In the next release, you'll have the ability to 
customize it this way.  It is a lot harder to do serious development in 
WordPress than most people realize and even simple changes are impossible to 
prioritize when nobody is willing to devote a budget to it.  In short, you get 
what you pay for.

Original comment by ever...@fireproofsocks.com on 4 Feb 2015 at 1:32

GoogleCodeExporter commented 9 years ago
True but it's good to at least have something like "enable developer mode" for 
people who do in fact know stuff, so that at least you have the functionality, 
even when you haven't had the chance to add it in yet. For now I found an 
alternate solution for my custom post types but if you can fix this then I'd 
love to start using CCTM again!

Original comment by thetechr...@gmail.com on 12 Feb 2015 at 12:09

GoogleCodeExporter commented 9 years ago
Basically all you need to do is add a text field in the admin to add more items 
into the array.

Original comment by thetechr...@gmail.com on 12 Feb 2015 at 12:10

GoogleCodeExporter commented 9 years ago
You can subscribe to the issue and get updated when the feature has been 
implemented.

Original comment by ever...@fireproofsocks.com on 12 Feb 2015 at 4:53