Search Results for 'buddypress'
-
AuthorSearch Results
-
May 27, 2012 at 6:59 pm #135130
In reply to: BP_ENABLE_MULTIBLOG
luisrosario
Participant@mercime so I went and disabled all plugs on child and main site, used bp-default, and still no love on the avatars. I feel like it’s a Buddypress issue, and although there have been changes added to address this issue in the current version, for some reason, it’s not working properly on my site. I would love to figure this out as my current development is on hold until I can get this resolved.
May 27, 2012 at 5:09 pm #135126In reply to: BP_ENABLE_MULTIBLOG
luisrosario
Participant@mercime WP is installed and BP installed on the ROOT domain network activated. The Multisite is sub domain structure. The site root url is groovetemple.tv .. The test site is beta.groovetemple.tv .. I’ve tried changing to default theme without disabling plugs, and same issue. I guess next step is disable plugs. I guess I can throw the root site in maintenance mode and disable plugs.
May 27, 2012 at 2:45 pm #135121In reply to: Help us… get help…
artsupplywarehouse
Memberhi mercime
This topic
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/help-us-help-you/Is a sticky at the top of the hot to and troubleshooting section but all of the links in this section:
1.) Starting a topic.
2.) Asking for support.
3.) FAQ+
4.) Codex+
5.) bbPress Integration
6.) Pat Andy on the BackAppear to be broken.
I will attempt to use google to search these forums, really, what I’m looking for is other people who’ve had my problem. Why ask a question if it’s already been answered.
Your volunteer time is greatly appreciated. I didn’t mean for any of that to sound complainy, just trying to figure out if I was missing something.
May 27, 2012 at 2:00 pm #135119In reply to: Getting Started…
@mercime
Participant== ‘The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members, Activate, Register. (REPAIR)’. ==
@rbrtah Your issue is different. The message means that you haven’t gone through the Installation Wizard. Click on (Repair) or go to dashboard menu BuddyPress > Pages and associate the BuddyPress components with respective pages.
May 27, 2012 at 1:47 pm #135118In reply to: Getting Started…
rbrtah
MemberThanks for answering so quickly, @mercime. Here is the error message I am getting: ‘The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members, Activate, Register. (REPAIR)’.
Do you think the “fix” you suggested would work for this error? If so, I will try it. Am new to WP and a bit nervous about making too many changes in unfamiliar territory. I appreciate your help.
May 27, 2012 at 10:42 am #135114In reply to: Buddypress Multi-Group Remove
Hugo Ashmore
ParticipantStart a forum thread – if for any reason the forum wasn’t set up for the group then post in it’s activity stream using @mention author member name.
May 27, 2012 at 10:08 am #135112In reply to: Buddypress Multi-Group Remove
pawriter
ParticipantThanks for the advice.
I never seem to be able to find where to actually post in the respective groups generally – one of the few that I have found posting straightforward is Events Manager.
I will have another look in the group to see if I can find where to post.Regards
Paul
May 27, 2012 at 9:59 am #135110In reply to: Buddypress Multi-Group Remove
Hugo Ashmore
Participant@pawriter you need to post these types of questions to the respective plugin groups to get support:
https://buddypress.org/community/groups/buddypress-multi-group-remove/
May 27, 2012 at 6:27 am #135109In reply to: Cant update user profile
@mercime
Participant== the issue was there before the upgrade, which I hoped was going to fix the problem ==
The issue, not being able to update user profile, was fixed in BP 1.5. So I would change to Twenty Eleven,deactivate all plugins and delete BuddyPress. Upload BuddyPress via FTPto wp-content/plugins/buddypress, activate BP and activate bp-default theme. Also, you did go through the BP Installation Wizard when you upgraded from BP 1.2.9 to BP 1.5.5 right?
May 27, 2012 at 5:31 am #135108In reply to: Getting Started…
@mercime
Participant@rbrtah there were many issues by OP. Is same error about setting Group and/or Sitewide Forums? If so, check https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
May 27, 2012 at 4:20 am #135106In reply to: Cant update user profile
fallingup
ParticipantThanks for the response, currently the chat plugin is not active. I have also tried deactivating all but BuddyPress. Any thing else you can think of?
May 27, 2012 at 1:26 am #135105gmxperry
ParticipantOkay, I think I’ve identified the fields in question and the code in question, but I’m not sure how to implement it. Here’s the section of code from the addon that hooks the new user fields into the WordPress profile:
`//Now hook to create extra profil fields`
`add_action( ‘edit_user_profile’, ‘livetv_show_extra_profile_fields’ ); `
`//When the current on the current profil has capabilties to edit -> display`
`add_action( ‘edit_user_profile_update’, ‘livetv_save_extra_profile_fields’ ); `
`//When the current on the current profil has capabilties to edit -> update``add_action( ‘show_user_profile’, ‘livetv_show_extra_profile_fields’ ); `
`//When the current on the current profil has capabilties to show -> display`
`add_action( ‘personal_options_update’, ‘livetv_save_extra_profile_fields’ ); `
`//When the current on the current profil is the current and edit -> update`I can see where it hooks the new fields into the default user profile, but how do I update those hooks for BuddyPress? I found some hooks that sounded similar but none would actually add those to the proper spot in the “Edit” page for the extended profile.
Help please! Thank you!
May 26, 2012 at 11:25 pm #135103In reply to: the “support forums” sidebar widget
@mercime
ParticipantMay 26, 2012 at 8:30 pm #135100In reply to: Cant update user profile
@mercime
Participant@fallingup first, I can empathize on the FTP access only :-s
Which BP Chat plugin are you using? If it doesn’t explicity note that it’s been updated for BP 1.5+/WP3.3+ then I suggest you deactivate it and check if issue is resolved. If not, deactivate BP plugins except BuddyPress and check.
May 26, 2012 at 6:25 pm #135099In reply to: Default Sign-up Fields Pre Filled in with Junk
@mercime
ParticipantI remember someone brought up the same issue before in BP forums and it was because of the plugin conflict, something with prefilled or automatic SEO keywords and the like. To be sure, deactivate all plugins except BuddyPress and check if issue is resolved. Then activate plugins a batch at a time and check registration page
May 26, 2012 at 6:16 pm #135098In reply to: Interactive Profile Fields During Registration
Sandie
ParticipantI’m looking for a Buddypress compatible membership application plugin with functionality along the following lines:
– The user should be presented with an application/registration form, with some mandatory and non-mandatory fields.
– On completion, the application is submitted to a pending queue.
– From the pending queue selected user roles should be able to ‘approve’ or ‘reject’ the application.
– unapproved applicants have no access to the member content‘Nice to have’ extras:
– ability to select which of the registration fields (if any) should be displayed on the member register
– ability to e-mail user: (i) confirming application submitted (and add a message regarding typical review times, etc.) (ii) approval/rejection e-mail templates and triggers, (iii) Welcome e-mail
– application management in the front-end
– ability to grant unapproved members limited access to membership areas, e.g. possibly to one forum only.I’m wondering whether something already exists? Be good to hear from anyone with suggestions. Many thanks.
May 26, 2012 at 5:24 pm #135096In reply to: Search for Forum area?
@mercime
Participant@abray we are aware of the search issue, sorry for the inconvenience. In the meantime, you can use Google buddypress.org + keywords/phrases.
May 26, 2012 at 5:22 pm #135095@mercime
Participant== custom groups template from my theme is not loaded anymore ==
@struppolo If you have a backup of the groups template in your computer, then just upload to your theme’s folder in server via FTP/FileManager/cPanel, etc.
May 26, 2012 at 5:20 pm #135094@mercime
ParticipantYou install the plugins in your WP installation via dashboard menu Plugins > Add New –
Respective plugin’s installation/notes/faqs/support are all in the links I gave aboveMay 26, 2012 at 5:12 pm #135093@mercime
Participant@nickharambee Remove the BP Component Pages you want to make private from the custom menu https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Add the following to your theme’s or child theme’s functions.php file
add_filter( 'wp_nav_menu_items', 'mme_loggedin_only_links' ); function mme_loggedin_only_links($items) { if (!is_user_logged_in()) return $items; else $ouractivity = '<li><a href="' . home_url('/') . 'activity' . '">' . __('Activity', 'buddypress' ) . '</a></li>'; $ourmembers = '<li><a href="' . home_url('/') . 'members' . '">' . __('Members', 'buddypress' ) . '</a></li>'; $ourgroups = '<li><a href="' . home_url('/') . 'groups' . '">' . __('Groups', 'buddypress' ) . '</a></li>'; $ourgroupforums = '<li><a href="' . home_url('/') . 'forums' . '">' . __('Forums', 'buddypress' ) . '</a></li>'; $items = $items . $ouractivity; $items = $items . $ourmembers; $items = $items . $ourgroups; $items = $items . $ourgroupforums; return $items; }May 26, 2012 at 4:14 pm #135092@mercime
ParticipantDeactivate all plugins except BuddyPress and change to bp-default theme to begin isolating what’s causing the strange behavior.
May 26, 2012 at 3:01 pm #135090In reply to: Member Directory CSS for 3 Columns
abray
ParticipantThank you. I am a novice at this @naijaping. Would you happen to know how I would do this or is it theme specific or do I change it in the Buddypress system itself?
May 26, 2012 at 2:53 pm #135089In reply to: Member Directory CSS for 3 Columns
Prince Abiola Ogundipe
Participant@abray, you have to include div#content in the css, that way, it will not affect widget
Regards
May 26, 2012 at 11:17 am #135087In reply to: bp-activity-oldestpage cookie
May 26, 2012 at 9:23 am #135086In reply to: out of the box theme
@mercime
ParticipantPlease post only once for the same issue. Closing this duplicate of https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-theme-looks-diff-help/
-
AuthorSearch Results
