Search Results for 'buddypress'
-
AuthorSearch Results
-
November 4, 2011 at 8:46 am #123717
In reply to: How do you show a member's total post count?
James
Participant@boonebgorges @modemlooper @snark
hi guys, found this old topic and have to conclude that during last year no one has appeared with other function to count user’s activities. Unfortunately, as modemlooper mentioned, issue with incorrect count is still in there.
could you please tell if there were some changes in BP to get this number, or maybe you have some working function?thank you.
November 4, 2011 at 7:46 am #123716In reply to: Is it possible to get only the avatar-url ?
November 4, 2011 at 3:10 am #123714In reply to: Sorry, no members were found.
doctorb
MemberIsin’t buddypress only supposed to be installed sa a plugin to wordpress?
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
I did set BP_ROOT_BLOG constant. As I said, everything else is working fine. Members can login, create groups and forums, join groups, the members in a group do get listed in that group, they can send friend requests to each other and also private messages, appear in activity streams….
It’s just that members directory comes blank and friendship requests page shows no friendship requests, even when the top admin bar shows notice of new request.
November 4, 2011 at 2:37 am #123711In reply to: Profile pages not found error
thegblog
MemberI am also having this problem. Can anyone help me? Thanks in advance:
I’m running wp 3.2.1, on main directory in root, using bp version 1.5.1that was never upgraded. I have no other plugins activated on the subdomain I’m running buddypress from. I’m using the standard bp theme that came with the plugin for this and I modified my wp-config to allow bp to run on subdomain (runs on members.mysite.com): here’s the info in bp-custom.php
`<?php
define ( ‘BP_ENABLE_MULTIBLOG’, true );
define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
define ( ‘BP_ROOT_BLOG’, $blog_id );
define( ‘BP_SILENCE_THEME_NOTICE’, true );
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );
define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );
define ( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );
define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
define ( ‘BP_XPROFILE_SLUG’, ‘info’ );
define ( ‘BP_REGISTER_SLUG’, ‘signup’ );
define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );
define ( ‘BP_SEARCH_SLUG’, ‘find’ );
define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );
define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 );
define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $max_in_kb );
define ( ‘BP_AVATAR_DEFAULT’, $img_url );
define ( ‘BP_AVATAR_DEFAULT_THUMB’, $img_url );
define ( ‘BP_FORUMS_PARENT_FORUM_ID’, $forum_id );
define ( ‘CUSTOM_USER_TABLE’, $tablename );
define ( ‘CUSTOM_USER_META_TABLE’, $tablename );?>`
Wiredtree is my server provider (I have a dedicated server with all access), and I’m running Linux w/ Apache
November 4, 2011 at 2:17 am #123710In reply to: How does Buddypress handle roles and permissions?
modemlooper
ModeratorNot really possible at the moment. Every user is a wp subscriber.
November 4, 2011 at 1:24 am #123709peeld
ParticipantWhen viewing the activity feed on my site, if the activity item was posted as an update (i.e. Daisy Peel posted an update (insert time since here), then the [READ MORE] link at the end is live and clicking drops down the remainder of the update and associated comments. Hovering over the hyperlink shows that it points to http://mysite.com/activity/p/some-number
However, when viewing the activity feed, if the activity item was posted as a response to a forum topic, or as a new forum topic, then at the end of the excerpt, the [READ MORE] text is there, but there’s no hyperlink.
I’m using Custom Community Pro, and I reinstalled it clean just to be SURE I hadn’t modified something.
I can change the text in bp-activity-filters.php here:$append_text = apply_filters( ‘bp_activity_excerpt_append_text’, __( ‘[Read More]’, ‘buddypress’ ) );
And the text of the LIVE links changes accordingly, but [Read More] is still appended to the end of the forum topic updates in the activity feed, and it’s still just dead text, so I can’t figure out where that appended text is being pulled from. Hope that helps.
November 3, 2011 at 11:13 pm #123706In reply to: Sorry, no members were found.
Paul Wong-Gibbs
KeymasterMembers not showing after they’ve logged in is very weird. So BuddyPress was a new install, rather than a plugin? Have you set the BP_ROOT_BLOG constant?
November 3, 2011 at 10:31 pm #123703spennis
MemberI have been asking for the same thing but no answer. This should be something that the Buddypress theme should integrate in future versions! It should be fairly simple and very useful! Not to mention a simple way to show the extended profiles…
November 3, 2011 at 9:19 pm #123700recycler14
MemberHI Everyone,
Can somebody help me with the ajax. The buddypress that I installed is not functioning at all. It’s not working in members, activity and some of the buddypress pages. I think it is a javascript. I am using stufe wordpress theme.
Response is highly appreciated. Thanks
November 3, 2011 at 8:33 pm #123698In reply to: Cannot create first topic in any forum
Neomie
MemberResolved it without help, thanks – deactivated all plugins until I found the problem – as soon as I deactivated the BuddyPress template pack, it started working.
November 3, 2011 at 6:24 pm #123693In reply to: Paid membership and subscription plugins
ketubahdiva
Member@kitecom: s2Member definitely allows you to do that. It does take a little work to set it up, but it’s free, and I’m really impressed with it, and with the support forums.
November 3, 2011 at 6:05 pm #123690In reply to: Cannot create first topic in any forum
Neomie
Member1. Which version of WordPress are you running? 3.2.1
2. Did you install WordPress as a directory or subdomain install? not sure
3. If a directory install, is it in root or in a subdirectory? subdirectory
4. Did you upgrade from a previous version of WordPress? If so, from which version? no
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? latest, installed yesterday
7. Did you upgraded from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? BbPress and CubePoints Buddypress Integration
9. Are you using the standard BuddyPress themes or customized themes? customized
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? came with it.
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting? uk2.net
15. Is your server running Windows, or if Linux; Apache, nginx or something else? linuxNovember 3, 2011 at 3:16 pm #123685In reply to: Don’t Inherit BP-Default CSS Child Theme
InHouse
Member@boonebgorges and @mercime I owe all I know (very little) to Codex and forum threads. I have enjoyed learning and greatly appreciate the work of all the volunteers. I was just saying in general, Codex can be hard to follow for a noob but I think that comes with trying to do more than I can before learning more basic WP skills. Thanks again for your help!
November 3, 2011 at 3:01 pm #123684Philipp
ParticipantHi Paul!
Thanks, but the code isn’t working. If I use the code above as a plugin I’m able to use all WP Tables from both installations. So e.g. I have access from both pages on the same articles,…
But with the BP tables nothing happens. Maybe there is another way I could go to reach my goal. Some ideas?!
November 3, 2011 at 3:00 pm #123682In reply to: Double Posting on Activity Page
justbishop
Member@adamx8, would love to know what your fix was!
November 3, 2011 at 2:50 pm #123681In reply to: Buddypress site tracking misses most blogs
Paul Wong-Gibbs
KeymasterHow many records do you have in your bp_user_blogs database table? Do they correspond with what you see on your website? Do any records look malformed?
November 3, 2011 at 2:47 pm #123680Paul Wong-Gibbs
KeymasterI’m not sure it’s possible. It’d be more than just, for example, the main activity table. You’d have to pick up the meta tables, too, and figure out how to deal with conflicts when one site tries to update meta (or any other setting) from another site.
November 3, 2011 at 1:57 pm #123679In reply to: Buddypress site tracking misses most blogs
SilverP
Member“Did you add any functions in theme’s functions.php or excluded some blogs in the directory listing Network Admin > Sites with that plugin?”
No, no functions added, no blogs excluded. I’ve deactived the Blogs Directory plugin, enabled the site tracking component of BP.
I also tried pasting the line
bp_blogs_record_existing_blogs();
into functions.php. No joy. Deactivating and re-activating the BuddyPress plugin sitewide with that line in functions.php also did not fix the problem.Any suggestions?
November 3, 2011 at 1:40 pm #123677Philipp
ParticipantI would like to add the following:
function table_prefix_switch() {
global $wpdb;
$options = $wpdb->options; //Save the site 2 options table
$wpdb->set_prefix(‘wp_’); //The prefix to site 1
$wpdb->options = $options; //Put the options table back
}add_action(‘init’, ‘table_prefix_switch’);
Maybe this could help me to hack it a little bit?!
UPDATE: It’s just using the tables of WordPress – Not of Buddypress! Why?!
November 3, 2011 at 1:29 pm #123676leethompson
MemberThis is a great post but what about moving sub links to a new parent item, this kinda works but if I remove the parent item the function stops. in my themes functions.php
`function remove_blogs_nav() {
bp_core_remove_nav_item( ‘privacy’ );
bp_core_remove_nav_item( ‘settings’ );
bp_core_remove_nav_item( ‘invite-anyone’ );
}
add_action( ‘bp_setup_nav’, ‘remove_blogs_nav’, 15 );function bp_add_create_group_subnav() {
global $bp;
$groups_link = ‘/groups-2/’;
$settings_link = $bp->loggedin_user->domain ;/* Add the subnav items to the groups nav item */
if (function_exists(‘bp_core_new_subnav_item’)) {
bp_core_new_subnav_item( array(
‘name’ => __( ‘Create Clan’, ‘buddypress’ ),
‘slug’ => ‘create’,
‘parent_url’ => $groups_link,
‘parent_slug’ => $bp->groups->slug,
‘screen_function’ => ‘groups_screen_group_home’,
‘position’ => 40,
‘item_css_id’ => ‘home’ ) );bp_core_new_subnav_item( array(
‘name’ => __( ‘Settings’, ‘buddypress’ ),
‘slug’ => ‘settings’,
‘parent_url’ => $settings_link,
‘parent_slug’ => $bp->profile->slug,
‘screen_function’ => ‘profile-settings’,
‘position’ => 30,
‘item_css_id’ => ‘profile-settings’ ) );bp_core_new_subnav_item( array(
‘name’ => __( ‘Privacy’, ‘buddypress’ ),
‘slug’ => ‘privacy’,
‘parent_url’ => $settings_link,
‘parent_slug’ => $bp->profile->slug,
‘screen_function’ => ‘profile-privacy’,
‘position’ => 30,
‘item_css_id’ => ‘profile-privacy’ ) );}
}
add_action(‘bp_setup_nav’, ‘bp_add_create_group_subnav’);
`
If I comment out :
`// bp_core_remove_nav_item( ‘privacy’ );
// bp_core_remove_nav_item( ‘settings’ );`The sub links are in the Profile item, and functional, but still link to each original man item.
thanks Boone you are a lot of help
November 3, 2011 at 12:45 am #123662In reply to: Leave Group Button Gone
November 2, 2011 at 10:46 pm #123660In reply to: How does the activity stream work?
crazplain
Member@mcarrano Hi Mcarrano I think you might have the answer to my question. If I were to create and additional table called post_type in wp_bp_activity and only use value 1 and 2 do you think this is the location where all activity posts gets updated?
November 2, 2011 at 10:13 pm #123657sjohnson0424
Member@n0ise This could be perfect for a site I’m working on, have you made any progress with it?
November 2, 2011 at 8:43 pm #123653Boone Gorges
KeymasterSounds like you may have the activity component disabled. Check at Dashboard > BuddyPress > Components.
November 2, 2011 at 7:57 pm #123651In reply to: Getting started with BuddyPress in multisite
subigya
ParticipantI have a WP multisite installation http://www.somemultisite.com and I want a buddypress installation in one of the subsite http://www.somesubsitewithbuddypress.com. So i installed the plugin, network activated and installed the theme and all.. and all is good, the problem is that buddy press changed my admin-bar throughout the multisite instead of just for the sub-site.
Anybody familiar with this issue? I don’t want to have the subsitewithbuddypress.com to have anything to do with the primary somemultisite.com . No interference.
I have these on the code:
define ( ‘BP_ROOT_BLOG’, 7 ) ;
define ( ‘BP_DISABLE_ADMIN_BAR’, true ); /* Turning this on/off only enabled or disabled the buddy press admin bar.So my question is where goes my main admin bar? Also, can i have this BP admin enabled only for the subsite with buddypress?
-
AuthorSearch Results