Search Results for 'buddypress'
-
AuthorSearch Results
-
November 20, 2015 at 1:40 pm #247005
In reply to: Change BuddyPress Activity Stream Order
Henry Wright
ModeratorCheck out the Using bp_parse_args() to filter BuddyPress template loops article. Specifically, you’d want to make use of
date_query, which should be an array of date query clauses.November 19, 2015 at 8:45 pm #246988In reply to: No index buddypress pages
gurusurfer
ParticipantI have also tried in a loop like in this codex, but breaking the page, what am i missing?
<?php if ((is_buddypress() ) { echo '<meta name=”robots” content=”noindex, nofollow>'; } ?>You help is much appreciated!
Thanks
November 19, 2015 at 6:57 pm #246977In reply to: A Nicer Way To Edit Group Slugs
tonydjukic
ParticipantThanks @henrywright. I installed it and tested it out, doesn’t seem to be even slightest issue with it. @jjj should just push incremental updates that update compatibility so WordPress removes that ‘warning’ message – the plugin works great so it’s a shame that people new to BuddyPress (like myself) are scared away from it for no reason.
November 19, 2015 at 6:34 pm #246974In reply to: Fatal error after upgrading to 2.4.0
r-a-y
KeymasterAre you running the Woffice theme with their Birthday extension?
If so, you need to update Woffice:
https://buddypress.org/support/topic/fatal-error-call-to-undefined-method-stdclasssave/#post-246973November 19, 2015 at 4:54 pm #246966In reply to: Set Birthday value buddypress
shanebp
Moderatori have red all the files in buddypress plugin
Then you know that BP does not store any data re individual avatars in the database.
November 19, 2015 at 4:34 pm #246961In reply to: No index buddypress pages
gurusurfer
ParticipantThank you very much for the quick reply!
Sorry I am no php pro here, tried like this but breaks page!
add_action( 'wp_head','noindex_groups' ); function noindex_groups() { if ( bp_is_groups() ) { echo '<meta name=”robots” content=”noindex, nofollow>' } }add_action( 'wp_head','noindex_buddypress' ); function noindex_buddypress() { if ( bp_is_groups() ) { echo '<meta name=”robots” content=”noindex, nofollow>' } }Thanks
November 19, 2015 at 3:40 pm #246959In reply to: Set Birthday value buddypress
Thagintoki
Participantall i want to know is how the avatar are set in the user meta, because I have an external image url and want to set it in the meta but don’t know how they do it in buddypress, i have red all the files in buddypress plugin, but nothing helps. For the field datebox also I don’t know why it is not working I am sure my data is good but why it is not showing ?
November 19, 2015 at 2:52 pm #246953In reply to: No index buddypress pages
Henry Wright
ModeratorThe Template Tag Reference will help you here. You can do things like the following inside your function to determine the type of page that is being accessed:
if ( bp_is_groups() ) { // This is the groups page. } if ( is_buddypress() ) { // This is a BuddyPress screen. }November 19, 2015 at 1:16 pm #246948In reply to: Set Birthday value buddypress
Thagintoki
Participant$random_user = wp_insert_user( $userdata ) ;this is how i get the user ID its working fine only birthday and avatar which are my problem, I can’t set a date or an avatar from an external link.
I have used an API to generate random users then I save it as a buddypress user.
And $user_id was a mistake I use instead$random_userbut it’s not working anyways.November 19, 2015 at 1:02 pm #246947In reply to: z-index issue with 2014 and cover images
Hugo Ashmore
Participant@joost-abrahams buddypress.css is patched to resolve the issue and should be included in 2.4.1, thanks again for highlighting and testing issue.
November 19, 2015 at 1:02 pm #246946In reply to: A Nicer Way To Edit Group Slugs
Henry Wright
ModeratorEven though the plugin hasn’t been updated for 2+ years, it’s built by @jjj (BuddyPress project lead who knows BuddyPress inside out) so it will be well-written. If you do spot anything, open a support ticket on the plugin’s forum.
November 19, 2015 at 12:29 pm #246942Tafmakura
ParticipantIn this thread https://buddypress.org/support/topic/i-just-want-one-consistent-username-to-appear-everywhere-in-wp-bp/ @r-a-y successefully replaces all display names with usernames, I want to do the opposite I want the @mentions to display the current display name, so that when someone mentions someone it diplays that person’s current display name.
How do i achieve this?
November 19, 2015 at 12:18 pm #246941Henry Wright
ModeratorClosing as a duplicate
November 19, 2015 at 7:51 am #246934r-a-y
KeymasterbbPress has its own at-mentions system, so you should be able to disable the Activity component in the WP admin dashboard.
To do so, go to the WP admin dashboard and navigate to “Settings > BuddyPress > Components”. Next, uncheck the Activity Streams component and save.
This will disable the Activity Streams component. Then, you should check if the at-mentions system in bbPress will still function properly.
I’m not sure if bbPress’ at-mention system will send email notifications though.
November 19, 2015 at 7:29 am #246933In reply to: Sidebar not appearing all where it is needed
UgoDimma
ParticipantHey @webgirl
Thanks for the link, I followed the link and check all my settings, and all is in good shape. Beside, I installed the theme using their quick installation guide, which installs the theme with their default setting from the demo site.
By looking at their demo site, it does not have this sidebar, so I don’t know exactly where the issue might have come from.
Just take a look at single member profile, it still goes without side bar.

In my members page edit, the sidebar I selected is buddypress sidebar.
November 19, 2015 at 2:19 am #246930Henry Wright
ModeratorHey @alessandrat
Welcome to the BuddyPress forum!
1. Have two separate front ends for different user types (with differently configured profiles), appearances, and accesses.
Yes. This can be done with either a plugin (try searching the Plugin Directory) or coded through the Member Types feature introduced in version 2.2.
2. Have a place where shortcode could be put in so that users can take a questionnaire containing likert questions on their profile and/or while creating their profile.
Either a post, page or perhaps even an activity update all spring to mind as possible places to add it.
3. One but not both kinds of users can create their own group (public, semiprivate or private) or forum and browse/ join existing ones
The ability for all members to create new groups comes as standard.
4. One kind of user but not the other needs to be able to set up ways for the other type of user to purchase products (I assume I can use another plugin but will need a place to put the shortcode)
This will need to be either custom coded, or you may find a plugin with the functionality you need.
Hope this info helps!
November 19, 2015 at 12:42 am #246927In reply to: How to fix Activations
Venutius
ModeratorDi you set up the pages in Admin>>Settings>BuddyPress>>Pages
If so they should not be blank
November 18, 2015 at 10:34 pm #246923In reply to: Sending message to all users in a group
martinstr
Participant@venutius: thank you! Not quite what I was looking for, but might work if there is nothing else.
@danbp: I notice that the Mass Messaging in Buddypress plugin hasn’t been updated for 2 years. Is it still safe to use?General reflection: to me this seems like extremely obvious functionality (for an administrator to be able to message all users in a specific group). How come it isn’t part of Buddypress core functionality?
November 18, 2015 at 10:05 pm #246922In reply to: exclude_by_role function no longer working?
2paulm
Participantshane thank you for your help I figured it out while I was waiting and used this function
I added this to members-loop.php
if ( bp_has_members( include_only_subscribers() ) ) :and added this to my themes function.php
function include_only_subscribers() { global $wpdb; $query = "SELECT user_id FROM " . $wpdb->prefix . "bp_xprofile_data WHERE user_id IN (SELECT user_id FROM wp_usermeta WHERE meta_value LIKE '%subscriber%')"; $custom_ids = $wpdb->get_col( $query ); if ( !empty( $custom_ids ) ) { // convert the array to a csv string $custom_ids_str = 'include=' . implode(",", $custom_ids); return $custom_ids_str; } else return ''; }it seems to be working I just used some info from https://codex.buddypress.org/developer/loops-reference/the-members-loop/
and modified to meet my needs.
please let me know if you see any problem with my approach and thank you so much for your response and help with this
November 18, 2015 at 9:44 pm #246920In reply to: Server error 500 after activating buddypress
ml413
ParticipantHi PriR,
I’m not a buddypress expert, but one thing to check with 500 errors is if there is any additional info in your PHP error log or in the web server’s (usually Apache or Nginx) error log. Sometimes, but sadly not always, those can give you clues as to what specifically is causing the crash.Another thing to try is disabling other plugins before you enable buddypress. If you have a test version of your site, or you do this when your site doesn’t have much traffic, you can try disabling all of them, enabling buddypress, then enabling plugins one by one until you find the one that causes the conflict.
Hope this helps!
November 18, 2015 at 5:56 pm #246899In reply to: Sending message to all users in a group
danbp
ParticipantNovember 18, 2015 at 5:52 pm #246898Lars Henriksen
ParticipantHave a look at this https://buddypress.org/support/topic/whats-new-box-css-problem/
November 18, 2015 at 5:25 pm #246894In reply to: Warning notice from the plugin file
danbp
ParticipantHi,
no idea what happen to your install, but read here some advice:
https://buddypress.org/support/topic/debug-error-bp_setup_current_user-was-called-incorrectly/November 18, 2015 at 10:17 am #246883In reply to: How To Match BP Components With BP Pages?
Henry Wright
ModeratorOnly for components that have a directory. Also, you will need to do that for the “register” and “activate” pages (this is all done via Settings > BuddyPress > Pages).
November 17, 2015 at 8:05 pm #246867In reply to: z-index issue with 2014 and cover images
Joost abrahams
ParticipantMore testing with fresh install WP4.3.1
Plugins active : buddypress, maintenance
theme test data imported
buddypress test data imported2013, 2015 themes no issues
2014 only exist on group pages, members pages no issues
-
AuthorSearch Results
