Search Results for 'buddypress'
-
AuthorSearch Results
-
November 15, 2011 at 8:14 pm #124478
In reply to: How to edit the Buddypress default theme navigation?
dude
Member@aces just had a thought! instead of calling up the ‘secondary-menu’ would it be possible to void out / null the request to fallback on no menu at all..?
i.e. – => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘no-menu’, ‘fallback_cb’ => ” ) );
or – => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘//’, ‘fallback_cb’ => ” ) );
November 15, 2011 at 7:25 pm #124475aces
ParticipantYou wrote: some times it ends up showing a blank page
November 15, 2011 at 7:02 pm #124474dude
Membersounds like a plugin conflict?
have you tried de-activating your plugins one by one to see if one of them is causing the problem?
November 15, 2011 at 7:00 pm #124473In reply to: How to edit the Buddypress default theme navigation?
dude
Membersingle menu..?
I really think I gotta create the third theme location first, because the fall-back call will end up showing logged-out visitors my mobile menu which is a duplicate of the primary location so in theory my menu tabs will still be on display
November 15, 2011 at 6:39 pm #124471In reply to: Buddypress when I don’t want Buddypress
3dperuna
ParticipantFigured it out… incompatible plugin (Theme-My-Profile, for what it’s worth). Deactivated it and the world returned to normal*.
* Realize that “normal” is a relative term.
November 15, 2011 at 6:02 pm #124469Paul Wong-Gibbs
KeymasterThose roles are added by bbPress 1.0. BuddyPress doesn’t use them.
There’s a setting for exactly that in Settings > Discussion in wp-admin
November 15, 2011 at 5:51 pm #124468In reply to: [Resolved] Steps for theme compatibility not working
jugularbean
Participant@mercime – great! it worked. Thanks a ton. Still some styling to do, but it’s working yay!
Could you however help clarify why method 2 worked over 1. And how does method 2 work exactly?
November 15, 2011 at 5:36 pm #124467In reply to: [Resolved] Steps for theme compatibility not working
@mercime
Participant@jugularbean Re #1 – thanks for clarifying, just had to make sure

2. You don’t change the filenames, you replicate the file/s and rename as header-buddypress.php etc and should be saved in root of your TMA theme folder.You’re in luck. We can use the second method to make TMA compatible with BuddyPress.
1. Open up TMA’s header.php with text editor and Save As > header-buddypress.php in TMA theme folder
2. Open up header-buddypress.php and add the following at the very end of the file:
`<?php global $woo_options;
//get_template_part( ‘top-banner’ );
?>`Save file.
Note: if the global woo_options wreaks havoc, delete from the code
3. Open up TMA’s sidebar.php and Save As > sidebar-buddypress.php in TMA’s theme folder
4. Open up sidebar-buddypress.php
a. At the very beginning of the file, insert
``
b. At the very end of the same file, insert
``
Save file.
5. You might want to tweak the default styling of the BP template files. You can use the following style changes used in Twenty Ten theme as a guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
November 15, 2011 at 4:41 pm #124464In reply to: Forums as default in groups (BP 1.5)
ewebber
ParticipantAwesome, just found what I needed over here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/?topic_page=3&num=15#post-109704
Please close this thread admin
November 15, 2011 at 4:03 pm #124460In reply to: BuddyPress Forums
Benjamin Stewart
MemberHere’s a screencast of the issue…http://youtu.be/rNObvdx8h_I
November 15, 2011 at 3:22 pm #124457jsibley
ParticipantSorry, I meant buddypress.org, of course.
November 15, 2011 at 3:21 pm #124456In reply to: BuddyPress Forums
Benjamin Stewart
MemberWow, definitely need a BP Forums for Dummies book right about now. Looking for online tutorials…
November 15, 2011 at 3:07 pm #124455In reply to: Cannot assign pages components
johnegg
ParticipantOk something very strange going on. I did a fresh install of wordpress & deleted tables in database. Went in to WP admin and all ok. Went to ‘Settings – reading’ and I can see that I can select homepage & blog page using dropdown.
However as soon as I activate buddypress and go back in to ‘Settings – reading’ the dropdown to select static homepage is no longer there! This is obviously related to my above problem with no page dropdowns within buddypress settings.
Also any pages I create are not showing up in my themes navigation menu. Its as if WP is not reading any pages I create and treats it as if I have no pages.
If I deactivate buddypress the problems persists and i need to delete database again.
Please can anyone help with this?
November 15, 2011 at 2:41 pm #124452In reply to: BuddyPress Forums
Benjamin Stewart
MemberOk, I got rid of the unwanted text (removed it from the bb-config.php file), but I’m still unable to assign forum posts to groups. Any suggestions?
November 15, 2011 at 1:24 pm #124450In reply to: Multi users profile: development direction please!
Boone Gorges
KeymasterThe essence of what you want is to store a piece of usermeta called something like ‘user_type’, where each user is either ‘player’ or ‘team’. The tricky part for your purposes will probably be that BuddyPress (or WordPress for that matter) is not designed to allow one user to act “on behalf of” another user – or, as you put it, “players interact only through their respective teams”. I take it that means that player1 would be able to send a message and have it come from team1. But this is going to be quite tricky, as it’ll mean, essentially, filtering the current user id in hundreds of places throughout BuddyPress.
November 15, 2011 at 1:17 pm #124448In reply to: Header problem after update buddypress 1.5
online
ParticipantYea, I never really used it much… so I just decided to deactivate it + that cleared up this issue!
November 15, 2011 at 10:30 am #124445In reply to: [Resolved] Steps for theme compatibility not working
jugularbean
Participant1. Yes the theme was already activated when I installed and activated the BP template pack and ran the BP Compatibility.
2. I’ve been trying to use the first method without much success. To be honest I didn’t understand the 2nd method. After I change the filenames where do I save the new files (header-buddypress.php etc)?November 15, 2011 at 7:58 am #124441Paul Wong-Gibbs
KeymasterIt should just work out of the box. The bbPress activity stream support is included inside bbPress, so maybe it is not being loaded. I’ll ping @johnjamesjacoby to see if he has seen the problem before.
November 15, 2011 at 7:57 am #124440In reply to: Using this website aargh!
modemlooper
Moderator@djpaul why not put a notice on the site saying its being worked on?
November 15, 2011 at 7:20 am #124436In reply to: Multi users profile: development direction please!
modemlooper
ModeratorCreate a custom BuddyPress component. You can use the skeleton component plugin to see example code. How you do it is up too you as you can create anything.
November 15, 2011 at 7:00 am #124433In reply to: Buddypress when I don’t want Buddypress
Paul Wong-Gibbs
KeymasterYou must have another plugin, or theme option, affecting it.
November 15, 2011 at 3:58 am #124429In reply to: Buddypress when I don’t want Buddypress
3dperuna
ParticipantThen I’m even more confused… Why would a public page redirect to login?
November 15, 2011 at 3:36 am #124428In reply to: How to edit the Buddypress default theme navigation?
aces
ParticipantI’ve just tried the following on a bp test site instead of the single menu and it worked
`
<?php
if ( is_user_logged_in() ) {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ” ) );
} else {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘secondary-menu’, ‘fallback_cb’ => ” ) );
}
?>
`nb: The test site is also using the walled garden technique…
November 15, 2011 at 3:30 am #124427In reply to: How to edit the Buddypress default theme navigation?
dude
Memberjust realized I’ll have to make up a third theme location to pull this one off
when does the editing ever end lolNovember 15, 2011 at 3:17 am #124426In reply to: How to edit the Buddypress default theme navigation?
dude
Membergood point !
can’t afford any more site breaks on a flourishing communityI take it my initial plan A is not worth pursuing then?
It does address both menus specifically speaking..
-
AuthorSearch Results