BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: Edit Blog Post layout #3626

    Thank you for confirming. Please delete it from the admin and download a fresh copy to install/update. to avoid it in future, if you want, you may install BuddyDev dashboard plugin.

    Please do check and let me know after the update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: Edit Blog Post layout #3623

    Hi Brandan,
    I am sorry for the delayed reply. Can you please confirm that you are on the version 1.2.9 of the BP Simple front end editor? Are you using BuddyDev dashboard for automatic updates?

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Simon,
    will post an example in 1-2 days. Sorry for the delay.

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Phil,
    No problem.
    There are two things that can be done here:-
    1. Easy way:- Will it work if we assign one of the allowed categories for the group automatically if no group is assigned.

    2. Or, It will be a little bit complicated but we do plan to have this feature in future, Allow group admins to select a default category(or term) which will be used when no category is assigned. it will take some time though.

    Please let me know which one suits you better.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Alayna,
    You may use the following js(in document ready block) to add the subject on your own

    
    	jQuery('#send_message_form').submit( function() {
    		jQuery('#subject').val("Some message subject");
    	});
    

    Please do note that the above simple is a simple hack and it will not affect notifications etc. You will have to update emails for notification to avoid sending message title.

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: Edit Blog Post layout #3611

    Hi,
    You have done it correctly. It is the error that I talked about in my first post(form loading). Please upgrade to 1.2.9 of the bp-simple-front-end-post plugin and it wil be fixed. no need to re copy the form.

    Please update and let me know.
    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: [Resolved] BP Simple Front End Post Form #3610

    Hi Leo,
    Thank you. Please upgrade to 1.2.9. It ads the form id and fixes the notices.

    Please do let me know if it works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Alayna,
    Thank you for asking. BuddyPress needs the subject for the thread.
    It can be accomplished by doing the following steps:-

    1. Hide subject box on the send message page and auto generate subject before saving
    2. Hide the subject on the single thread page using css(or modifying the message loop).

    Please do let me know if you need specific code.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: Edit Blog Post layout #3603

    Hi Brendan,
    Welcome to BuddyDev.

    You can copy the “bp-simple-frontend-blog-post/form.php” to your theme/feposting/form.php”.

    At the moment, there is an issue(I have made a wrong include), so It won’t work. Please allow me to fix in 2 hours and push an update. I will message again after that.

    Thank you
    Brajesh