-
Prashant Singh replied to the topic Add link to BP Navigation in the forum How-to & Troubleshooting 7 years, 6 months ago
That’s why I mentioned if you are using WooCommerce then otherwise not. Which plugin you are using to manage shop and accounts? We can only call the content on profile if they have any shortcode otherwise we can put a link on profile which will redirect to that page.
Thanks
-
Prashant Singh replied to the topic Login / Registration through social media in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please check these plugins:
Thanks
-
Prashant Singh replied to the topic update button in the Activity stream disappears in the forum How-to & Troubleshooting 7 years, 6 months ago
I mean that when you started entering text in activity post form then it is appearing or not?
-
Prashant Singh replied to the topic Classified Ads & Musician directory. in the forum How-to & Troubleshooting 7 years, 6 months ago
Perfect, glad to know that it helped you 🙂
-
Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago
I am using legacy template. I will edit edit.php and will get back to you.
That’s why code did not worked because it was for new template pack. Anyways, it’s ok your code is fine. For legacy we have
do_action( 'bp_after_profile_field_content' );anddo_action( 'bp_after_profile_edit_content' );hooks.Thanks
-
Prashant Singh replied to the topic Registration notice, manual activation in the forum How-to & Troubleshooting 7 years, 6 months ago
Glad to know that it is fixed 🙂
-
Prashant Singh replied to the topic Private Blogs in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
If you can change the button link then certainly this should help:
<a href="<?php echo get_author_posts_url( get_current_user_id()); ?>">See Posts</a>Thanks
-
Prashant Singh replied to the topic remove 'last active' status in the forum How-to & Troubleshooting 7 years, 6 months ago
If it is child theme then it’s fine otherwise please cut it from there and use this plugin https://wordpress.org/plugins/code-snippets/ to add a new snippet and then paste it there.
Thanks
-
phyllissutton14's profile was updated 7 years, 6 months ago
-
Saula Shaw's profile was updated 7 years, 6 months ago
-
Edwin Knox's profile was updated 7 years, 6 months ago
-
Chinese Batteries's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Classified Ads & Musician directory. in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
This is not BuddyPress plugin but please see: https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/
You can use this plugin https://wordpress.org/plugins/wc4bp/ to manage accounts and all through profile. But for this you have to use woocommerce to sell things.
Thanks
-
Prashant Singh replied to the topic Add link to BP Navigation in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please try this snippet:
function ps_setup_nav() {
global $bp;bp_core_new_nav_item( array(
'name' => __( 'My Account', 'buddypress' ),
'slug' => 'my-account',
'position' => 30,
'screen_function' => 'ps_account_page',
) );
}add_action( 'bp_setup_nav', 'ps_setup_nav'…[Read more]
-
Dolman Law Group Accident Injury Lawyers, PA's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Which template pack of BuddyPress you are using?
-
Permainan Dewapoker terbaru cuma di hokiku net's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Is integration with MailPoet possible? in the forum Third Party Plugins 7 years, 6 months ago
ok
-
Prashant Singh replied to the topic Can not react – icons in the forum How-to & Troubleshooting 7 years, 6 months ago
Have you tried disabling plugins that I suggested?
-
Prashant Singh replied to the topic update button in the Activity stream disappears in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please let me know when you click in text area then it is coming or not?
Thanks
- Load More