Replies
- Brajesh Singh on November 18, 2016 at 10:10 am in reply to: BP Auto activate Auto Login-redirect to profile on Signup“ #6415
Hi Joseph,
can you please disable the Membership2 Pro for a moment and check if that makes it work? Just need to find out the conflict.Thank you
Brajesh - Brajesh Singh on November 18, 2016 at 7:59 am in reply to: Sort Galleries by Category, Gallery Filtering #6413
Hi Fidd,
My apologies for the delayed reply.1. At the moment there is no ready to use solution for this available with MediaPress. It is easily doable though./
MediaPress uses custom post type for Gallery and ‘attachment’ post type for Media. So, adding categories is possible to both of these. It will need some UI though. Are you comfortable with php?
We may do it in future our self but not right now.
About Views:- We do have a plugin for Media Views that allows sorting et via views. You are looking for a gallery view, so that will need to be custom implemented.
My apologies for the lack of features at the moment.
Regards
Brajesh Hi Hanifa,
Thank you1. Yes, you are right. They can edit from the front end profile.
3. You can install BuddyDev Dashboard plugin
https://buddydev.com/docs/guides/account/buddydev-dashboard/installing-configuring-buddydev-dashboard/It allows automated update from BuddyDev unobtrusively. You will get the notifications like normal when an upgrade is available.
Hope that helps.
Thank you
Brajesh- Brajesh Singh on November 18, 2016 at 7:51 am in reply to: Looking for a code snippet – Add BuddyPress Groups Sidebar #6411
Hi George,
Thank you for posting. There are multiple ways to do it.The simplest way is to modify your theme sidebar and use the widget area conditionally.
In future, within 10 days, I am also releasing an addon for WooSidebars plugin, that allows using any sidebar conditionally. I had originally worked on it for a theme of ours and plan to put it for public soon.
For now, you can use bp_is_group() to check if you are on group.
Regards
Brajesh - Brajesh Singh on November 18, 2016 at 7:47 am in reply to: Plugin idea – BP Featured Members and Groups #6410
Hi George,
My apologies. Ravi did complete it some time back. I don’t remember but it is most probably hosted on bitbucket. I will grab a copy and push on github today a little late and link you.Thank you
Brajesh Hi Yves,
My apologies for the inconvenience. One of the side effects of this plugin is WordPress does not crate the table for the sub sites.You will need to create 2 tabls
dbprex_terms dbprefix_term_taxonomy and may also have to create dbprefix_termmetaHow many sites do you have? If there are too many sites, this process can be automated. If it is less than 10 sites, please use php myadmin to clone table.
Thank you
Brajesh- Brajesh Singh on November 16, 2016 at 11:00 am in reply to: Page galleries showing up as squashed together on mobile #6403
Hi Owen,
My apologies to keep you waiting.I will assist you today/tomorrow and update here.
Thank you
Brajesh Hi Symeon,
I am sorry but it is outside of the scope of that plugin. There are many reasons for not allowing that.
1. Who will be able to add the shortcode? Since anyone(author) can add the shortcode, It is not a good idea to include it as a ready made things. Also, how do you allow to select users to which blog they want a theme to be active? A user can have more than one blog.
2. It is possible to do what you are looking for but will be very specific to your site. You can create a shortcode and allow users to select the theme/blog on which they want to activate it.
Please do note that we won’t be able to provide any custom solution for this as it falls far beyond the scope of the plugin.
Regards
Brajesh- Brajesh Singh on November 16, 2016 at 10:55 am in reply to: BuddyBlog – Displaying custom post types #6401
Hi Susana,
Welcome to BuddyDev.1. Are you able to add custom fields in the form( I guess you are ), If not, Please see this post
https://buddydev.com/support/forums/topic/custom-post-fields-in-buddyblog/#post-16372. You can use your own custom rendering form, you may copy bp-simple-front-end-post to feposting/form.php in your themes directory and modify it.
3. For required, BuddyBlog currently does not provide access to direct validation. It does checks for some sanitization but that is not what you are looking for. An easy way is to validate yourself on ‘bp_init’ before the form handler gets the chance to do it.
Hope that helps.
Regards
Brajesh Hi Hanifa,
Thank you for the post.1. Please take a look at the list here for the capability vs role
https://codex.wordpress.org/Roles_and_Capabilities#Capability_vs._Role_TableFor admins, you can use ‘list_users’ capability. I am not sure what do you mean by mod, There is no mod role in WordPress If you can point me, I will be happy to assist.
2. It is coming from your comment template. Please check your theme’s comment template
3. Please upgrade to 1.1.7
https://buddydev.com/plugins/buddyblog/There you will find the languages directory within the plugin. Please translate and name your generate mo file to buddyblog-your_Locale.mo
You can put this file in wp-content/languages/plugins/ directory on in the buddyblog/languages directory.Hope that helps.
Regards
Brajesh