Replies
- Brajesh Singh on April 18, 2016 at 10:54 pm in reply to: [Resolved] Add hover popups at the User's Profile #3592This reply has been marked as private.
- Brajesh Singh on April 18, 2016 at 10:50 pm in reply to: [Resolved] BP Simple Front End Post Form #3589
Hi Leo,
Thank you for confirming.We will update the BP Simple Front End post plugin in next 2 days(hopefully tomorrow) and will add this. we are also going to fix a few notices as you pointed earlier in the update.
Thank you
Brajesh Hi Dandy,
No problem.
Please put this in your bp-custom.phpfunction buddydev_change_no_online_text( $translated_text, $text, $domain ) { if ( $text == 'There are no users currently online' ) { $translated_text = 'Sorry, you don’t have any friends online'; } return $translated_text; } add_filter( 'gettext', 'buddydev_change_no_online_text', 20, 3 );That should do it.
- Brajesh Singh on April 18, 2016 at 9:33 pm in reply to: [Resolved] Add hover popups at the User's Profile #3585This reply has been marked as private.
- Brajesh Singh on April 18, 2016 at 9:22 pm in reply to: [Resolved] BP Simple Front End Post Form #3584
Hi Leo & Ravi,
Just correcting the things here.We had an issue in 1.2.7 that it was not using default values for custom fields. We had fixed that in 1.2.8 a few weeks ago. It seems you are still using 1.2.7. Please upgrade.
PS: Thank you Ravi. Now, I can see the problem. Since the meta key was not getting stored, The forms were not displayed/used correctly on edit page.
- This reply was modified 9 years, 11 months ago by
Brajesh Singh.
- This reply was modified 9 years, 11 months ago by
Hi Dandy,
Thank you for the update and kind words.
Please do note that the above fix will be overridden in next version of BuddyPress. A better idea will be to filter the text using “gettext” filter.if you want me to post the code, please do let me know.
Thank you
Brajesh- Brajesh Singh on April 18, 2016 at 7:50 pm in reply to: [Resolved] Vbulletin albums to mediapress #3576
Hi Simon,
That is a wonderful news. I am very happy to know that you are able to import.To stop the activity from getting created, please visit MediaPress->Settings->BuddyPress and disable the automatic activity creation for new media/new gallery while you are importing. It will fix the issue.
Hope it helps.
Regards
Brajesh - Brajesh Singh on April 18, 2016 at 7:39 pm in reply to: [Resolved] insert image via wysiwyg into forum posts bbpress #3575
Hi Simon,
I am sorry about this. It is not available yet. We have plans for allowing using gallery images and uploading for bbPress, WordPress comments in version 1.2 around August this year. For now, It will be easy to use wp.media to create a frame that allows uploading/inserting images. - Brajesh Singh on April 18, 2016 at 5:14 pm in reply to: [Resolved] Add hover popups at the User's Profile #3567This reply has been marked as private.
- Brajesh Singh on April 18, 2016 at 4:45 pm in reply to: Group Categories and restricting which ones display. #3565
Hi Phil,
Thank you for asking.
No, It will not auto select for each group.You will need to assign different term_id for different groups.
Term id is the category id. You can see it from the Dashboard->Posts->Categories screen.
Hope that helps.