BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24778
    Brajesh Singh on in reply to: Buddyblog, images/media support. #1958

    Hi Peter,
    Need some Idea here. What do you think will be better from the following two:-

    1. Add user to upload media(image) and list those images below the post
    2. Add user to upload and let the media be inserted inside the post as happens in the admin dashboard?

    I am thinking second is a little better.

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    Hi Bryden,
    I am sorry but the answer will be no. BuddyPress default activity does not allow filtering activity based on roles, and this plugin acts as a wrapper for the default activity.

    It is doable by fetching the user_ids for the selected role and passing in the user_id parameter but that is beyond the scope of the activity shortcode plugin.

    About your usage of shortcode:- object=”groups” is used for group component.

  • Keymaster
    (BuddyDev Team)
    Posts: 24778
    Brajesh Singh on in reply to: Mailchimp #1956

    Hi Dara,
    Thank you for asking.
    I am not aware of any plugin doing that. If you are familiar with a BuddyPress mailchimp plugin that allows segmentation based on any other criteria, please point me and I can easily provide code to add support for this.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    Hi Milos,
    My apologies for the inconvenience.

    Please visit MediaPress->Tools in your dashboard and post me the log here(or on pastebin)

    Also, If possible please provide me access to your site( Just subscriber) will be fine for testing. Please Pm me the details if possible.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24778
    Brajesh Singh on in reply to: Buddyblog, images/media support. #1952

    Hi Peter,
    I am sorry for the delay. It is coming with the next version of Simple Front End Post editor plugin. I have experimented a little bit and all seems fine.

    I will need 2 more days to finish this plugin though(I am aiming for tomorrow to finish but taking one day extra as precaution).

    Thank you for your patience.
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    Hi Markus,
    Thank you for marking it as resolved. For others looking at this topic, It was an issue with the Ajax registration plugin and is fixed in 1.2.4

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    Hi Markus,
    Thank you for marking it resolved. Closing the topic now. Please do open new topic if you need any assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    No problem. I am looking forward to see it getting live. All the best with the project 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    Thank you.
    Let us outline the task:-

    1. Creating custom post type:- You need to select your options here, can be done via code(I prefer this way, more details here https://codex.wordpress.org/Function_Reference/register_post_type) or there are many post type generator plugins available on wordpress.org repo

    2. Allow users to create project. We need a form solution here. Various free and paid solutions available. A few of them will be(Specific to BuddyPress), BuddyBlog(our very own) or BuddyForms. BuddyBlog is more aimed at developers to customize for extra features.

    3. Creating Custom template for single post type with your layout. Please take a look at the template Hierarchy here https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post

    The only part that will be a little bit tricky will be using activity. Including activity loop is just one line of code. Posting and formatting activity action strings will be a little bit tricky. It is recommend to create a Component(Dummy component) and use that in everything related t activity.

    I know the last part is not very clear but I will advise you to start with the initial steps and as you proceed things will become easier(as you will have more Idea about what you want vs what already is there and what need to be there).

    I will help you will the last part if you need any assistance there.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24778

    Hi Layrics,
    I am sorry. I just missed it yesterday when I came back.

    Before going further, May I know if you are familiar with php coding or not? Just to have an idea and what type of solution to recommend.

    Thank you
    Brajesh