Replies
This does not work, I now have trouble setting up a new post
This is my code located in edit.php
************************
<?php if ( function_exists( ‘bp_get_simple_blog_post_form’ ) ): ?>
<?php
$form = bp_get_simple_blog_post_form( ‘buddyblog-user-posts’ );$form->show();
?><?php else: ?>
<?php _e( ‘Please Install BP Simple Front End Post Plugin to make the editing functionality work.’, ‘buddyblog’ );?>
<?php endif; ?><?php if( ! current_user_can( buddyblog_get_option( ‘post_cap’ ) ) :?>
Test Message
<?php endif;?>I also want to ask you how can I write a message to users who do not have the privilege to post
Thank you very much for your support.
I also want to ask you how I can change the icon of the blog that appears in account home page.
1. I’m using https://www.paidmembershipspro.com/ for membership, it creates also user roles for each membership automaticlly.
I set one “free membership”, which i don’t want to have any kind of access on Buddy Blog features.
I also set additional 6 membership types: (Student Monthly, Student Yearly, Professional Monthly, Professional Yearly, Premier Monthly, Premier Yearly) which i want to give them access to buddy blog features.
Now with my default settings, only with the admin user i can add posts, with other users i get: https://i.imgur.com/Sx17G3m.jpg I think is a bug or i am missing something.