Replies
- Brajesh Singh on January 7, 2016 at 5:10 pm in reply to: [Resolved] How to modify wp-admin-bar-my-account? #2264
Hi Hans,
Thank you for asking.
can you please give it a try and let me know if it works as expected?function buddydev_update_myaccount_links( $wp_admin_bar ) { if ( ! is_user_logged_in() ) { return ; } $profile_url = bp_loggedin_user_domain(); $wp_admin_bar->add_menu( array( 'id' => 'my-account', 'href' => $profile_url ) ); $wp_admin_bar->add_menu( array( 'id' => 'user-info', 'href' => $profile_url, ) ); } add_action( 'admin_bar_menu', 'buddydev_update_myaccount_links', 100 );
Looking forward to hear your feedback.
Thank you
Brajesh - Brajesh Singh on January 7, 2016 at 9:35 am in reply to: [Resolved] Filter for favorites notifications #2261
It is included in 1.1.2. Marking it as resolved now.
Please Pm me the details here or mail me at brajesh@buddydev.com
Thank you
- Brajesh Singh on January 7, 2016 at 9:34 am in reply to: [Resolved] BBpress Thread Prefix Plugin Idea #2259
Sorry that I could not work on it. I am happy you got it resolved.
Hi Curt,
Welcome to BuddyDev forums.Thank you for the kind words about MediaPress. I will love to support X theme if possible.
As per your message, it seems the options nav is not being generated properly. It should be a minor css issue. Can you please point me to the site and provide a temporary login. I can provide the css.
PS: If you plan to customize the contents of MediaPress please do let me know, It is easily themable too.
Thank you
Brajesh- Brajesh Singh on January 6, 2016 at 8:53 pm in reply to: [Resolved] Filter for favorites notifications #2255
Thank you Jamie. Added now. Will be pushing an update in 30 mins or so.
- Brajesh Singh on January 6, 2016 at 8:50 pm in reply to: Show Friends Only Activities on BuddyPress Sitewide Activity Widget #2254
Hi Israel,
Let us use this thread or you can create a topic in the “Requests & Feedback” forum. - Brajesh Singh on January 6, 2016 at 11:58 am in reply to: Show Friends Only Activities on BuddyPress Sitewide Activity Widget #2250
Hi Israel,
This is not part of BP Activity Shortcode as it simply default to to the parameters allowed by bp_has_activitiesIt is possible to add some abstraction. What other features you want in this plugin that we can implement to make it more useful?
Let us build a list and I will update this plugin to have those features.
Thank you
Brajesh Hi Mark,
I hope you are doing well. I am marking it as resolved since we fixed it a week ago in the commit
https://github.com/buddydev/mediapress/commit/2f84811d0e43878e95cabaf6113d5334e00aa6aaPlease reopen a new topic if you face any issue.
Thank you
Brajesh- Brajesh Singh on January 5, 2016 at 9:39 am in reply to: [Resolved] Extra notification created rtMedia photo comment using comment notifier plugin #2244
Hi Mark,
Thank you for the kind words.
I am glad I was able to assist.Have a great time building sites with BuddyPres 🙂