-
nahummadrid posted on the forum topic Remove Following & Followers from Profile Nav (bp_setup_nav) in the group How-To and Troubleshooting: 14 years, 7 months ago
I also am trying to figure this out, without commenting out the plugin file.
bp_core_remove_new_nav_item( 'followers' );
bp_core_remove_new_nav_item( 'following' );
also doesn’t work -
nahummadrid posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 14 years, 7 months ago
function boone_remove_groups_nav() {
bp_core_remove_nav_item( 'groups' );
}
add_action( 'bp_setup_nav', 'boone_remove_groups_nav', 15 );
When I put in functions it doesn’t work at all. The only way i get this to work is putting it in the BP-Custom but then it cuts off all access to groups and forum subpages….can’t figure… -
nahummadrid posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 7 months ago
I thought the same would work for groups…but it’s throwing the group count # up above the header when I use alone or in conjunction with the blogs snippet.
function remove_groups_nav_for_zero() { global $bp; if ( bp_groups_total_count_for_user() == 0 ) bp_core_remove_nav_item( $bp->groups->slug ); } add_action( 'bp_setup_nav',…[Read more] -
nahummadrid posted on the forum topic Blog Comments Notifications Plugin in the group Creating & Extending: 14 years, 7 months ago
Not quite what I mean. BP has a notifications component that tells you when you’ve been sent a message, when you’ve been friended etc. But it doesn’t tell you if your blog has had comments submitted. That’s what I’m referring to…not notifications by way of email subscription.
-
nahummadrid posted on the forum topic activity slider?? in the group How-To and Troubleshooting: 14 years, 7 months ago
I’ve been looking for something that does that. https://buddypress.org/community/groups/creating-extending/forum/topic/scrolling-activity/
https://wordpress.org/extend/plugins/buddypress-activity-stream-bar/ – this plugin works but it doesn’t have to go in the footer, with a little tweaking you can put it just about anywhere. Only thing is I…[Read more]
-
nahummadrid started the forum topic Blog Comments Notifications Plugin in the group Creating & Extending: 14 years, 7 months ago
Is there notifications plugin for Multisite, when a network blog gets a comment the owner of the blog gets notification? The default BP notifications doesn’t pick up these updates. Wondering if there is something out there.
-
nahummadrid posted on the forum topic Displaying certain members in a page by shortcode? in the group How-To and Troubleshooting: 14 years, 7 months ago
This will work for that. https://wordpress.org/extend/plugins/author-avatars/
-
nahummadrid posted on the forum topic BuddyPress Questions & Answers in the group Requests & Feedback: 14 years, 7 months ago
@imjscn you’re absolutely right, “adding something like gravity forms” plugin will be needed for frontend posting by users. although it is a premium plugin, you can also find some free front-end posting plugins that may work. sorry i didn’t clarify that important detail. with frontend posting plugin all your registered members can make posts, er,…[Read more]
-
nahummadrid posted on the forum topic BuddyPress Questions & Answers in the group Requests & Feedback: 14 years, 7 months ago
Any theme can be a q&a theme with some modifications to the comments.php and adding something like gravity forms to the frontend for user posting(questions). There’s other language stuff you can modify so all your verbiage is inline with Q&A terminology (instead of posts & comments replace with Questions and Answers.) Add BP layer and […]
-
nahummadrid posted on the forum topic Looking for feedback on our tweaked Profile Pages in the group Requests & Feedback: 14 years, 7 months ago
have you considered moving some xprofile fields to the top of the middle column above the tabs? This area would make a lot of sense for some of the profile info maybe some of the ones you are having trouble with space.
-
nahummadrid posted on the forum topic One blog per each BuddyPress user – IS IT POSSIBLE? in the group Creating & Extending: 14 years, 7 months ago
All those patterns are possible (i think) and have been asked around here in the forums before. I can’t think of the threads but you could search around and try to find those solutions. From what I understand they do take a lot of working. I think I may have even asked that before (with […]
-
nahummadrid posted on the forum topic Looking for feedback on our tweaked Profile Pages in the group Requests & Feedback: 14 years, 7 months ago
I would just go ahead and use three columns dedicated to user profile, if not 3, 2 that fill the entire page — it’s what we (users) are all familiar with — if you’re talking about “more intuitive” there’s nothing more intuitive than having a layout that people are used to. Having the blog sidebar […]
-
nahummadrid posted on the forum topic Suggested Members / Groups in the group How-To and Troubleshooting: 14 years, 7 months ago
-
nahummadrid posted on the forum topic buddypress and MU network in the group How-To and Troubleshooting: 14 years, 7 months ago
It really does work with multisite. The component loops will work on subdomains but I think it’ll be a ton of trouble to get the full component features working on a subdomains especially groups. I think I have seen some threads about putting members on a subdomain you might try there.
-
nahummadrid posted on the forum topic Is there a sure fire way of Logging Out in the group How-To and Troubleshooting: 14 years, 7 months ago
@gunju2221 thanks for the response. I almost forgot I do have a plugin in place that is supposed to handle logout redirects, when the logout works I do get taken to the homepage. But like I said, sometimes it is the case where it still appears as though I’m logged in because I can see my […]
-
nahummadrid started the forum topic Is there a sure fire way of Logging Out in the group How-To and Troubleshooting: 14 years, 7 months ago
I’ve moved the Logout
<a class="logout" href=""> </a>into a different spot(s) in the template for instance in the header, or the nav bar, in a dropdown. And sometimes I get logged out and autorefreshed to the page I was on with no problem and sometimes I get a WP prompt saying […] -
Nahum started the topic Is there a sure fire way of Logging Out in the forum How-to & Troubleshooting 14 years, 7 months ago
I’ve moved the Logout
<li><a class="logout" href=""></a></li>into a different spot(s) in the template for instance in the header, or the nav bar, in a dropdown. And sometimes I get logged out and autorefreshed to the page I was on with no problem and sometimes I get a WP prompt saying do your really want to logout. Then I proceed…[Read more] -
Nahum started the topic Is there a sure fire way of Logging Out in the forum How-to & Troubleshooting 14 years, 7 months ago
I’ve moved the Logout
<li><a class="logout" href=""></a></li>into a different spot(s) in the template for instance in the header, or the nav bar, in a dropdown. And sometimes I get logged out and autorefreshed to the page I was on with no problem and sometimes I get a WP prompt saying do your really want to logout. Then I proceed…[Read more] -
nahummadrid posted on the forum topic Going To Try A Caching Plugin. WP Super Cache or W3 Total cache? in the group How-To and Troubleshooting: 14 years, 7 months ago
I use WP Super-Cache and WP Minify just fine. I would use W3TC but I use multisite functions like switch_to_blog alot – i mean alot – and they just aren’t supported by the plugin and it won’t be until WP3.2 that switch_to_blog is compatible. Once it is I will go back to W3TC, – – […]
-
nahummadrid posted an update in the group Buddypress Humanity: 14 years, 7 months ago
can’t see the options in the admin….I’m using wp3.1…any update soon?
- Load More
@nahummadrid
Active 3 years, 4 months ago
You can get the admin menu to show by changing line 7 of buddypress-humanit.php to read `add_action( is_multisite() && function_exists( ‘is_network_admin’ ) ? ‘network_admin_menu’ : ‘admin_menu’, ‘create_bph_menu’ );`
I’ve not managed to get it to *save* the settings yet, however…