Replies
- Brajesh Singh on December 5, 2015 at 6:34 am in reply to: [Resolved] BP Ajax registration – No activation mail send #1871
Hi Markus,
Thank you.
The current plugin allows deactivating the activation process but redirect only works for logged in user. I will put an update in 1-2 hour to allow redirect work with non logged in user too and provide you the code for redirecting to that page.Thank you
Brajesh Hi Peter,
Welcome to BuddyDev forum.At the moment, we haven’t added the Media uploaded( UI ) to the BuddyBlog plugin. Allowing users non restricted access can cause a lot of problem. BuddyBlog does have option to allow upload( upto 3) media files but I believe that will not solve your purpose.
Please give me till tomorrow and I will experiment a little and try to add the Media Uploader.I will leave the option to keep it enabled or disabled on the site admins though.
Thank you
Brajesh- Brajesh Singh on December 4, 2015 at 7:18 pm in reply to: [Resolved] How to prevent blog post even though non- group user know exact blog address #1867
Hi Sunbeom,
Welcome to BuddyDev forum.
I just had a look and for me the Group privacy works for the post( private/hidden ). When I am not a member of the group and I try to access the post by typing url, I am getting redirected to the home page. When I am not logged in, I get redirected to the login page. So that seems fine.
There is an issue with privacy though. The posts are available in search and are part of the main site blog posts. So, they will be visible in the post leas( depending on your theme either the excerpt or the full content).
I don’t see a simple solution at the moment as it uses posts and not custom post type.
I have worked on an updated that is aimed at providing support for custom post type. That can allow us to make the things completely hidden from the site.
It will take me at least a week to finish and put that code for use, Is it feasible for you to delay this functionality till ten?
Thank you
Brajesh - Brajesh Singh on December 4, 2015 at 7:06 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1866
I mean the All Galleries list in the admin .
- Brajesh Singh on December 4, 2015 at 7:05 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1865
Hi,
I am sorry for the delayed reply and the problems with MediaPress.It seems very strange that the galleries will vanish automatically from the list.
Can you please visit MediaPress->All Galleries and check if the list is showing any inconsistency like empty component/status/type? - Brajesh Singh on December 4, 2015 at 6:54 pm in reply to: [Resolved] Setting a Buddypress page as the front page – bug? #1864
Good to see that you are progressing on that. I am still not sure why you are not able to use is_front_page() though.
If you find the reason, Please do let me know.
Thank you for using that mention code 🙂
Thank you
Brajesh - Brajesh Singh on December 4, 2015 at 6:53 pm in reply to: [Resolved] BP Ajax registration – No activation mail send #1863
Hi Markus,
My apologies for the delayed reply.When using BP Ajax Registration, The User should not get any email. If they are getting the email, It is an issue. Which version of WordPress are you using?
It is possible to disable automatic activation from Bp Ajax registration, but that will disable the auto login too. Is that something that will work for you? Please do let me know and I will post the solution quickly.
Thank you
Brajesh - Brajesh Singh on December 2, 2015 at 5:05 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1852
Hi,
The Gallery directory will list all the public galleries. Are the new galleries public? Also, ies, please try using filter and see if it lists them. Sometimes, the BuddyPress item lists loader may do wrong filter due to old cookies. Please check and let me know if that was not the issue. - Brajesh Singh on December 2, 2015 at 3:19 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1850
Please take a look at the shortcode here.
https://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-gallery-listing-shortcodes/I strongly recommend against mixing all media types together due to layout complexities. Yes, It is possible but may not look great if we mix all the gallery with different media type together.
You can achieve the same by just enabling the Gallery directory(From MediaPress->settings->BuddyPress). It lists all public galleries and allows filtering by media type etc.
Please do let me know which way you preferred.
- Brajesh Singh on December 2, 2015 at 3:07 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1848
Thank you for confirming.
The site wide Galleries are different from the profile galleries. If ou are trying to show the user galleries, please enable gallery directory or use shortcodes.
The sitewide galllery is aimed at non BuddyPress site. It can still be used with BuddyPress site but will be confusing for the users. If you want to allow users to create sitewide gallery, please put this shortcode in any of the page.
[mpp-create-gallery]
to allow users to create sitewide gallery if you plan to.
Hope that helps.