Replies
- Brajesh Singh on October 26, 2015 at 4:15 pm in reply to: Making BuddyBlog the default tab for BuddyPress member profile #1270
Hi Jim,
Welcome to BuddyDev forums.
Please try thisdefine( 'BP_DEFAULT_COMPONENT', 'buddyblog' );
Does that work?
- Brajesh Singh on October 26, 2015 at 1:08 pm in reply to: [Resolved] Add Media from Frontend Publishing doesn't work when MediaPress is enabled #1265
Thank you for confirming. Closing this topic as resolved 🙂
It is there for activity(Only the Media attached to current activity). For single gallery, we will do that for gallery media.
- Brajesh Singh on October 26, 2015 at 1:07 pm in reply to: Shortcode to show directly the gallery in a grid. #1263
Hi Douglas,
You have pointed the error correctly. It was the error that I updated and fixed on your site and in the plugin. The problem is your site is still loading old javascript file.You can see that the function is declared here
https://github.com/buddydev/mediapress/blob/master/assets/js/uploader.js#L516But the site is loading uploader.js which is cached and not the updated.
It has nothing to do with any plugin, it is a caching but why so, I too have no answer. Please check the loaded upload.js file and you will see the the file I have pointed on github is not loaded.
Which host you are using? Is it a shared hosting? Just trying to find some clue.
Hi John,
I am sorry for the trouble.Here is a screenshot to show how it should look like with the captcha plugin.
http://i.imgur.com/xciWGzU.pngand
http://i.imgur.com/nf5FR34.pngI am still not sure why It is not working. Please let me know when you re enable these plugins and I can test.
About field auto completion, seems like they have bound to the element on document ready using the bind. If they can use “on” or event delegation to bind the auto suggestion action, It will work.
The form is not present in dom and is injected when you click on the link, so any event already bound will not work.
If a plugin author uses event delegation( using delegate/on methods of jquery and binds to document), They will be available here.
The plugin seems premium, so I may not be of much help there but if it is a free plugin please point me and I will certainly help in getting it work with ajax registration.
Thank you
Brajesh- Brajesh Singh on October 25, 2015 at 7:52 pm in reply to: [Resolved] Add Media from Frontend Publishing doesn't work when MediaPress is enabled #1255
Hi Israel,
It was a bug in MediaPress due to some dependencies. We have fixed it yesterday. Please download a fresh copy and update. It will be fixed.Please do let me know if that works or not?
Thank you
Brajesh Hi John,
I am sorry for the trouble. Did you update Ajax registration plugin? Older version will not show any captach due to some changes in Recaptcha plugin and it needs the newer version.- Brajesh Singh on October 25, 2015 at 4:08 pm in reply to: [Resolved] Problem – audio uploads not working on one site #1251
Can you please PM me the site. Your configuration seems fine to mee. May be I can have better idea after looking at the site. Please PM me some temporary credentials too.
- Brajesh Singh on October 25, 2015 at 4:07 pm in reply to: [Resolved] Show number of pics in album list #1249
You are most welcome. Marking it as resolved now.
- Brajesh Singh on October 25, 2015 at 12:48 pm in reply to: Bug – Nextgen Gallery/DJD Site Post – gallery upload displaying DJD Site Post #1246
I just tested with NGG( I have older version 2.10) and seems working fine. Can you please post extact step to reproduce it.