Search Results for 'buddypress'
-
AuthorSearch Results
-
February 8, 2015 at 9:17 pm #234146
Lars Henriksen
ParticipantThank you to the developers for keeping Buddypress alive.
I have the same problem.
February 8, 2015 at 8:50 pm #234144In reply to: How to change max date selector
Henry Wright
ModeratorFebruary 8, 2015 at 6:08 pm #234135In reply to: Error after updating to buddypress 2.2.0
Magic-Komplex
ParticipantTheme: Weaver II
Plugin-list:
Agreeable
amr shortcode any widget
bbp Private Forums Visibility
bbPress
bbPress – Unerwünschte Inhalte melden
bbPress Advanced Capabilities
bbPress Direct Quotes
BbPress Notification
bbP Signature
Beautiful Widget CK
BuddyPress
BuddyPress – Private Aktivitäten
Facebook Like Box
GD bbPress Attachments
GD bbPress Widgets
Google XML Sitemaps
Invite Anyone
Login With Ajax
Page Links To
Page Restrict
PayPal Donations
Privates BuddyPress
Q and A FAQ and Knowledge Base for WordPress
rtMedia for WordPress, BuddyPress and bbPress
Super Socializer
Use Google Libraries
Weaver II Theme Extras
WordPress Backup to Dropbox
wp-MonalisaI know that’s quite a lot of plugins, but how can I reduce them, if I need the functionality? Is it possible that the problem comes from just too many plugins?
February 8, 2015 at 3:27 pm #234129Henry Wright
ModeratorI see what you mean about this possibly being confusing to the member. I think you should create a Trac ticket for this to see what the core developers think.
https://buddypress.trac.wordpress.org/
You can use the exact same username and password you use here in the forums.
February 8, 2015 at 2:31 pm #234126In reply to: Error after updating to buddypress 2.2.0
Magic-Komplex
ParticipantNo idea, you wrote that you didn’t update any plugins, but there was a buddypress update yesterday, so if you installed it, maybe the problems are related. But honestly, I don’t have enough knowledge to answer this question. 🙁
February 8, 2015 at 2:26 pm #234125In reply to: Forum in private groups
milenushka
Participant@melle328 I can confirm this,
see the thread I opened
https://buddypress.org/support/topic/buddypress-private-group-forums-showing-up-in-activity/#post-234122February 8, 2015 at 2:21 pm #234124In reply to: Error after updating to buddypress 2.2.0
Henry Wright
ModeratorCould this issue and this be related?
February 8, 2015 at 2:17 pm #234122milenushka
ParticipantOk, I can confirm the issue now.
If a group is created as private and a forum is created with it- it will be a private forum and its activity will remain invisible to non group members.
If a private group is created and an existed forum is added to it- this forum need to be changed to private- otherwise the forum will remain public, even though the group attached to it is private- and the activity of the forum will be public.
Same goes for a public group+ forum , that is created together and later group setting are set to private. Forum remains public- forum’s activity -too.
Is there something to be done with the buddypress-bbpress integration to make this work?
Creating a function that will make a forum private too- if the group it was attached to becomes private? @johnjamesjacoby
https://buddypress.org/support/topic/bugs-between-bbpress-and-buddypress/February 8, 2015 at 12:38 pm #234120In reply to: Noob recommendations
danbp
ParticipantI published some BuddyPress use case, see here: http://bp-fr.net/realisations/
There is also a category called showcase with some other examples.
This will hopefully help you to see how BP is and can be used.– separating users is now possible with member_type (see codex)
– scheduling is not avaible in BP, but thought there are some plugins for this (search on WP repo)
– conditionnal xprofile fields is a popular question on the forum. You’ll probably find some discussion here.BuddyPress is first of all a great and awesome tool for building communities around the members.
February 8, 2015 at 12:28 pm #234119milenushka
ParticipantHi @henrywright,
I am using buddyboss (child theme), tested it with default wp theme and buddyboss parent.
I also found this thread https://buddypress.org/support/topic/forum-in-private-groups/ started a few weeks ago, and I think @melle328 is right, this happens if the group is first set as public and later changed to private or as in my case- group forum is set to public first and then chosen as the private’s group forum.
So far it seems that if users create a group and a forum and later change their settings- the activity privacy is not updated. I keep testing different options as we speak, so I find something new, I will post it too.
February 8, 2015 at 11:49 am #234116Mathieu Viet
ModeratorIf you define a
contextsargument in thebp_activitypost type parameter, it allows you to controle the front dropdown filters where the option will be output : see https://codex.buddypress.org/developer/function-examples/bp_activity_set_action/ for a full explanation.If this is still not working, i can see 2 explanations :
1/ The active theme is a standalone BuddyPress theme or a theme that overrides some templates without being ready for the way of fetching activity filters introduced in BuddyPress 2.1 see : https://codex.buddypress.org/themes/activity-dropdown-filters-in-templates/
2/ Or the post type is registered within a subsite scope and not registered network widely.February 8, 2015 at 8:43 am #234111Mathieu Viet
ModeratorHi i only see labels argument of your custom post type in your description how do you actually add the ‘buddpress-activity’ support and do you use a bp_activity argument where you define the contexts for the front end dropdown filters.
February 8, 2015 at 6:00 am #234110In reply to: Noob recommendations
devbynature
ParticipantThank you for your reply.
I figured that it would be the best place to ask prior to going down the rabbit hole with the BuddyPress documentation and website. It’s been labeled as rather archaic, cryptic, and unreadable by many people that I asked for advice. I contribute to several other open source projects and might jump in on your docs/forum if the platform seems like something that will be handy for me in the future.
As for the project being a copy, it’s really just identical in feature sets but not a literal copy of the site. Design is very different and it’s not dog sitters that are members. This site is for parents and babysitters which is highly similar to dogvacay.com in feature set. Yep, their site is built in Java. ::vomits a little::
The key features that need to be included:
– two member types (parents and babysitters)
– they should be able to message each other privately
– parents can schedule a date for the sitting to happen
– parents can browse babysitters
– custom profiles for each with different sets of information (based on a conditional of type)It appears that I was able to answer my own question over the past few days by utilizing the codex and going through all of the code. BuddyPress looks to be the best option for handling all of this unless I was to custom code a plugin (I am actually a PHP developer NOT a wordpress dev). I was looking at utilizing BuddyPress for cutting down time by using the friend associations and messaging system.
BP might be a little much for this project but I can see value in several features that they might want in the future.
I apologize for posting this in err to this forum if it’s not really a good place for asking whether it’s a good platform for such a situation. All of the documentation/about is written in a fashion that presents it as useful in only one way. It made it rather difficult to decipher how I could rip the plugin apart to do what I need instead of using it as “out-of-the-box.”
Might there be some advance blogs out there where people have written about different ways to use the plugin? Just so that I can dig into the community a little more.
Have a nice day.
February 8, 2015 at 2:23 am #234106In reply to: Pagination on Members broken after update
adamt19
ParticipantAdding this code above $this->$pag_links to bp-members-template solved the issue for us..
/** * Defaults to an empty array to make sure paginate_links() * won't add the $page_arg to the links which would break * pagination in case javascript is disabled. */ $add_args = array(); if ( ! empty( $search_terms ) ) { $add_args['s'] = urlencode( $search_terms ); } $this->pag_links = paginate_links( array( 'base' => add_query_arg( $pag_args, $base ), 'format' => '', 'total' => ceil( (int) $this->total_member_count / (int) $this->pag_num ), 'current' => (int) $this->pag_page, 'prev_text' => _x( '←', 'Member pagination previous text', 'buddypress' ), 'next_text' => _x( '→', 'Member pagination next text', 'buddypress' ), 'mid_size' => 1, 'add_args' => $add_args, ) );February 8, 2015 at 1:51 am #234103In reply to: can't repair search page
mrjarbenne
ParticipantBy default, there isn’t a search component in the BuddyPress settings. Are you using a plugin or code snippet to create that page? You’ll need to check with the plugin author to provide a fix.
February 8, 2015 at 12:57 am #234102In reply to: Update Broke Registration
betro99
ParticipantI have now
- deleted 2.2.0 and all of my custom functions
- re-installed 2.1.1
- deleted and recreated the Register and Activate pages
and it’s still not working. Is there something in the database I need to delete to get a clean install of a Buddypress that has a functioning registration?
February 8, 2015 at 12:38 am #234100youmin
ParticipantHi ,, I too don’t no the exact code but this will help you correct what went wrong,
You need to tweak it to work withnotices.Hope this will help you a bit, and don’t forget to publish your corrected codes .
February 8, 2015 at 12:04 am #234099In reply to: Activity Feed for members only?
danbp
ParticipantActivity feed for Members only or Friends only ?
and pay attention to scope. As of BP 2.2.0, you can now use multiple scope.if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&scope=friends,groups' ) ) :You could also use bp_parse_args in a custom function or
search on forum for similar to your question, like this one.February 7, 2015 at 11:10 pm #234097In reply to: Buddypress Settings Won't Save?
Rhoward8419
ParticipantIts definitely a problem within buddypress. I have gotten everything back to normal now. However the solution was weird. Even after I changed the settings back to “anyone can register” my registration page would not work and was simply showing like my homepage. Instead of the registration form it has most recent posts etc. After checking every option I decided to make all of my posts drafts instead of being published. To my amazement the registration page then turned back into its normal form. I then republished all the posts and things are back to normal. Except my search page will no longer link. It was basically not saving as the others weren’t. Finally i deleted the search page and decided to only use the search on my members page. I don’t use any of the plugins you suggested may be the problem. Luckily my site is still in the building stage and doesn’t have any users to make mad. Thanks everyone and have a great weekend!
February 7, 2015 at 11:03 pm #234096Henry Wright
ModeratorHi @sssimonooo
Check out the article on Customizing BuddyPress Avatars
February 7, 2015 at 9:51 pm #234090Henry Wright
ModeratorHi @alexfa08
It’s great to hear you’re thinking of theme development particularly for BuddyPress.
There’s lots of things to consider, but The Theme Review article is a good place to start. It details some guidelines as well as standards and good practices.
February 7, 2015 at 9:38 pm #234088Archie Webmaker
ParticipantTry using my theme “Maximus” back after three yrs
http://strapboot.blogspot.com/2015/02/maximus-buddypress-theme.htmlFebruary 7, 2015 at 8:10 pm #234084In reply to: Display members like a portfolio
xektor
ParticipantAs i understand does this tutorial http://premium.wpmudev.org/blog/how-to-create-a-custom-buddypress-members-directory/ change the members site and not the members widget? Or am i wrong?
February 7, 2015 at 6:16 pm #234081In reply to: Buddypress Settings Won't Save?
disha76
Participant@imath okay then add notice by the side of : Associate WordPress Pages with the following BuddyPress Registration pages.
Before you use this go to /wp-admin/network/settings.php
and select “Both sites and user accounts can be registered.”WP+BP needs to have distro
WP and BP standalone
WP Network and BP
any otherDistros will have inbuilt pages and settings already available so that users are not confused. Users can straightway use the flavor they want – simple!
February 7, 2015 at 5:57 pm #234080In reply to: Buddypress Settings Won't Save?
Mathieu Viet
Moderatorhaving this settings on “Logged in users may register new sites” means registrations are off for WordPress. Deactivate BuddyPress and you will see WordPress will not allow you to register. Activate BuddyPress 2.1.1 and you’ll see that there are no regressions.
The problem is elsewhere.
-
AuthorSearch Results