Replies
If that is not happening, The javascript file is not loading. Can you please check if bsfep.js is being loaded?
It should be loaded in the footer on the page where form is displayed. If it does not load, you will see featured image option but that won’t be set. It overrides some of the media model/view settings for post id/nonces to make them work.
Hi Peter,
Most probably the included js is not loading. Please try this and let me know what you see1. Click Add New in BuddyBlog menu
2. On that screen, click “Set Featured Image link” which is just below the Content Area
3. Does that link open a popup? If yes, select an image and click the button “Set featured image”, Now, that image should be inserted in the area below post content. Is that happening?That’s all I need to know.
PS: And admin uploaded image can not be deleted/removed by subscribers.
No, BuddyBlog update is not required. Are you able to set/remove post thumbnail on the screen? Also, if you are using custom post type, please make sure your post type supports post thumbnail.
Hi Peter, Nate
Please Upgrade to Simple Front End post plugin 1.2.6Now, this plugin allows setting/removing featured image properly.
Hope that helps.
Thank you
BrajeshThank you Peter.
Some good news here. I have got the add remove thumbnail working properly as well as the other things now. I won’t be able to post today and the code needs some more cleanup but will do tomorrow.Thank you
Brajesh- Brajesh Singh on December 12, 2015 at 7:56 pm in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #2007
In that case, just put it at the bottom of header.php that will be visible but may not look great.
- Brajesh Singh on December 12, 2015 at 7:43 pm in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #2005
Hi Vicki,
I am sorry but that depends on your theme. Most probably putting it in header.php should be fine. You will need to find the proper location (container etc) as I am not familiar with the above mentioned theme. Try putting it at the end and then you may adjust as per the layout. - Brajesh Singh on December 12, 2015 at 7:09 pm in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #2003
Hi Vicki,
I am sorry for the delayed reply.You will need to have this line in all your pages
<?php do_action( 'template_notices' ); ?>
Currently it is only on few specific pages(User/groups/forums) in your template.
This is used to display notice (and there is not other way to inject notice)
Please put that line in your header file and check if the notice is available or not. You may have to do it conditionally to avoid double notice on user profile/group though.Hope that helps.
Regards
Brajesh Hi Nate, Peter
1. The featured image is not being set as the current implementation is not passing the post id. I am working on it and will have a fix soon.
2. I agree with Peter on that. I am not sure about RT Media( It should most probably) but if you are using MediaPress, all the images /media uploaded by a user is available for use in their blog with the current implementation of BuddyBlog.
PS: For MediaPress, every expected feature is coming after 15th December(Includes watermark, rating and a lot more).
Hi Peter,
you will need to update BuddyBlog as well. I had the updated version(1.1.4) so could not notice. In the admin settings of BuddyBlog, you will see the option to allow uer uploads. Please make sure you select “Yes” and click “save”.After that the Button will appear on the new/edit blog post page.
@dtcdh16,
Hi Nate, are you using BuddyBlog. If yes, Please follow the steps above and It will be available.It is possible to use the Simple Front end post on any page, but you will need to write some custom code for it(Registering form)