• Resolved AutomatedKid

    (@automatedkid)


    i was using ur plugin and discovered the advanced page manager, according to the faq page there is an option to add a hook to it, i’m just not a good programmer and thought i’d see if there may be any interest to add it to a future update?

    what i am referring to, just like how ur plugin shows “broadcast” data on the main page that lists all pages using the default wp setup of where the page is being broadcasted to, i was wondering if threewp broadcast could place an added column to the advanced page manager using one of their hooks.

    it’s just a shame having to give up on the other plugin, just because testing it out seems to offer a time saver for users, just not when u have no clue which pages have been broadcasted without going to each individual page or by memory to know which one is the right one.

    thanks for any consideration.

    https://www.ads-software.com/extend/plugins/threewp-broadcast/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can’t see myself modifying BC to support single plugins, no. Ask around and find someone that can write you a plugin that acts as a liason between BC and APM?

    Thread Starter AutomatedKid

    (@automatedkid)

    hey edward,

    i understand. hopefully others will read this and pile on and try to convince u as well. j/k!

    btw, if u know of any reliable guru to tweaks plugins, please let me know.

    thanks again

    Hi, here’s the code to have the broadcast information displayed in APM tree :

    global $threewp_broadcast;
    add_filter( 'apm_manage_pages_columns', array( $threewp_broadcast, 'manage_posts_columns' ) );
    add_action( 'apm_manage_pages_custom_column', array( $threewp_broadcast, 'manage_posts_custom_column' ), 10, 2 );

    You may paste it in your functions.php for example.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add hook to advanced page manager main page??’ is closed to new replies.