BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14672

    Now work fine.

    Thanks

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14668

    I don’t use anything else.

    https://i.imgur.com/cssOiiE.jpg

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14665

    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;?>

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14589

    I also want to ask you how can I write a message to users who do not have the privilege to post

    Ex.
    https://i.imgur.com/GhN9TRo.jpg

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14587

    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.

    https://i.imgur.com/hutUulF.jpg

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14294

    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.

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14291

    You not answer он my first question … how can I grant different privileges to different users (membership levels) whether they have the privilege to add new posts or not

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14260

    I’m using BuddyBlog.

    When someone tries to upload an image, I don’t want to be able to view previously attached images, because someone can erase them.

    I want only upload image

    Thanks

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14217

    It’s work, thank you very much. If possible to add a image inside in post and how?

  • Participant
    Level: Initiated
    Posts: 10
    Dime on #14214

    I’m using BuddyBlog