Forum Replies Created
-
AuthorPosts
-
MarcusMemberAs soon as I made the change you suggested above, I could add the demo piklist types, but when I did, the ‘Add Demo Types’ page under the new piklist taxonomy produced errors.
Having a look at /piklist/includes/class-piklist-cpt.php line 573, I changed it from:
if ($status->capability_type == $object_type)
to
if (isset($status->capability_type) && $status->capability_type == $object_type)And the errors for that page are gone. Now everything works.
Thanks again Steve.
Marcus
MarcusMemberWorks perfect.
So thats all it was. Just a couple of issets and done.
Thanks Steve.Marcus
MarcusMemberHide/show taxonomy based on user role?
Exactly, based on current roles and potential future ones that I add.
Marcus
MarcusMemberWhooo
Hoooo
Thanks Kevin.
Marcus
MarcusMemberMust admit the toast is smelling slightly burnt, and am wondering if what your cooking up is ready to be served.
Your guests are hungry, and eager to feast.
(sorry about the analogies, but haven’t had dinner yet)
Eagerly expecting an announcement soon, at least to know you’re both not dead, and your previous contracts were completed (successfully) LOL.
Marcus
MarcusMemberHey thanks for the answers, the add mores with drag and drop will be amazing.
As for user groups, I have some little and some not so little jobs where old clients want to make changes or implement their own user level structure. Up until now, I’ve been using a lot of plugins to suffice, but its never custom enough, I have to get out the old reverse engineering wrench kit and completely ruin someone elses code (LOL) to make it work the way the client wants.
I’d love to have access to the whole user library so that I can create a level system, permissions, special sessioning and security, whatever a client can think up, I’d love to be able to do with piklist. Well thats the dream anyway.
Is anything being done on the user front for this release?
Thanks Kevin.
Marcus
MarcusMemberKevin, now you are actually killing me. LOL
Now I’m salivating and I don’t even know what ‘add mores’ are… (I’m assuming widget?)
Also when you say groups, please tell me you’re saying user groups and not option groups.
I’ve been dying to make dealing with user types, levels and groups easier for a long time. (I have a feeling your talking option groups though)
I can’t speak for the other guys, although I’m pretty sure I can, we’re all excited for the next release. Keep up the good work, and try not to do too many marathon coding sessions. The heart can only take so much.
Marcus
MarcusMemberI gotta be honest, I check piklist almost every day.
I can’t wait for the next update, please please please, if you need some help testing it, I’m sure more than myself would be willing to test it, and I’m even willing to help with the tutorial videos if you need it.
Can’t wait until the next version…
Marcus
-
AuthorPosts