Author | Posts |
---|---|
July 3, 2013 at 9:14 am 5524 | |
Tareq Hasan | You should return true. |
July 3, 2013 at 1:32 pm 5530 | |
ggsalas | @quokka I tried your change but no result. In this code the only text appears is “This”:
Thanks for your help, I hope can resolve. |
July 3, 2013 at 1:42 pm 5532 | |
quokka | Hi.. Try to add: print_r($post); global $post; Does that return anything? |
July 3, 2013 at 7:06 pm 5561 | |
ggsalas | Yes @quokka the problem is that i can’t get the post id. I tried with this code and it works: |
July 3, 2013 at 7:47 pm 5563 | |
ggsalas | I found that the blog post ID is the “secondary_item_id” parameter in bp_blogs_record_activity() But I not find a way to get the post id. |
July 8, 2013 at 7:30 pm 5691 | |
ggsalas | Hi @Tareq, Today I check that this code is working perfectly creating a post with wordpress and not working with WPUF Pro. I don’t know what info you need to resolve it. I have no problem to test in my site. Thanks |
July 8, 2013 at 8:31 pm 5694 | |
ggsalas | Apparently the problem is that WPUF not use the “save_post” WordPress action. This is the support answer I recive in WPMUDEV. |
July 11, 2013 at 10:17 pm 5885 | |
ggsalas | Hi @quokka I have tested your plugin and do the same error:
|
December 19, 2014 at 4:04 am 32576 | |
Aaron | Can i get this to work using WPUF Registration Form? So when someone registers to my site it will post to the Buddypress Activity? Thanks |