codepaladin
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Broadcast metabox disappeared on post editorI have checked these settings are perfect, then what could be the issue
One more requirement i need
While updating parent post i can able to get the unlinked child by using threewp_broadcast_prepare_broadcasting_data the hook.
After finding the unlinked child i need to display a popup of those childs.
Is it possible to write javascript in this action function?
- This reply was modified 5 years, 9 months ago by codepaladin.
Thank you so much for your support.
threewp_broadcast_prepare_broadcasting_data this hook worked for me. I can able to get the unlinked childs.
> While updating? When, exactly?
Yes, while updating the parent post on editor. Below are the steps..
1. Uncheck the blogs in broadcast metabox
2. Click the update/publish button on parent post editor.When click the update/ publish button on editor , How can I get the unchecked blogs data.
- This reply was modified 5 years, 9 months ago by codepaladin.
> threewp_broadcast_broadcasting_started action
This action is for broadcast the blogs in parent post. But I need the unlinked / unchecked the blogs data while updating the parent post
- This reply was modified 5 years, 9 months ago by codepaladin.
I am using premium pack of Three Wp Broadcast plugin, i didn’t find the “find_unlinked_children” function which you given path.
While updating the parent post , is there any hook to find the unlinked blogs?
I need unlinked children data on every update on the parent post.
How can I use this function when updating the parent post to find?
- This reply was modified 5 years, 9 months ago by codepaladin.
This code i have already tried, but instead of giving count two for two blogs because i have unlinked / trashed two blogs. It is giving individually means first blog count one and second blog count again one. But how to get the total count for unlinked / trashed childs.
- This reply was modified 5 years, 9 months ago by codepaladin.
I need the count in the below action
add_action( 'threewp_broadcast_post_action', 'my_threewp_broadcast_post_action' ); function my_threewp_broadcast_post_action( $action ) { //need the trash action count here }- This reply was modified 5 years, 9 months ago by codepaladin.
Thank you for support. Now I can able get the post actions while updating a parent post.
> To get the broadcast post actions?
If possible all post action. How to get those?> Which actions do you want, more exactly?
Child post trash action- This reply was modified 5 years, 10 months ago by codepaladin.
Okay, I will explain in steps.
step1: When Broadcast and un-boradcast the blogs.
step2: Click on Update button in parent post, How to customise the logic in Update Button to get the broadcast post actions.I have customized the code to reach my requirement because there is no settings available.
Thank you for supporting and quick reply.Followed by the above discussion, I have removed the user access to restricted blogs for whichever not required in PSA network.
But the issue is the restricted blogs should display other networks(ex:PSE, MEA). Because of remove access it is not displaying other networks(ex:PSE, MEA).
Our requirement has to restrict only in network PSA.
As my understanding should we remove the user access to the blogs, Is it correct?
Suppose if we need to remove user access, for which network i have to do. Is it restrict other networks(ex:PSE, MEA)?
- This reply was modified 5 years, 11 months ago by codepaladin.