Closed GoogleCodeExporter closed 8 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
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
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
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
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
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
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
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
Still waiting for this. Unfortunately until this is updated I still can't use
this, I will have to keep using a different plugin to create my custom pages.
Original comment by thetechr...@gmail.com
on 19 Apr 2015 at 9:46
Yeah, I'm still waiting for someone to have a budget so I can devote time for
development.
Original comment by ever...@fireproofsocks.com
on 21 Apr 2015 at 4:01
Refactor in Github...
Original comment by ever...@fireproofsocks.com
on 11 May 2015 at 5:33
Original issue reported on code.google.com by
ajibd...@gmail.com
on 9 Aug 2014 at 7:12