How to add Activity Plus icons to Activity Shortcode plugin
-
Hi there,
I’m wondering how I can add the buddypress-activity-plus icons (picture, video, website links) to the bp-activity-shortcode plugin.
I’ve added the following code to the plugin, but it just gave me the regular “What’s New” form, without the icons:
<?php if ( is_user_logged_in() ) : ?>
<?php locate_template( array( ‘activity/post-form.php’), true ); ?>
<?php endif; ?><br />Thanks for any help!
- The topic ‘How to add Activity Plus icons to Activity Shortcode plugin’ is closed to new replies.