Search Results for 'wordpress'
-
AuthorSearch Results
-
November 19, 2011 at 7:53 pm #124704
In reply to: Page Hiearchy Fail
r-a-y
KeymasterIf you change any page settings in WordPress, make sure the page configuration under “BuddyPress > Pages” matches your changes.
On my test install, I have a parent page called “Community” and then for my members and groups pages I set my parent to “Community”. Next, I navigated to “BuddyPress > Pages” to double-check that BP picked up the changes.
So now, my members page resides at example.com/community/members and my groups page resides at example.com/community/groups.
Is this what you mean? If not, please elaborate.
November 19, 2011 at 7:31 pm #124697In reply to: Commenting not showing on Activity stream..
r-a-y
KeymasterIt’s hard to tell exactly what’s wrong based on your description. It could be theme-related or it could be code-related based on a previous code snippet you were using for BP 1.2.x.
I would recommend checking out the differences in your theme first:
https://buddypress.trac.wordpress.org/changeset?reponame=&new=5224%40trunk%2Fbp-themes&old=4777%40trunk%2Fbp-themesNovember 19, 2011 at 7:27 pm #124696r-a-y
KeymasterCheck out the `groups_record_activity()` function located in /bp-groups/bp-groups-activity.php.
You’ll want to hook into the registration or activation actions.
If you want to hook into the activation action when someone activates via email, check out the “bp_core_activated_user” hook located in /bp-members/bp-members-signup.php.
For a primer to WordPress action hooks, check out this tutorial:
November 19, 2011 at 6:49 pm #124689In reply to: Willing To Pay For BP Installation Help/Tweaks
@mercime
Participant@MrHatchet
– What WordPress theme are you attempting to integrate with BuddyPress? Did you check out https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/ ?
– Did you install and activate the BP Template Pack plugin then go through the Compatibility Process? Strange, the plugin does not mess around with header width.November 19, 2011 at 9:15 am #124683Paul Wong-Gibbs
KeymasterThemes always go in WordPress’ /wp-content/themes/ folder.
November 18, 2011 at 5:17 pm #124647@mercime
Participant@prasanth-p do clarify if you made a WP theme or a bp-default child theme. Solution would be different depending on scenario.
@JackVD do be more specific. BP/WP versions? Using bp-default child theme or a WP theme with BP template pack plugin? New install? Check out System and Server Requirements as well as WordPress configuration https://codex.buddypress.org/getting-started/before-installing/#system-server
November 18, 2011 at 12:24 pm #124635broniors
MemberHi. I have found a similar thing. I have migrated a multisite to a new buddypress multisite installation.
Wordpress 3.2.1
Buddypress 1.5.1I imported a site from my old multisite (without buddypress). I found that when I allowed wordpress to create the users from the xml export data (ie import posts and it gives you the option to create the users) that all of the users could not see my sites in the admin bar and also all of their sites where not visible under my account sites.
I have found that if you create the users first (like a new user) and then assign the posts to the new users … they can operate normally (can see sites in admin bar and all sites are visible under my account).
November 17, 2011 at 6:49 pm #124613In reply to: Multi-language edition
Eddie
ParticipantIt would really be great to let our users chose which language they’d like to see our website on. It’s a pitty that such a great software as BuddyPress lacks this option that many others consider as basic.

There’s always numerous Google translate implementations, but that just isn’t what we need.
I’m guessing some hack could be made with an XProfile field called “language” and a hook to WordPress profile language settings. Unfortunately, I’m not able to code it by myself.
November 17, 2011 at 5:19 pm #124607In reply to: How to edit the Buddypress default theme navigation?
aces
Participant( https://codex.wordpress.org/Navigation_Menus )
In your child theme’s functions.php file:
`function register_my_menus() {
register_nav_menus( array(
‘primary’ => __( ‘Header Navigation’ ),
‘secondary-menu’ => __( ‘Alternative Menu’ ),
‘another-menu’ => __( ‘Another Menu’ )
) );
}
add_action( ‘init’, ‘register_my_menus’ );
`November 17, 2011 at 3:29 pm #124596James Carroll
MemberI, too, would appreciate such a feature.
@hnla, @mercime, How do I add a tag a forum post? I’d like to tage this one, but I don’t see how. Also, I’d like to “follow” or “subscribe” to this forum post, but I don’t see how. Will you please show me the way? (I am posting this “me too” reply in hopes that it will trigger a “follow” or “subscribe” function.)
Thanks!
P.S. I believe bug 1949 [1] relates to this issue; if I am mistaken, please let me know. Thank you!
November 17, 2011 at 10:28 am #124588In reply to: BP_MEMBERS_SLUG calls in 1.5
Paul Wong-Gibbs
KeymasterSee our blog post at http://bpdevel.wordpress.com/2011/07/31/maintaining-1-2-compatibility-slugs/, too
November 17, 2011 at 7:10 am #124580Paul Wong-Gibbs
Keymasteralphonse.tan, what is the slug/name of the page that you’ve assigned to the “Groups” component in wp-admin > BuddyPress > Components? Changing that should update menus etc
November 17, 2011 at 6:33 am #124576In reply to: BuddyPress Forums
@mercime
ParticipantForums for Groups and Sitewide Forums are definitely working in WP 3.2.1 and BP 1.5.1 and bbPress 2.0
BP Codex – https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/The BuddyPress demo site at http://testbp.org/ is on:
“This site is running the most recent nightly development versions of BuddyPress and WordPress and should be considered mostly stable with a chance of rain.
WordPress 3.3-aortic-disection
BuddyPress 1.6-bleeding
bbPress 2.1-bleeding”Per your screencast, you’re using WP 3.3 beta 3. Are you using trunk versions of BuddyPress 1.6 and bbPress 2.1 as well? Having asked that, no guarantees until all are stable.
November 17, 2011 at 5:35 am #124572In reply to: Unable to post new group forum topic
pearl_123
MemberThanks for reply,
I am using Frailespatique Theme 1.2 from theme forest.
Wordpress Version 3.2.1
BP VERSION 1.5.1
PLUGIN
BuddyPress Admin Bar Mods
BuddyPress Community Stats
BuddyPress Member Profile Stats
Buddypress Sidebar
Buddypress Widget Pack
BuddyPress Template Pack
BBpress Latest Discussionsthanks
November 17, 2011 at 2:45 am #124565alphonse.tan
Member@davidtcarson bravo to your theme.. i am currently using it with a wp 3.2.1 and bp 1.5.. it’s practically working fine.. and i am very happy with it..
there’s just one thing.. i converted all “groups” into “companies” and with the bp-default theme menus each and every link is working.. but with the frisco sub-menu… (please refer to this page..http://www.entrepnegosyo.com/members/alphonse/companies/) you can see that, it is still saying “Groups” and not “Companies”.. i have been searching from within the bp-default theme and within our great theme.. but to no avail..
Any assistance to point me in the right direction would be most appreciated..
Thanks and more power…
November 17, 2011 at 12:25 am #124559modemlooper
ModeratorI don’t think it will be an issue later on as bbpress is using the page.php templates and get_template to output content. So as long as page.php is included it should work even better on various screens. The main issue when dealing with mobile and WordPress/BuddyPress is header(nav) and sidebar.
Maybe bp-default should be rebuilt from ground up with mobile in mind for 1.7’s templating?
November 16, 2011 at 9:18 pm #124554In reply to: Janrain Engage tested?
phirefly
Membervoted x3 on this too!
The other thing I was thinking about looking at was this….
http://stescodes.com/invitefriends.aspx
a one-off payment but I’m unsure how complex it would be to integrate…when I asked the developer about buddypress/wordpress they said;
“It is very easy to integrate our code, we provide sample code in working condition. Once you run the code by settings the API configuration based on your account, you will be able to integrate with your code easily.
Furthermore, we provide developer guide documentation and also tutorial videos too.
Note: Please let us know if you need any help or further details.”
….not much info lol!
November 15, 2011 at 8:28 pm #124479In reply to: How to edit the Buddypress default theme navigation?
aces
ParticipantI’m not sure what you mean – but according to https://codex.wordpress.org/Function_Reference/wp_nav_menu you could have ` ‘fallback_cb’ => false,`
I don’t know how you are doing the mobile menu, but couldn’t you just have $current_user logged in and out mobile menus?
If someone can guess the page such as activity, then just hiding the menu won’t stop them getting in anyway.
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 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 2:27 am #124417pcwriter
ParticipantCheck out this plugin by Boone:
https://wordpress.org/extend/plugins/unconfirmed/November 15, 2011 at 1:54 am #124413In reply to: How to edit the Buddypress default theme navigation?
aces
ParticipantHow about the following (in the header?) instead of what’s there (bp 1.5.1)
`// https://codex.wordpress.org/Function_Reference/wp_get_current_user
$current_user = wp_get_current_user();
if ( 0 == $current_user->ID ) {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘secondary-menu’, ‘fallback_cb’ => ” ) );
// Not logged in.
} else {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ” ) );
// Logged in.
}
`
? (wrapped in “ tags)November 15, 2011 at 1:15 am #124412In reply to: How to edit the Buddypress default theme navigation?
dude
Memberokay so I’ve done some digging and found – nav-menu.php
copied it to my child themes folder and created two seperate menus in my admin dashboard.I found this code for the menu config: here: https://codex.wordpress.org/Function_Reference/wp_nav_menu
`<?php
if ( is_user_logged_in() ) {
wp_nav_menu( array( ‘theme_location’ => ‘logged-in-menu’ ) );
} else {
wp_nav_menu( array( ‘theme_location’ => ‘logged-out-menu’ ) );
}
?>`
Am I getting warm..?If so, just two questions remain..
a) where in: nav-menu.php do I add the above code..?
b) Does the above code need to be wrapped at all..?
Kind regards in advance
November 15, 2011 at 12:18 am #124408@mercime
Participant`’menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘bp_dtheme_main_nav’ ` pertains to the adoption of the wp_nav_menu function which allows users to create their own menu. This falls back to wp_page_menu and bp_nav_menu.
https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/November 14, 2011 at 11:13 pm #124406In reply to: OpenSocial for BuddyPress
meg@info
ParticipantIm working in new framework for wordpress+buddyperss for for building web services, the plugin expose functionality of wp and any other plugins installed in wp to other web sites and desktop applications. i will share a beta version soon.
-
AuthorSearch Results