-
modemlooper replied to the topic bp 1.7 beta bbp 2.2.4-Group Forums only -best guidance in the forum Installing BuddyPress 11 years, 9 months ago
Just delete the forums page.
-
modemlooper replied to the topic Please Recommended plugins for a new Buddypress/Bbpress site in the forum Installing BuddyPress 11 years, 9 months ago
closing topic, you already posted this and there are replies.
-
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 11 years, 9 months ago
Ok, thanks to @boone for troubleshooting, if it’s a tab it needs to have a default sub tab specified.
function my_bp_nav_adder() {
global $bp;
bp_core_new_nav_item( array(
'name' => __( 'Media Privacy','bp-media-privacy' ),
'slug' => 'cuenta',
'default_subnav_slug' => 'cuenta',
'screen_function' => 'bp_media_privacy_link,
'position' =>…[Read more]
-
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 11 years, 9 months ago
Ok, thanks to @boone for troubleshooting, if it’s a tab it needs to have a default sub tab specified.
`function my_bp_nav_adder() {
global $bp;
bp_core_new_nav_item( array(
‘name’ => __( ‘Media […]
-
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 11 years, 9 months ago
EDIT: just noticed I was not on 1.7
There seems to be a problem with this.
-
modemlooper replied to the topic How do i stop BuddyPress from hijacking a page called "Members"? in the forum How-to & Troubleshooting 11 years, 9 months ago
are you using a language file that is changing the members to medlemmar? What happens if you change the page to something else?
-
@modemlooper updated the bp_get_the_profile_field_value() page, on the BuddyPress Codex 11 years, 9 months ago
Profile fields have a filter that adds a link to certain words that are used to search members with. To remove this filter:
-
modemlooper replied to the topic Downgrade from 1.7 trunk to what? And how to do it? in the forum Installing BuddyPress 11 years, 9 months ago
You added a trunk version to a live site? >.<
Why downgrade? Beta is out and it’s pretty solid.
In the future do testing locally http://serverpress.com
-
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 11 years, 9 months ago
function my_bp_nav_adder() {
global $bp;
bp_core_new_nav_item( array(
'name' => __( 'Media Privacy','bp-media-privacy' ),
'slug' => 'cuenta',
'parent_slug' => $bp->displayed_user->domain,
'parent_url' => $bp->displayed_user->domain,
'screen_function' => 'bp_media_privacy_link,
'position' => 75,
'user_has_access' => b…[Read more]
-
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 11 years, 9 months ago
`function my_bp_nav_adder() {
global $bp;
bp_core_new_nav_item( array(
‘name’ => __( ‘Media Privacy’,’bp-media-privacy’ ),
‘slug’ => ‘cuenta’,
‘parent_slug’ => […]
-
modemlooper replied to the topic How do i stop BuddyPress from hijacking a page called "Members"? in the forum How-to & Troubleshooting 11 years, 9 months ago
Do you have the members page as a sub page?
-
modemlooper replied to the topic Allow users to create their own blogs!!!! in the forum How-to & Troubleshooting 11 years, 9 months ago
-
modemlooper replied to the topic HELP Locations Content filtering and more! in the forum Installing BuddyPress 11 years, 9 months ago
If you change the name of groups it would affect all groups. I was suggesting changing term “groups” to “regions”. This would be the simplest. No alternative except custom coding.
-
modemlooper replied to the topic HELP Locations Content filtering and more! in the forum Installing BuddyPress 11 years, 9 months ago
Why not just use groups as a “region”, make them all private
-
modemlooper replied to the topic Why there are two css style sheets for admin_bar in the forum How-to & Troubleshooting 11 years, 9 months ago
rtl is for languages the you read rtl.
-
modemlooper replied to the topic Why there are two css style sheets for admin_bar in the forum How-to & Troubleshooting 11 years, 9 months ago
.min refers to a minimized version of the same file. It’s isually smaller in size and loads faster
-
modemlooper replied to the topic [Resolved] Upgrade to BP 1.7 beta in the forum Installing BuddyPress 11 years, 9 months ago
You can only have one plugin folder called BuddyPress. Either delete current BuddyPress plugin and install new one or upload the contents of trunk into the BuddyPress folder via ftp
-
modemlooper replied to the topic HELP Locations Content filtering and more! in the forum Installing BuddyPress 11 years, 9 months ago
What you want can be accomplished many different ways but it will require coding knowlege. When you say “content” that could imply anything.
-
modemlooper commented on the post, BuddyPress 1.7 Beta 1, on the site BuddyPress.org 11 years, 9 months ago
razzle dazzle!
-
modemlooper replied to the topic Buddypress Group Forums issue in the forum How-to & Troubleshooting 11 years, 9 months ago
sounds like the bbPress files are missing from BuddyPress or the bbPress plugin isn’t installed
- Load More
@modemlooper
Active 10 months ago