Forum breadcrumbs – You are here:Asgaros Support ForumSupportWordpress link and post.
Please or Register to create posts and topics.

Wordpress link and post.

Hi Everyone,

Looking at making a WordPress post link back to a generated post in the forum for comments.

Two things;

  1. Is there a hook to find the post that was created in the forum by Wordpress upon publication?
  2. Is there a way to only make the auto generated post only use the first say paragraph etc etc.

Thanks in advance.

Hey @mattbodell,

  1. Is there a hook to find the post that was created in the forum by Wordpress upon publication?

You can use the follwoing hook to get all new topics and filter the automatic posted from there:

asgarosforum_after_add_topic_submit

 

2. Is there a way to only make the auto generated post only use the first say paragraph etc etc.

there is a Filter to modify the content of the automatic post:

$post_content = apply_filters('asgarosforum_filter_automatic_topic_content', $post_object->post_content, $post_object);

 

Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.