Hey @aljuk
You don’t have any record about them activity? or it’s added, but you want all users can see the activity?
Best,
Yakir
Thread Starter
aljuk
(@aljuk)
Hey Yakir,
there’s no record of the activity. Perhaps because the author of the post is subscriber role?
Hi..
How you create the post? If you using with wp_insert_post(), all will be works.
Please let’s me know about this.
Best,
Yakir
Thread Starter
aljuk
(@aljuk)
Post (cpt) is created from the front end using an upload form created by Ninja Forms (form plugin) and Ninja Forms Front End Editor (plugin extension which allows users to create and edit their own posts). User role (even though creating post) is subscriber.
I’m not sure how Ninja Forms is creating the post, but I can look into this.
I think the problem with Ninja Forms.. This plugin insert in DB with $wpdb object, and not with WordPress API.
Source: https://plugins.trac.ww.wp.xz.cn/browser/ninja-forms/trunk/includes/database.php
Thread Starter
aljuk
(@aljuk)
Ah, ok, no way around that really… Many thanks for looking into it for me.
Great plugin though, works very well for my sites where admin creates the content.