Replies
Hi Glenn,
With the current version of the plugin, you do not need to copy the “bcg” folder. After activating plugin, please visit Settings->BLog Categories settings in the dashboard and there you can setup what is shown etc.Please try configuring and let me know if it works or not?
Thank you
BrajeshHi Glenn,
Will you please let me know if you are using Blog Categories for groups plugin or not?1. If you are using Blog Categories for the groups plugin, you do not need any code to display forms. It is handled by the plugin. In this case, the posts will appear in group activity stream and the posts will be listed under blog menu on the single group page
2. If you are not using Blog Categories for groups, In that case, you will need to list the post yourself. Your best bet is using WP_Query and creating a custom loop. Please do understand that BP Simple Front End post plugin is a low level tool and except rendering/handling the posting, It does not do anything. Other plugins use the functionality provided by BPSEF and add their own listing etc.
Hope I am able to clarify.
- Brajesh Singh on May 4, 2016 at 5:16 pm in reply to: [Resolved] BP Simple Front End Post: Image upload issue for authors #3750
Hi Leo,
Thank you for the details. Seems some issue on our part.A user needs some capability “upload_files” to upload a file. Seems like some issue on our part. I will be looking at this and will update the plugin tomorrow. Assigning the user to higher role seems to have enabled the needed capabilities.
Thank you
Brajesh Hi Glenn,
Had a talk with Ravi.Are you using the Blog Categories plugin or have created your own plugin? If you have created your own plugins, are you using Group Extension? If yes, The code can be put inside the display() function of the extension.
To assist you better, we will need to understand the context. Can you please provide a screenshot(please link here) and mark the place where you want the form to be displayed. one of us will be able to assist you quickly.
- Brajesh Singh on May 4, 2016 at 5:08 pm in reply to: [Resolved] BP Simple Front End Post: Image upload issue for authors #3747
Hi Leo,
I am sorry for the inconvenience.Can you please tell me which version of BP Simple Front End post plugin are you using?
Thank you
Brajesh Hi Glenn,
This function needs to be posted in the file where you want to display the new post/edit post form.Here is how the Simple Front ENd post plugin works:-
1. A plugin/theme registers a form with various settings for the post form using `bp_new_simple_blog_post_form’
2. You will need to display the form somewhere. to display the form you use
$form = bp_get_simple_blog_post_form('my form'); if ( $form ) {//if this is a valid form $form->show();//it will show the form }We use the name of the form that we registered earlier. If you don’t have access to the template files, we can convert the code from second step to shortcodes and use it inside the post/page if needed.
Hope that helps.
Regards
BrajeshHi Michael,
Do you want the BuddyPress profile links in the menu?if yes, Please visit Appearance->menu and at the right side top you will see screen options. Please make sure “BuddyPress” is checked there. Once i is checked, BuddyPress dependent pages will appear in the left link selector box.
Please let me know if you are looking for something else.
Thank you
Brajesh- This reply has been marked as private.
All the best with your project Lavish 🙂
- Brajesh Singh on May 2, 2016 at 3:17 am in reply to: Inviting Ideas for the best ever WordPress Gallery Plugin #3731
Sorry about this but I don’t have any plan for BP Album. I will be interested in BP Media importer in future but BP album is out of question. The time investment can not be justified.
Also, I will be more interested in helping out if someone takes on the importer coding for BuddyPress Media. I will personally like to spend that time on adding new features to MediaPress and making it feature complete.
Thank you
Brajesh