Search Results for 'buddypress'
-
AuthorSearch Results
-
May 22, 2016 at 12:40 pm #253635
danbp
ParticipantYep ! Use fn bp_is_my_profile()
For ex. something like
if ( $blogs && bp_is_my_profile() ) {May 21, 2016 at 5:05 pm #253619In reply to: Error on installation
dredre3000
ParticipantRunning version 4.5.2
Theme Geodirectory/ supremember directory.
Plugins: Akismet, auto terms of service and privacy policy, contact form 7, black studio tiny mce, f(x) private site, gd booster, gd business hours, geodirectory plugins (don’t have buddypress intergration active), Google analytics, jet pack, site origin, page builder, Yoast seo…May 21, 2016 at 1:50 pm #253616In reply to: Direct Message is send 3 times
pandafoxxxx
ParticipantThe issue is somewhere inside the ajax.php from the theme. I’m using a custom theme (Not online) on a local version of wordpress. Tried using the functions.php from the legacy template but there is no live update so I skipped that. (Messages doesnt send at all)
Edit: I fixed the problem with combining ajax.php from the old buddypress template with the new functions.
May 21, 2016 at 12:39 pm #253613dwink09
Participantalso on the buddypress components, I can’t save options for “Friend Connections” and other components as well. Could this be a linked issue or isolated?
May 21, 2016 at 12:18 pm #253609danbp
ParticipantGo to your WP pages admin, and change your member page title to Staff instead of Members. Change the slug accordingly.
Ensure the name is unique and that you don’t have any page called members or staff in the trash. If it’s the case, clear it. Go to permalinks settings and click on save. Permalinks option should be whatever except “default”.
Return to BP’s page settings and verify that the Members component page is Staff. If not, select the new page and save.For any other “member” wording, you have to use buddypress po/mo file, even if you use english on your site.
May 21, 2016 at 12:06 pm #253608In reply to: BP menu on wp multisite
danbp
ParticipantYou have to enable multiblog. Read here:
May 21, 2016 at 11:47 am #253607In reply to: Error on installation
danbp
ParticipantGive details please: php version, theme name, used plugins.
https://buddypress.org/support/topic/when-asking-for-support-2/
Related topics for similar issue:
https://buddypress.org/support/search/bp_setup_current_user+was+called+incorrectly/May 21, 2016 at 11:38 am #253605In reply to: How to show review activity on buddypress
danbp
ParticipantBuddyPress is member oriented and they’re some rating plugins out for profiles or groups. For pure content like posts or CPT’s, you have to search for some WP plugin on the plugin repository.
Another alternative could myCred, which is made for BP. Inconvenient (if ever), it does much more as only allowing rating.
May 21, 2016 at 11:11 am #253602In reply to: Components do not display in page assignment area
danbp
ParticipantThis is not an issue, but how it works !
The’re only 3 pages to assign when you activate ALL components.
1) members
2) site activity
3) groupsIf registering is allowed, you have 2 other pages:
– registering
– activationXprofile, Messages, Friends, etc are mostly sub parts of the mandatory Members component/page.
May 21, 2016 at 3:21 am #253600In reply to: Buddypress multilingual with sublanguage
sharmavishal
Participant@pandafoxxxx can you kindly list the disadvantages of polylang? polylang worked for bbpress as well as buddypress for me….
May 20, 2016 at 7:45 pm #253591In reply to: Error on installation
dredre3000
ParticipantIt also says buddypress is not compatible with my version of wordpress so not sure if that’s why…
May 20, 2016 at 2:22 pm #253587In reply to: change username to display name
danbp
ParticipantMay 20, 2016 at 2:11 pm #253585In reply to: Not show all activity
danbp
ParticipantPlease read first BP’s documentation:
Many topics with same question where already resolved.
https://buddypress.org/support/search/bp_after_has_activities_parse_args/May 20, 2016 at 12:06 pm #253582Topic: change username to display name
in forum How-to & Troubleshootingmegin
ParticipantI would like to keep the friendliness of display in activity stream. I want to post @display_name instead of @user_login/@user_nicename in post activity stream and show @display_name as result post. Anybody please help me.
Wordpress version : Version 4.5.2
Buddypress Version 2.5.2May 19, 2016 at 10:04 pm #253574In reply to: Logged In User Only Information on Profile
ekko848
ParticipantNot sure if this is the best way to do this (still figuring out BuddyPress functions), but I added this code to my profile.php and it works for logged in users only
<?php if ( bp_is_my_profile() ) { echo 'Hello'; } ?>May 19, 2016 at 9:41 pm #253571In reply to: Connecting WC Vendors with BP
insearchofasolution
Participant@sharmavishal It won’t let me post my reply here so I try again after this post. I have just tried this but it does not hing really. Do you have any experience with this?
May 19, 2016 at 6:56 pm #253564In reply to: WordPress 4.5
danbp
ParticipantYou’re welcome !
May 19, 2016 at 6:43 pm #253561danbp
ParticipantHi,
read for usage and context for bp_parse_args on codex.
May 19, 2016 at 6:15 pm #253558In reply to: Email template folder
navyspitfire
ParticipantThanks for replying; I already have an ongoing issue regarding sending HTML emails from that codex page (my thread here).
Also that codex page doesn’t really address my issue as a whole; there are a lot of email notifications that are sent out to users and admins, much more than are accessible in the Buddypress Emails admin menu option.
May 19, 2016 at 5:59 pm #253556In reply to: Email template folder
shanebp
ModeratorSee this section: Customize Email Template on this codex page.
May 19, 2016 at 5:57 pm #253555In reply to: WordPress 4.5
Don
ParticipantOK then, perhaps someone should update the last column of that page.
In addition, https://wordpress.org/plugins/buddypress/ indicates the latest version of BuddyPress is WordPress compatible up to version 4.4.3.
Thank you,
DonMay 19, 2016 at 12:13 pm #253546In reply to: Sorting activity stream
subair.tc
Participanthi @henrywright , @danbp
Thanks for your great help,
i have solved the issue without hacking the code using the
bp_activity_paged_activities_sql
filter in class-bp-activity-activity.php ~L, 609
the code below is i have used, please refer this thred , where i got some information regarding filters.
add_filter( 'bp_activity_paged_activities_sql', function( $sql, $where_sql, $sort ) { $pos = strpos($sql, 'WHERE a.id IN'); if($pos){ $in_items = implode( ',', $where_sql['in'] ); $sql = str_replace('ORDER BY a.date_recorded DESC' ,' ORDER BY FIELD(id,'.$in_items.') ',$sql); } return $sql; }, 10, 3 );Thanks again for your valuable time and please let me know any suggestions you have 🙂
May 19, 2016 at 9:22 am #253538In reply to: Sort Members
Henry Wright
ModeratorCheck out
BP_User_Querysearch_terms,meta_keyandmeta_valuecould be helpful depending on where you’ve stored your label data. I haven’t tried it, butxprofile_querymight also be useful.May 19, 2016 at 8:25 am #253536In reply to: [Resolved] Base Primary USER REGISTRATION ISSUE
danbp
ParticipantBase is the name of the field group which contains one mandatory field: Name.
You can rename that field but not delete it.See also if this can help you:
How to I delete “This field can be seen by: Everyone?” on my registration page?
May 19, 2016 at 7:02 am #253535In reply to: Group cover photos not uploading
sharmavishal
Participant -
AuthorSearch Results