Search Results for 'buddypress'
-
AuthorSearch Results
-
January 10, 2016 at 4:52 pm #248576
In reply to: Error – BP_MESSAGES_AUTOCOMPLETE_ALL
Sweeny
ParticipantHi!
Thanks for your answer. Yesterday I tested it without any source code modification.
Names of friends should be completed automatically (auto-complete). But it doesn’t work: I started typing a name. Buddypress searched name and founded the name. I chose the founded name. But the error was the same: “Message could not be sent because you have entered an invalid username. Please try again.”
I tried two different buddypress themes – same bug?
Kind regards
Alex
January 10, 2016 at 12:27 pm #248575In reply to: Downgrade to 2.3.3
Henry Wright
ModeratorYou’ll need to roll back your:
- files and folders (just delete the BuddyPress plugin and install version 2.3.3)
- database (do you keep backups?)
Note: You’ll need to do both. That said, your current database may still work if no changes have been made to the schema since 2.3.3. But proceed with caution and before you start anything back up everything!
January 10, 2016 at 12:22 pm #248574Henry Wright
ModeratorAvoid editing core files and you should be fine. Instead, put your functions and code snippets in a bp-custom.php file or your child theme’s functions.php.
Also, check out the Template Hierarchy article for info on template editing.
January 9, 2016 at 4:25 am #248552In reply to: Registration page
paragbhagwat
Participant@theexchangemarket please see the following thread
https://buddypress.org/support/topic/registeractivate-howto/
January 8, 2016 at 11:28 pm #248549In reply to: nickname clears first_name and last_name
rkastudio
ParticipantThis is actually a significant problem for running BuddyPress with MemberPress, because MemberPress (and I’m guessing a lot of ecommerce plugins) require a First Name and Last Name for checkout. I don’t understand why BuddyPress doesn’t just update WP’s “Display name publicly as” field and leave alone the first/last fields. It seems very common in a social network for individuals to want to use a handle rather than their full name.
January 8, 2016 at 10:42 pm #248548Hastig
ParticipantMaybe it’s an easy thing, but I am really confused. Please advise me.
Well, if it’s easy we’re both dummies cuz I find it extremely confusing myself.
Take the template for a single members profile page as an example.
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php
is to be copied and renamed to your theme, but first you have to rename it to index.php for some reason. like this..
/wp-content/themes/THEMEFOLDER/buddypress/members/single/index.php
Or this one which I forget is to either view the inbox or a message thread..
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single/view.php
would change to..
/wp-content/themes/THEMEFOLDER/buddypress/members/single/index-action-view.php
Some template files are turned into ‘actions’, some are to be ‘components’, some files get renamed, some names stay the same but go in different folders than the bp-legacy structure, and so on.Here’s a page that can sort of help make sense of it..
January 8, 2016 at 8:25 pm #248543In reply to: Admin screen goes white on BuddyPress activation
Paul-tCGs
Participantfurther insights anyone??
When BuddyPress is activated, the WP Dashboard goes white, but functionality of the plugin comes back along with all the data. When BP is deactivated (removed via sftp, actually) the functionality is lost, but the Dashboard comes back to online mode.
January 8, 2016 at 6:44 pm #248530shanebp
ModeratorUnless you are explictly using the bp-default theme as your Theme,
always use these templatesbp-templates/bp-legacy/buddypress/Re your current activity/index file in your child theme – use the index.php from the bp-legacy location and move any changes you want into that file.
January 8, 2016 at 6:31 pm #248528In reply to: Register/Activate Howto
paragbhagwat
Participant@alonsotron all you will need to do is create blank pages with the same names and then in settings for buddypress associate the pages with register and activate action in the Pages tab of settings.
January 8, 2016 at 5:36 pm #248523Mathieu Viet
ModeratorJust tested on a fresh install (regular config & multisite one).
When a user registers from the front-end registration form on both configs, i can’t manage to reproduce your issue.
first_name/last_name user meta are created
display_name field in tablewp_usersis created
value for the xProfile Name field is created inwp_bp_xprofile_datatableTitle of the page is looking like this
FirstName LastName - Site Namefor profile’s page.So everything works fine for me.
Are you sure it’s happening when a user registers ?
Have you tried without any other plugin activated than BuddyPress ?January 8, 2016 at 3:58 pm #248519shanebp
ModeratorYou can open a ticket here using the same user / pw as this site.
January 8, 2016 at 2:58 pm #248516In reply to: Customize email templates
Henry Wright
ModeratorJanuary 8, 2016 at 1:56 pm #248510In reply to: Change time-since format
shanebp
ModeratorLook at
function bp_core_time_sinceinbuddypress\bp-core\bp-core-functions.phpThat function contains several filter hooks that you can use to make changes.
The changes may only apply to content created going forward.January 8, 2016 at 1:26 pm #248505Paul Wong-Gibbs
KeymasterWhile this doesn’t help much, it’s an issue with bbPress, not BuddyPress.
January 8, 2016 at 1:26 pm #248504Paul Wong-Gibbs
KeymasterWe can’t support the Followers plugin here.
About the groups tag, I thought we fixed the
no-countissue recently. What version of BuddyPress are you using?January 8, 2016 at 1:14 pm #248501In reply to: Disable public message
shanebp
ModeratorTry adding this to your theme/functions.php or bp-custom.php
add_filter('bp_get_send_public_message_button', '__return_false');January 7, 2016 at 7:35 pm #248491Topic: BP pages trigger 404
in forum How-to & TroubleshootingCharl Asuit
ParticipantI have Buddypress installed on a client site. There are times when any of the BP pages are used and then they navigate to another page, the intended page will display the 404 page. I thought initially that this was due to certain incompatibilities with the theme so I changed the theme to one that is BP-ready but the problem still occurs.
The 404 is resolved by re-saving permalinks again.
I read on this thread https://buddypress.org/support/topic/add-group-redirects-to-404-error/ that BP doesn’t like that its pages (Groups, etc.) are sub-pages but this error was for adding groups.
Can someone please help shed a light on this?
January 7, 2016 at 3:32 am #248470Ben Hansen
Participantbuddypress used to have its own group based forums now what you do is when you create the group there is an option to also create a forum topic. you can also associate an already existing forum using the manage option on the group page as an admin.
January 7, 2016 at 1:58 am #248466Ben Hansen
Participantthere’s no need actually the user list is the same (wordpress’) and buddypress does not have any forum functionality other than compatibility with what bbpress provides.
January 6, 2016 at 11:08 pm #248464In reply to: Customize email templates
shanebp
ModeratorIt works up to 2.4 and maybe higher, but throws a slew of Notices.
@kalaiyarasi – the emails are generated in various files depending on which email it is.
You can filter most parts of the emails – on a per kind basis.
For example the friend request emails are generated in
\buddypress\bp-friends\bp-friends-notifications.php
Seefunction friends_notification_new_requestfor the filter hooks.And yes, the current approach is difficult to work with.
A better approach is being built, hopefully for the BP 2.5 release:
https://buddypress.trac.wordpress.org/ticket/6592January 6, 2016 at 8:56 pm #248453In reply to: Location of bp_member_header_actions ?
Hastig
ParticipantThanks very much guys!
Is it just my blind eyes or is hookr.io impossible to read? Font size is tiny, color is invisible. A fantastic resource though, bookmarked it, thanks again!
For anybody interested, I just wanted a ‘send private message’ button that I could place anywhere on the page.
The simple way seems to be to use this..
<?php bp_send_private_message_button(); ?>On click it will open the send message page with the person you want to message already set.
bp_send_private_message_buttonis a function that echosbp_get_send_message_button
bp_send_private_message_buttonis located in /bp-messages/bp-messages-template.phpsource http://hookr.io/plugins/buddypress/2.4.3/functions/bp_send_private_message_button/
if you’re wanting to change the text of the link you can add this to functions.php or bp-custom.php
function custom_change_send_private_message_text($args) { $args[link_text] = 'send message'; return $args; } add_filter( 'bp_get_send_message_button_args', 'custom_change_send_private_message_text', 1, 1 );..thats courtesy of shanebp..
https://buddypress.org/support/topic/private-message-button-label-change/another version i was playing with if its of use to anyone..
function custom_change_send_private_message_text($args) { $userName = bp_get_displayed_user_username(); $args[link_text] = 'send ' . $userName . ' a private message'; return $args; } add_filter( 'bp_get_send_message_button_args', 'custom_change_send_private_message_text', 1, 1 );..you would have to figure out how to remove the hyphen from the username.
January 6, 2016 at 8:00 pm #248448In reply to: Not all members listed, pending user permissions
danbp
ParticipantHi,
as long as these members haven’t loggedin for the first time, their name is held in xx_signup table and are mentionned as “pending” on members admin page.
As you use subdomain, i suppose you are on a network install, in which case, your members admin can be found at your_site/wp-admin/network/users.php (wp-admin/users.php on a single install).
If not, ensure that BP is installed at the same level as your WordPress. This is mandatory.
BuddyPress does not work on installations where you give WordPress its own directory.Anything is explained here:
January 6, 2016 at 7:56 pm #248447In reply to: Location of bp_member_header_actions ?
shanebp
ModeratorIt doesn’t handle the avatar.
It creates Friend, Public & Private messages buttons.
And provides a hook for you to add another call.See
function setup_actions()in this file for where it is hooked to create the default buttons:
buddypress\bp-templates\bp-legacy\buddypress-functions.phpJanuary 6, 2016 at 7:50 pm #248446In reply to: Location of bp_member_header_actions ?
danbp
ParticipantHi,
see from here:
http://hookr.io/plugins/buddypress/2.4.3/actions/bp_member_header_actions/January 6, 2016 at 5:08 pm #248436In reply to: Group Events
kmw1130
ParticipantOk, will do. Didn’t realize that, but since I was using BuddyPress to display my events, I wasn’t sure which plug-in.
thanks
Kim -
AuthorSearch Results