Replies
- Brajesh Singh on July 15, 2021 at 11:01 am in reply to: Community Builder Pro Theme Messaging is blocking BuddyPress Messaging Control #39554
Hi,
Do you still need support with it? If yes, please share your order details. I will be closing this topic as resolved in next 2 days due to lack of replies.Regards
Brajesh Hi,
Welcome back.
For the current version of MediaPress(There are plans to move meta to separate table in 2.0), all extra data is stored in post meta.1. MediaPress galleries are stored as custom post type ‘mpp-gallery’. The gallery creator is the post_author field.
We store an extra post meta ‘_mpp_component_id’ for each gallery. This is either user id for user/sitewide gallery or group id if the gallery belongs to group.
You will also need another meta ‘_mpp_media_count’ which stores the number of media in a gallery.2. We also use 3 taxonomies(with predefined terms slug) for type, status and component
The Taxonomies and terms are:-
‘mpp-component’ :- ‘_members’, ‘_groups’, ‘_sitewide’ (underscore is prefixed for uniqueness)
‘mpp-type’ :- ‘_photo’, ‘_video’, ‘_audio’
‘mpp-status’:- ‘_public’, ‘_private’, ‘_loggedin’, ‘_groupsonly’, ‘_friendsonly’, ‘_followersonly’, ‘_followingonly’.You do not have to create these terms as they will be automatically created for the taxonomies based on your current active plugins/components.
You will need to assign one of the status, type and component term to each gallery and then ad the component meta.
2. The media is stored as WordPress attachment post type. Gallery is set using post_parent field. We set the component_id and status, type, component in the same way as above.
Each attachment contains some of the post meta. The following 2 are needed.
'_mpp_component_id' :- Numeric value as explains for gallery '_mpp_is_mpp_media' :- numeric value(1). It is used to mark the attachment as MediaPress media.Hope you can map it and use as you need.
Regards
Brajesh- Brajesh Singh on July 15, 2021 at 10:15 am in reply to: [Resolved] BuddyPress Profile Visibility Manager Language #39552
Hi,
Hope you are doing well.Did the above file worked for you?
Regards
Brajesh - Brajesh Singh on July 15, 2021 at 10:13 am in reply to: Labels do not show on BuddyBlog Pro published posts/ #39551
Hi Miachel,
Thank you for the reply.1. You can add the bold tag for now too using something like this
<strong>Your label</strong>We are planning to update the shortcode and have the flexibility for including labels.
2. Ability for the post owner to see edit post:- It is already there. The theme controls the edit link. Are you using BuddyBoss theme? I can look into it if you can tell me the theme.
3. Ability to crop/adjust featured image:- I am sorry, it will remain in the same way as WordPress dashboard. We do plan to update how it appears on the edit page for a better experince.
4. Date field format:- Thank you. Please allow us some time. We will be allowing site admins to select date field format. Currently, it takes the browser’s local format.
5. Allow embedding:- It is already there. Please recheck. Also, next week, we are releasing the MediumEditor addon for BuddyBlog, you can use that if you want to be more explicit with videos/uploads.
Regards
Brajesh - Brajesh Singh on July 15, 2021 at 10:08 am in reply to: Buddyblog confirm action for publishing #39550
Hi Tosin,
We have added the support for custom classes for submission buttons and have tested this. It will be available in the next release of BuddyBlog pro(This weekend of early next week).Regards
Brajesh - Brajesh Singh on July 13, 2021 at 9:45 pm in reply to: [Resolved] Change profile permalink slug #39541
Hi Tosin,
Thank you for the question.At the moment, BuddyPress does not allow having different root slug and component slug(they have the option but it is not used for url parsing currently). So, even if we are able to change the url, it leads to page not found for profile.
In other words, this is not feasible currently in a reliable way.
Regards
Brajesh - Brajesh Singh on July 13, 2021 at 9:40 pm in reply to: Labels do not show on BuddyBlog Pro published posts/ #39540
Hi Michael,
Thank you for using the plugin.I am assuming that you are using our shortcode at the top/bottom option? If yes, Please add the label manually.
We did not add label in the shortcode as there was no way to customize shortcode settings while copying it.
Since that feature was release couple of releases before, we are unable to show the label for backward compatibility. this will change in a major release where we can notify and break a little bit of backward compatibility.
for now, Please add the label manually before the shortcode. Also, if you have any suggestion on making it easier, please do let me know.
Regards
Brajesh Hi Deepa,
It is your theme hiding the extra buttons. Please contact the theme author and let them know that the extra buttons are hidden and ask them for a solution.There is not much we can do with it. Please let me knwo what your theme author says.
Regards
Brajesh- Brajesh Singh on July 12, 2021 at 6:53 am in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39517
Hi Lisa,
Thank you for the question.1. I have moved the topic. You can edit your replies on this forum but not the first post(topic). That’s a limitation.
2. We will need a week to update the theme. At the moment, this is enabled via javascript and we will need to provide a hook to avoid running that code.
I will post back after the update.
Thank you
Brajesh - Brajesh Singh on July 12, 2021 at 6:49 am in reply to: [Resolved] group tab creator – can i put shrtcode inside the tab content? #39514
You are welcome 🙂 Had issued the refund but missed to inform you here. Hope you received the notification.
Regards
Brajesh