Using private messaging as a single feature on another page
-
Hi,
My goal is to grab the buddypress private messaging part and include this in another page such that this can be used as a single messaging feature without the complete buddypress profile.
I am somewhat familiar with customizations of templates and usage of hooks in wordpress.
My wordpress version is 5.2.2 and my buddypress version is 4.4.0.So when digging into buddypress I found the bp_templates folder and figured out that to for example load the message composition part we should use
bp_get_template_part( 'members/single/messages/compose' );
. This included the part but without any styling while the stylesheet of buddypress does seem to be included when looking into the developer tools of Chrome.Therefore my question is: How to include the complete private messaging part on another page with the styling included?
Kind regards,
Justvdv
- You must be logged in to reply to this topic.