-
@modemlooper updated the Adding Plugin’s Options to BuddyPress Settings Page page, on the BuddyPress Codex 10 years, 11 months ago
-
modemlooper replied to the topic Buddy Press Child Theme in the forum Creating & Extending 10 years, 11 months ago
keep folder structure same as in bp-templates
/child-theme/buddypress/members/single/profile.php
-
modemlooper replied to the topic I am confused….(notifications, bp-default, etc) in the forum How-to & Troubleshooting 10 years, 11 months ago
There should be a page in admin for Notification. Rename this page to change the tab text
-
modemlooper replied to the topic I am confused….(notifications, bp-default, etc) in the forum How-to & Troubleshooting 10 years, 11 months ago
A theme can say it’s compatible all it wants and it might not work. Contact the developer of the theme and ask them to make it work with theme compatability templates.
It is holiday time so 1.9.1 will get done when its done.
-
modemlooper replied to the topic Real Dynamic Menu's in the forum Ideas 10 years, 11 months ago
This will probably get added in the future. User menu links are just the start.
-
modemlooper replied to the topic I am confused….(notifications, bp-default, etc) in the forum How-to & Troubleshooting 10 years, 11 months ago
Then you will be stuck with a broken site. If you can get the theme developer to remove BuddyPress from the theme and allow it to use BP theme compatibility then your theme will work into the future.
I know this isn’t something you want to hear but it is better in the long run to have theme compatibility. BP 1.9.1 will have a fix for…[Read more]
-
modemlooper replied to the topic 'Notifications' Tab appeared in profile? in the forum How-to & Troubleshooting 10 years, 11 months ago
You should be pursuing a new theme for your site. Bp-default has been deprecated and will not be updated in the future. There will be a fix for this issue but there will not be any fixes for new features in the future.
-
modemlooper replied to the topic I am confused….(notifications, bp-default, etc) in the forum How-to & Troubleshooting 10 years, 11 months ago
Appearance > Themes in the WordPress admin. Activate a different theme.
It has been known for some time that bp-default is getting phased out and new features will not work on it.
Any well coded WordPress theme should work well with BuddyPress.
-
modemlooper replied to the topic I am confused….(notifications, bp-default, etc) in the forum How-to & Troubleshooting 10 years, 11 months ago
Current BuddyPress works with any theme. All uou need to do is activate a different theme that is not a bp-default child theme
-
modemlooper replied to the topic Human Error in BP Source Code??? in the forum Requests & Feedback 10 years, 11 months ago
It’s a mistake, should be friends.
-
modemlooper replied to the topic 2.0 top features – ideas in the forum Ideas 10 years, 11 months ago
The reason all those themes activity look alike is because previously it was a nightmare to create something that wasn’t derivative of bp-default and it’s heavy-handed javascript. This is not the case anymore.
-
modemlooper replied to the topic Dynamic Menu Links in the forum Installing BuddyPress 10 years, 11 months ago
At top on menu admin page click screen options and make sure ‘BuddyPress’ is checked
-
modemlooper replied to the topic add_theme_support breaks buddypress in the forum How-to & Troubleshooting 10 years, 11 months ago
wp_dequeue_style(‘buddypress’)
-
modemlooper replied to the topic add_theme_support breaks buddypress in the forum How-to & Troubleshooting 10 years, 11 months ago
just leave buddypress.css blank if you want to kill all bp styles from being loaded by the plugin. You could also deregister the css file from getting loaded
Template overiding works in same manner as the css file.
-
modemlooper replied to the topic add_theme_support breaks buddypress in the forum How-to & Troubleshooting 10 years, 11 months ago
remove those, you don’t have to add anything to a theme. Was there a reason you thought to add this?
To override css create a css folder in your theme folder and copy over the buddypress.css file from /bp-templates/bp-legacy
Then edit the buddypress.css file in your theme folder
-
modemlooper replied to the topic is_page() does not work on BP pages in the forum Installing BuddyPress 10 years, 11 months ago
This will probably get fixed in 2.0 version
-
@modemlooper updated the bp_load_theme_functions() page, on the BuddyPress Codex 10 years, 11 months ago
/bp-core/bp-core-template-loader.php
If you need to stop BuddyPress from loading the buddypress-functions.php file use the remove action below. This is useful if you are supplying functions with your custom […]
-
modemlooper replied to the topic No BuddyPress pages work in the forum How-to & Troubleshooting 10 years, 11 months ago
are you using a BuddyPress theme?
-
modemlooper replied to the topic is_page() does not work on BP pages in the forum Installing BuddyPress 10 years, 11 months ago
BP overrides WP a bit. If you use
bp_is_current_component('activity')
it works on BP pages. This is something that needs to be fixed now that BP uses any theme. - Load More
@modemlooper
Active 9 months, 3 weeks ago