Replies
- Brajesh Singh on April 13, 2016 at 5:25 pm in reply to: Gallery Details Page Description Field Doesn't Save Shortcodes #3489
Hi Horton,
I looked into it. The shortcode is saving to the database. The problem is with the output.
There are two issues here.1. In the Edit textarea, shortcodes are getting escaped by a call to esc_textarea( It is not the shortcode but the generated value by the shotcode).
To change this behavior, we will need to modify the way mpp_get_gallery works and will need to allow it fetching data without calling filters on the_content. Please give me a day and I will update the plugin.
Thank you
Brajesh - Brajesh Singh on April 13, 2016 at 5:07 pm in reply to: [Resolved] Vbulletin albums to mediapress #3488
Hi Simon,
Thank you for the update. It’s good to know.MediaPress stores the media as WordPress attachment(with some extra meta data and term assignment).
You can use mpp_add_media to add a media to the gallery. Please see the example here for the syntax
https://buddydev.com/support/forums/topic/custom-gallery-from-buddypress-fields/#post-2841
Also, you can add new gallery using mpp_create gallery. Here is an example to show , how to add gallery automatically.
Please do check and let me know if you need any help.
Thank you
Brajesh Hi Joshua,
Have you seen this plugin
https://github.com/Themekraft/BP-PollsIt was a nice option in old days but haven’t been updated recently. Please give it a try, It should work.
- Brajesh Singh on April 12, 2016 at 4:10 am in reply to: [Resolved] Blog Categories For Groups and Custom Taxonomies #3479
Hi Ada,
Thank you for the details.We can update the code for the post you have referenced to work with custom taxonomy(levels in your case).
I have a question though:-
Will you need to display all terms to the user even if we use automatic assignment for the groups to terms?Thank you
Brajesh - Brajesh Singh on April 12, 2016 at 3:06 am in reply to: Removing drop down select gallery function and the user uploads to one gallery #3478
Hi Gemma,
Please use the argument “gallery_id” and pass numeric gallery id to it in the uploader shortcode. That should work.Hope that helps.
Brajesh - Brajesh Singh on April 12, 2016 at 2:57 am in reply to: Gallery Details Page Description Field Doesn't Save Shortcodes #3477
Hi Horton,
Thank you for posting. It seems on of the things that we are escaping is causing it. We will look into details and will get back to you in next couple of hours.Thank you
Brajesh - Brajesh Singh on April 12, 2016 at 2:55 am in reply to: [Resolved] Getting an error when trying to save Mediapress settings? #3475
Thank you Alayna,
I am sorry for the inconvenience but glad that it is working finally.Have a great time building your project.
Please feel free to ask us anything you need to know about the plugin. I am marking this topic as resolved for now.
Thank you
Brajesh - Brajesh Singh on April 12, 2016 at 2:32 am in reply to: [Resolved] BP Member Type Generator disappeared from my dashboard #3473
Hi Romanzy,
it is a conflict with the positioning of the navigation menu in the admin. I will update the plugin this week to fix it.Thank you
Brajesh Hi Monica,
Yes, The form appears but after 2-3 seconds. I guess, It might be delayed for you too. Please visit Settings->BuddyPress->Settings page and Under BP Ajax Registration Settings, Please uncheck ” Enable Ajax Loading of Form ”That will load form instantly.
Please try it and let me know if it works for you or not?
Thank you
BrajeshHi Monica,
What is the problem you are facing. I tried registering and I got registered/logged in without any issue.I used one of the three register buttons that you have put there.
Please let me know the issue.
Thank you
Brajesh