-
Modemlooper posted on the forum topic Changing the word cubepoints in the group CubePoints Buddypress Integration: 15 years, 4 months ago
@xberserker awesome!
-
Modemlooper started the forum topic One simple change to BP that would make it significantly more usable. in the group Requests & Feedback: 15 years, 4 months ago
Allow an admin configuration to change ‘Group’ to something else. As I’m using BP for various sites this is the one thing that keeps coming up that I need to change and it’s insane that I need to create a new language file for this. A sports site might want teams but to change this […]
-
Modemlooper posted on the forum topic Introducing JobBoardr in the group Third Party Components & Plugins: 15 years, 4 months ago
Curious, you say a theme but it’s the default. Is there a custom theme?
saw you have it coming
-
Modemlooper posted on the forum topic Remove bp_get_displayed_user_nav() to replace it with a custom function in the group How-To and Troubleshooting: 15 years, 4 months ago
the other fix is to change the function in the BP functions file. You’d have to keep track of that change on upgrades to BP. I still think you can remove it via remove_action.
@r-a-y can you help at all?
-
Modemlooper posted on the forum topic Remove bp_get_displayed_user_nav() to replace it with a custom function in the group How-To and Troubleshooting: 15 years, 4 months ago
Why not just remove the code directly from the template file?
-
Modemlooper posted on the forum topic Remove bp_get_displayed_user_nav() to replace it with a custom function in the group How-To and Troubleshooting: 15 years, 4 months ago
remove_action( ‘bp_get_displayed_user_nav’ );
Should be that to remove an action.
https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
-
Modemlooper posted on the forum topic Default Activity Streams Are Backwards IMHO in the group Requests & Feedback: 15 years, 4 months ago
how to do it was mentioned on here. I just ended up canning the main activity stream on the site I was building.
-
Modemlooper posted on the forum topic Major theme player coming to BP? Justin Tadlock and others starting DevPress. in the group Miscellaneous: 15 years, 4 months ago
That CSS only includes basic WP styles. I think the ‘bp’ is just coincidence.
-
Modemlooper posted on the forum topic Default Activity Streams Are Backwards IMHO in the group Requests & Feedback: 15 years, 4 months ago
Moving the ‘All Members’ tab to end?
-
Modemlooper posted on the forum topic Job board using buddypress ? in the group How-To and Troubleshooting: 15 years, 4 months ago
Yes, BP works with almost any theme. You’d have to do some adjustments though. Most themes are header content sidebar footer The content area on a regular WP theme has the loop that shows you blog posts. BP can fit inside the content of almost any theme. It’s like extra pages with a loop for […]
-
Modemlooper posted on the forum topic Buddypress.org's New Plugin Review Functionality in the group Creating & Extending: 15 years, 4 months ago
I’ve been playing with post types and groups with some fun results.
-
Modemlooper posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
Well the part on making sure WP works could link to
https://codex.wordpress.org/Installing_WordPress
https://codex.wordpress.org/First_Steps_With_WordPress -
Modemlooper posted on the forum topic Job board using buddypress ? in the group How-To and Troubleshooting: 15 years, 4 months ago
There are themes and plugins.
couple examples
http://ericulous.com/2008/08/10/wp-theme-jobpress-for-job-boards/ -
Modemlooper posted on the forum topic With the enhanced widget how to get just avatar to show in the group Creating & Extending: 15 years, 4 months ago
You are missing CSS to make that look right. The extra info is coded into the widget so you cant really get rid of the username unless you change the code. What about using the recently active members widget? like ————————->
-
Modemlooper posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
I agree, but honestly it’s not about that, it’s presenting it in laymen’s terms. So maybe a developer section and a designer (theme) section?
-
Modemlooper posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
This is the only thing on the codex about theming and it just points to a plugin. https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/ I think there should be a section on themes. The default theme – a run down of how it works, how to install e.t.c. Child theme – How to create, how to install e.t.c. WP theme – […]
-
Modemlooper posted on the forum topic CDN with W3-Total-Cache & CloudFront in the group Creating & Extending: 15 years, 4 months ago
This plugin worked great and then the last version of it broke on me as well. No CDN. Everything else works.
-
modemlooper posted an update 15 years, 4 months ago
New clone theme coming http://tempsg.com/ Look familiar?
-
Modemlooper posted on the forum topic PRINTING Buddypress in the group How-To and Troubleshooting: 15 years, 4 months ago
#wp-admin-bar {display:none !important}
Try that not sure about print CSS. I never really worry about it. Usually people use this for specific pages to format it for a page size. Like a receipt after a purchase.
-
Modemlooper posted on the forum topic Remove items from BP Menu in the group How-To and Troubleshooting: 15 years, 4 months ago
you could hide #bp-adminbar-notifications-menu via CSS display:none
- Load More
@modemlooper
Active 3 months, 3 weeks ago