Search Results for 'buddypress'
-
AuthorSearch Results
-
March 18, 2018 at 12:16 am #271445
In reply to: Why can you crop the cover image?
stokim2012
Participant@dcavins
I strongly agree with guys.
Why does not Buddypress offer cover image crop but profile image?
It’s hardly choose cover image users want!
Please offer cover image crop.March 17, 2018 at 11:34 pm #271444In reply to: How Activty Listing special ?
Venutius
ModeratorI can’t work out exactly what you are asking, but maybe you should take a look at this:
March 17, 2018 at 7:24 pm #271440jonleesky
ParticipantI just want the original wordpress registration page. After I installed buddypress, It becomes a new registration page. is there any way to stop it? ((o(^_^)o))
March 17, 2018 at 11:56 am #271435In reply to: BP profile navigation menu queue
Venutius
ModeratorJust search the forum for past suggestions, this thread for example explains how to change the menu ordering:
BP 2.6.1.1 – Object of class BP_Core_BP_Nav_BackCompat could not be converted to string error
March 16, 2018 at 8:44 pm #271431In reply to: Embed Groups
Venutius
ModeratorHold the presses! I’ve found a plugin that promises to deliver what you need!
If you install this one, it seems to have a group list shortcode where you can specify the id of the user that each group will belong to.
For example [groups-listing user_id=1]
I think this should in the least show all the groups you are a member of, WBCOM, the plugin author are also quite active and may add a feature for an admin= option.
March 16, 2018 at 8:29 pm #271429In reply to: Embed Groups
Venutius
ModeratorActually I don’t think my way will work, it only lists out the groups that the user is a member of, not groups created by you. You could ask the plugin creator to add a feature to the BuddyPress Extended User Groups widget. http://www.buddydev.com have a support forum and generally welcome suggestions for plugin enhancements.
I’m not even sure David’s suggestion is going to work for you, are you thinking about making this feature available for others to use?
March 16, 2018 at 8:00 pm #271425In reply to: CSS file changes not displayed
threwthenevr
ParticipantNot sure if thats the issue.
I myself am having issues with the what’s new form.
Trying to change border color.#buddypress form#whats new form { background-color: #82E0AA; padding: 4px 0 !important; }March 16, 2018 at 4:56 pm #271421In reply to: Embed Groups
flannelgraphs
ParticipantThanks! Here’s what I want to do: I want a page that I can place text on and then list out my groups underneath that text. There should be a way to do that, right? I feel like I’m just missing it…
We’re using BuddyPress for small groups and I want all of the available small groups to be listed on the same page underneath some explanatory text.
March 16, 2018 at 3:00 pm #271420In reply to: A custom feature I wish I found how to do
Venutius
ModeratorRegarding point 3, I have discovered one way to do this.
You would need to overload the
members-header.php(if not using cover images) orcover-image-header.phpfile, located inplugins/buddypress/bp-templates/bp-legacy/buddypress/members/singleCopy this file to
themes/YOURTHEME/buddypress/members/singleThen after line 36 insert the following:
<div id="online"> <?php global $bp; function check_is_user_online($user_id){ if ( bp_has_members( 'type=online&include='.$user_id) ) return true; else return false; } $this_id = bp_displayed_user_id(); $is_online = check_is_user_online($this_id); if ($is_online) echo "<label><img src='http://yourserver.com/wp-content/uploads/online.png' /> Online</Label>"; else{ echo "<label><img src='http://http:yourserver.com/wp-content/uploads//offline.jpg' /> Offline</label>";} ?> </div>Replace the URL’s for the images to your own links and that should work, you can style it using the id #online
March 16, 2018 at 11:47 am #271412In reply to: How to do seo for buddypress activity posts?
jameshh93
ParticipantAnyone got any ideas for this as in search engine none of my buddypress posts rank whilst bbpress posts do because of use of title…
March 16, 2018 at 11:14 am #271410In reply to: Link is not embedding
Venutius
ModeratorIs the link one that is supported by embed? my understanding is that only links with supported URL’s will embed, one such link would be https://wordpress.org/plugins/buddypress/
March 15, 2018 at 2:24 pm #271383pedger
Participant@dro-i-de aparently this is a feature not a bug. If the user editing the fields has a bp_moderate capability, it is allowed to save empty fields. Your regular users will not.
Found it here: https://buddypress.trac.wordpress.org/ticket/7483#comment:6
I tested and it works as expecteded.
Cheers
March 15, 2018 at 2:15 pm #271381pedger
ParticipantI have the same issue. Apart from the Name field, all new fields marked as required doesn’t throw errors when the user saves its profile on either on frontend and backend.
I created the fields using User > Profile fields tool, where there’s a required option. The input elements on the frontend even has ‘aria-required=”true”‘ param.
In my case, when the user leaves a field empty (i.e. deletes the info that was there previously, the db entry is simply deleted. (agreed with @dro-i-de, not the expected behavior)
How xprofile handles the fields marked as required?
running WP 4.9.4 Theme: Boss (child Theme) 2.4.2
Buddypress: 2.5.14March 15, 2018 at 2:10 pm #271379In reply to: Adding new field to user registration form.
David Cavins
KeymasterHi @teljkon-
I don’t understand your points 2 and 3, but 1 can be solved easily: https://codex.buddypress.org/administrator-guide/extended-profiles/
Fields in the “Primary (Base)” profile field group are added to the registration form.
March 15, 2018 at 2:06 pm #271376In reply to: Why can you crop the cover image?
David Cavins
KeymasterCover images work best when the original image is large enough. You can disable cover images for groups and/or members at wp-admin > settings > buddypress > options:
• Group Settings > Allow customizable cover images for groups
• Profile Settings > Allow registered members to upload cover imagesMarch 14, 2018 at 4:48 pm #271358Venutius
ModeratorNo the comments are WordPress Territory, not BuddyPress, BuddyPress is extremely light in it’s handling of posts and comments and it does not have any moderation, WordPress handles that for comments.
March 14, 2018 at 4:26 pm #271357lorndal
ParticipantHi Venutius,
Before a comment appears: “Comment must be manually approved ”it was set correctly, already.
Also this is set correctly
“Allow people to post comments on new articles”But still, the comments needs to be approved!
The plugin “AccessPress Anonymous Post.” is super, thanks a lot 🙂
But I still have the comment-needs-approvement-problem!
Could the reason be somewhere else in other settings, somewhere in the BuddyPress-System?March 14, 2018 at 2:51 pm #271354lorndal
ParticipantHi,
in my private, user-login BuddyPress Community with groups, forums, activity-stream, I´m just integrating a blog, in which everyone should be able to create posts and comments, without having to wait for approvement!Here is my first problem:
A participant can´t comment on an post, created by admin:
“Your comment is awaiting moderation.”
Even in the settings/discussion, “Allow people to post comments on new articles” is set!
I also can´t find any other option, which could feed to this problem!Second:
People should be able to create posts in the frontend, that it is not necessary, that they logg in into the wordpress-backend.
Can anyone suggested a plugin for that?nice greetings and thousand thanks
SandraMarch 14, 2018 at 12:53 pm #271346Venutius
ModeratorThis is not a feature of core BuddyPress. There’s a plugin (pretty old though) called BuddyPress Moderation however this allows the post to be flagged for moderation after it has been posted, as opposed to holding posts in a moderation queue.
March 14, 2018 at 11:50 am #271339In reply to: Register & Profile Fields not showing or working
Venutius
ModeratorYou could check the Register page is set correctly in Dashboard>>Settings>>BuddyPress>>Pages. There should be a dropdown there to select the register page you wish to use. It should be set automatically though.
March 14, 2018 at 11:28 am #271335In reply to: Register & Profile Fields not showing or working
Venutius
ModeratorIf I were you I’ve deactivate all plugins except BuddyPress to see if you still have the issue. I’ve got a test site running 2015 and bp and here it works so it seems that it’s something specific to your site.
March 14, 2018 at 10:31 am #271330In reply to: Register & Profile Fields not showing or working
Venutius
ModeratorI notice the registration form does not ask for the BuddyPress username, only the WordPress username. have you changed anything from the default to make it this way? That login does not seem to work.
March 14, 2018 at 9:08 am #271325Venutius
ModeratorYou can post jobs here: https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/
March 13, 2018 at 9:34 pm #271317In reply to: Embed Groups
Venutius
ModeratorAn alternative would be to use the BuddyPress Extended User Groups Widget from BuddyDev to display groups the user is admin of, then use something like Shortcode any Widget to display it in the page content. Not quite what you are looking for but simpler if you don’t feel up to coding.
March 13, 2018 at 9:03 pm #271316In reply to: Embed Groups
David Cavins
KeymasterI don’t know of a shortcode for listing out groups. However, you could use the code in
buddypress/bp-templates/bp-legacy/buddypress/groups/groups-loop.phpas a starter. The loop is powered bybp_has_groups()which is template loop like the WordPress posts loop. You could add a template to your child theme, likepage-group-list.phpand copy that groups loop into it and start tinkering. you can read more about the parameters you can pass intobp_has_groups()here: https://buddypress.trac.wordpress.org/browser/branches/2.9/src/bp-groups/bp-groups-template.php#L290I do want to make sure that you know there’s a group directory built by default, right?
-
AuthorSearch Results