Search Results for 'buddypress'
-
AuthorSearch Results
-
October 19, 2014 at 4:17 pm #219043
In reply to: Remove render-blocking JavaScript
aces
ParticipantOctober 19, 2014 at 3:40 pm #218865In reply to: Buddypress preventing registration
danbp
ParticipantIt’s probably because you’re using WP New User Approve which may not work with BuddyPress. See author comment and check the recent update changelog. BP problem seems not be solved yet.
Deactivate the plugin and give a try.Or consider perhaps this plugin.
October 19, 2014 at 2:50 pm #218862In reply to: BuddyPress won't take in new registers
aces
ParticipantWhat actually doesn’t work? What happens / doesn’t happen?
your case https://buddypress.org/support/topic/buddypress-preventing-registration/ is different…
October 19, 2014 at 2:09 pm #218861In reply to: BuddyPress won't take in new registers
bp-help
Participant@lolapentagrom
I would start troubleshooting by deactivating Buddypress multilingual 1.5 and WPML 3.1.7.2
and testing registration against each one as you reactivate them. I would venture to say one or both of these two plugins is likely causing your registration issue.October 19, 2014 at 10:01 am #218768In reply to: How to 'hide' group creation steps ?
ahd904
Participant@danbp Thank you for such a long reply comment.
1)
Register process doesn’t include group creation, nore joigning a group, so i guess you are thinking about a problem that doesn’t exist at this stage.
I would not think this easily that i ask for something that does not exist at this stage. I must have put ” join a community ” in a different sound phrase but i meant creating a group and be a part of community.
2)
If you allow your users to create groups, they have to follow the 3 creation steps, because it is intended so in BuddyPress. Thinking that this might be to complicated, implies that you think that your users are not able to do this. Mabe you’re right, but maybe not.
About this i have worked with other plugins to tell more about groups, media ability and add location etc. So i now have 7 steps in a group creation. This is the main reason why i am requesting for this topic.
3)
As @bphelp said with reason, what your question implies needs some extra coding and much more as a simple snippet. You can do many things with BuddyPress, but not everithing or anything. 😉
Second:
Core simplification is a hard work (see Trac), so don’t expect that your goal could be reached easily, as BP will never be a “one click” tool. IMO this plugin is already very easy to use as is.I am sorry if i have put words sound as though you guys’ work is a simple and does not require a lot of effort 🙁 I really appreciate the usage of WP and buddypress that push this community ability feature to WP.
This was simply just a request if there is such a method that already exists.
I guess not so far.
@danbp Thank you for the comment again, i will try to find if there is a way with discussing other communities as well.October 19, 2014 at 8:09 am #218765In reply to: How to 'hide' group creation steps ?
danbp
Participanthi @ahd904,
behind your tech question, two things need some clarification at least.
First:
I just want to hide some of the group creation steps as these might make the users think too complicated to join the community.
Register process doesn’t include group creation, nore joigning a group, so i guess you are thinking about a problem that doesn’t exist at this stage.
If you allow your users to create groups, they have to follow the 3 creation steps, because it is intended so in BuddyPress. Thinking that this might be to complicated, implies that you think that your users are not able to do this. Mabe you’re right, but maybe not. Anyway in this case, simply deactivate group creation for users and create users groups yourself.
Assuming that you don’t think it’s too complicated for the user to click on “join group” ! 🙄As @bphelp said with reason, what your question implies needs some extra coding and much more as a simple snippet. You can do many things with BuddyPress, but not everithing or anything. 😉
Second:
Core simplification is a hard work (see Trac), so don’t expect that your goal could be reached easily, as BP will never be a “one click” tool. IMO this plugin is already very easy to use as is.That said, you could imagine your project differently and perhaps apply another strategy.
For example, the ability for users to join automatically a group at registration. 2 plugins can do that actually.- This one allows a new BuddyPress user to select groups to join during the registration process. You create the group, user choose his group.
- This one create a new Group when a new user sign up. But what will happen when you have 50 registration by day, spammers included ?
In both case, pros and cons have to be considered.
if you love the snippets and sweat on your site, here are two other options.
- Snippet: automatically add new user to a group
- Snippet: allow new user to be auto joined to groups you select from the admin (from core dev @imath). Explanation in french, coded in english – of course ! 🙂 )
October 17, 2014 at 9:25 pm #216456shanebp
ModeratorThere are some plugins that export data.
google: buddypress export membersFor example, for site admins:
https://wordpress.org/plugins/export-user-data/For front-end, you could extend that plugin or find something else.
October 17, 2014 at 6:46 pm #216309danbp
Participantcodex is your friend !
To limit the # of members or groups, you can modify your template. Respectively the members-loop and the group-loop.https://codex.buddypress.org/type/loop/
Members: https://codex.buddypress.org/developer/loops-reference/the-members-loop/
Groups: https://codex.buddypress.org/developer/loops-reference/the-groups-loop/October 17, 2014 at 6:15 pm #216308Iryna_B
ParticipantI asked on BB press forum already, resolved first question. But the 2 last questions are Buddypress related.
Can you please advice?October 17, 2014 at 4:48 pm #216044In reply to: Nested a tag in a tag notifications
danbp
Participanthi @bjusters,
it’s a bit unclear. Do you really have an issue or is it only esthetic ?What is your theme ?
Can you share an URL or a screenshot please ?See here for ref:
https://codex.buddypress.org/buddypress-components-and-features/notifications/October 17, 2014 at 4:29 pm #216043danbp
Participanthi @flickchicks,
take example from the TOS at the bottom of this page. But you probably have to inquire for something more accurate with the dutch law, depending your project.
https://buddypress.org/support/topic/accept-site-terms-and-conditions/
http://wordpress.stackexchange.com/questions/81935/add-first-name-last-name-date-of-birth-and-terms-and-conditions-to-regOctober 17, 2014 at 12:46 pm #215659In reply to: Club Listing database incorporation
danbp
Participantthere is only one user table on a WP/BP install, and this table is controlled by WordPress.
Extended profile information (like club & there details) are controlled partially by BP and are stored in the 4 xprofile tables.
To import properly, you have to adjust the old tables structure to the new one first. As you tell nothing about the old db from another site (wp, joomla, postgres, excel,… ?) i can’t say much you more for the moment.
Anyway, you have to built a import file in CSV or Sql format and probably have to accomplish a long handwork to import.
Here’s a ressource to help you build your import query:
As BP is “only” a plugin and your question not specific to it (DB belongs to WP), you will find much more informations around importing datas on the WordPress Codex.
https://codex.wordpress.org/Importing_ContentOctober 17, 2014 at 12:24 pm #215656danbp
Participanthere’s a working snipppet found on WPMUDev which add a show/hide comments button above each activity item.
To see the button you must enable “allow blog and forum comments” in BP settings.
Add the script to bp-custom.php or child theme functions.phpadd_action( 'wp_footer', 'add_comment_hide_show' ); function add_comment_hide_show() { ?> <style> .single-group .activity-comments ul{display: none;} </style> <script type="text/javascript"> jQuery(function($) { setInterval(function() { $('.activity-meta').each(function() { if( !$(this).find('.show-comments').length ){ var html = '<a href="#" class="button bp-primary-action show-comments">Show/Hide Comments</a>'; $(this).find('.button.acomment-reply').after(html); } }); }, 500); $('body').on('click', '.show-comments', function(e) { e.preventDefault(); var obj = $(this).closest('.activity-content').next('.activity-comments').find('ul'); obj.slideToggle(); return false; }); }); </script> <?php }October 17, 2014 at 4:57 am #215431tesargusmawan
ParticipantThere is a lot of plugins out there.
You can try RTmedia, Buddypress Activity Plus, or BP Gallery.
I recommend Buddypress Activity Plus, because it enables you to post image, embed link, as well as file and video.
October 16, 2014 at 10:44 pm #214708In reply to: [Resolved] Disable @mentions (links) completely
Doremdou
ParticipantThank youuuuuuuuu @danbp ! 🙂
I didn’t notice that it was not buddypress until now… sorry ^^thanks again @henrywright & @danbp
have a good dayOctober 16, 2014 at 6:13 pm #214474danbp
Participanthi @mahdiar,
searching forum before asking a question brings this:
https://buddypress.org/support/topic/how-to-hide-activity-stream-comments-for-long-list-comments/October 16, 2014 at 6:45 am #214459Hugo Ashmore
Participant> I suggest you post this question over on the bbpress forum.
Yet you are posting on the buddypress help forum! 🙂
This is a bbPress issue and there is a trac ticket and resolution over on bbp site, likely that will in the next bbp release.
You could apply the fix manually in the interim if you wished the trac ticket is located here:
https://bbpress.trac.wordpress.org/ticket/2690October 15, 2014 at 3:36 pm #213996In reply to: Should i use Buddypress?
bp-help
Participant@sanz112
Short answer is you will need multiple plugins as well as some custom code to achieve your requirements. If you do enough research you may find the plugins and some code you can use to help in your endeavor on and off this forum. If you can’t write code or invest the time in doing the research to fulfill your requirements then you will most likely have to hire a developer by posting here:
as well as here:
http://jobs.wordpress.net/
I wouldn’t make the mistake of posting an unpaid job on the latter link because I personally wouldn’t waste my time without being compensated for my work but maybe you may get lucky.
You also requested:if u are not logged in u cannot see the platform.
I do offer premium plugins that can help with this aspect and if your interested you can inquire here:
Submit Comments, Tips or Tricks, or Job Inqueries
Good luck!October 15, 2014 at 1:18 pm #213750In reply to: Missing Media Tab
October 15, 2014 at 8:16 am #213740In reply to: bp_has_members not working after update
danbp
ParticipantHere’s a snippet to filter members list based on profile field.
Remove your custom members-loop file first and revert to default one.
The example use field ID 62 with value = public
The field is called Privacy in xProfile and use a selectbox field type who shows 2 options: private and public.You’ll probably also have to remove, or to conditionnally show, the top navbar, search box, etc in the template (childtheme/buddypress/members/index.php)
Add this snippet to bp-cutom.php.
class BP_Custom_User_Ids { private $custom_ids = array(); public function __construct() { $this->custom_ids = $this->get_custom_ids(); add_action( 'bp_pre_user_query_construct', array( $this, 'custom_members_query' ), 1, 1 ); add_filter( 'bp_get_total_member_count', array( $this, 'custom_members_count' ), 1, 1 ); } private function get_custom_ids() { global $wpdb; // collection based on an xprofile field $custom_ids = $wpdb->get_col("SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 62 AND value = 'Public'"); return $custom_ids; } function custom_members_query( $query_array ) { $query_array->query_vars['include'] = $this->custom_ids; } function custom_members_count ( $count ) { $new_count = count( $this->custom_ids ); return $count - $new_count; } } function custom_user_ids( ) { new BP_Custom_User_Ids (); } add_action( 'bp_before_directory_members', 'custom_user_ids' );Props @shanebp (tip on github)
October 15, 2014 at 7:32 am #213737In reply to: How to delete "create group" button?
Hugo Ashmore
ParticipantThis sounds as though you may be using old templates? We removed the old default action of pushing the group create button out into the heading tag in the 2.0.0 release, that change required existing themes to possibly make adjustments if they had perhaps overloaded the bp-functions.php file which had a new set of group create button actions. my memory is hazy on the issue but the trac ticket covering the change is at:
https://buddypress.trac.wordpress.org/ticket/5144
You will need to provide details of your theme as without any detail of your setup it’s difficult to help – as a check try activating one of the WP shipped themes i.e twentyfourteen, does the double entry of the button still happen, if not you know it’s a theme related matter.
October 15, 2014 at 7:09 am #213735In reply to: bp_has_members not working after update
b2marketing
ParticipantHi
Sorry had to go to bed.
Yes it is a custom profile field I created and it is working when using Buddypress 2.0.2 but updating to latest 2.1.1 then all members disappear from the loop and I just get the “else” statement saying: No members found.
I created the custom field by going to users -> profile fields.
I then use the if statement above like this. Please see gist.
https://gist.github.com/philipb2/bd689aa4b843235ec414Thanks
October 15, 2014 at 1:02 am #213729Ron Wills
ParticipantMy other pages work fine and I can assign any sidebar/layout to a specific page.
But it does not work with Buddypress pages.
October 15, 2014 at 1:01 am #213728Ron Wills
ParticipantThanks Danbp for the reply.
I think I confused the scenario a bit.
Pages display correctly when I select sidebars/layout in the Theme Options for the various WP area i.e Page, Archive etc and everything appears as expected. However, when I try to assign a custom sidebar/layout on the individual page assigned to Buddypress, it does not override the settings in the Theme Options.
October 15, 2014 at 12:36 am #213726 -
AuthorSearch Results