Search Results for 'buddypress'
-
AuthorSearch Results
-
January 30, 2015 at 1:20 pm #233169
shanebp
ModeratorTry storing the role selected when registering in user_meta.
Then use that data to actually set the role via this hookbp_core_activated_user
in this file: \buddypress\bp-members\bp-members-functions.phpdanbp
ParticipantYou can hide it.
Add this to your child-theme style.css#buddypress div#subnav.item-list-tabs ul li.feed {display: none;}January 30, 2015 at 1:08 pm #233166In reply to: Filter users by Profile Fields
shanebp
ModeratorBasically the same answer, but in the codex.
January 30, 2015 at 10:36 am #233162Henry Wright
ModeratorHi @ashvin03
Nowhere in your function do you tell BuddyPress to change the user’s role to
subscriber, therefore the problem must be coming from elsewhere. Try disabling all plugins and activating the Twenty Fifteen theme to see if the issues resolves.January 30, 2015 at 10:05 am #233159In reply to: Filter users by Profile Fields
danbp
ParticipantNot tested recently, may not work with upcoming 2.2
January 30, 2015 at 3:52 am #233152Ben Hansen
Participantdoesn’t currently exist in buddypress.
January 30, 2015 at 12:58 am #233145In reply to: How to Add Member Images to on Profile Page
djsteveb
Participant@dio1987
try the rtmedia plugin ( https://wordpress.org/plugins/buddypress-media/ ) or the newer and upcoming media press : http://buddydev.com/buddypress/presenting-mediapress-media-plugin-will-ever-need-buddypress/These may do what you are asking about if I understand your question.
January 30, 2015 at 12:31 am #233144In reply to: please review my new website onlijn.com
peter-hamilton
ParticipantI have been trying to change the date output, but have not been able to, can not find the right file to adjust, some conflicts between BBpress/Wordpress/Buddypress who all use different functions.
Btw. I know nothing of PHP or Javascript so can not write a function…yet
Thanks for your feedback youmin, update coming soon.
Peter Hamilton
January 29, 2015 at 4:57 pm #233125In reply to: registration validation
Henry Wright
Moderatori am trying to find how (if) BP is doing validation
using BP 2.1.1Hi @ar2015
Leaving validation to chance isn’t something that BuddyPress does, so you can be sure that it will strive to validate everything that’s necessary. For example, the user’s username and email address are validated by
bp_core_validate_user_signup()and the blog URL and title are validated inbp_core_validate_blog_signup()Hope this helps point you in the right direction.
January 29, 2015 at 12:29 pm #233119In reply to: Default theme is still showing
Hugo Ashmore
ParticipantThe template hiearchy advanced template names are correct and will overload any theme compat files as long as they are located in correct directories, and by the sound of things you have established this on a stock WP theme ( always remember that with template names such as index-create.php we are saying take full control of the template rendering bypassing BP’s content injection so the template needs to be a full WP template i.e one complete with header call and footer call and all necesary content inbetween)
Things that can force deactivate theme compatibility are:
* Theme compat is disabled when a theme meets one of the following criteria: * 1) It declares BP support with add_theme_support( 'buddypress' ) * 2) It is bp-default, or a child theme of bp-default * 3) A legacy template is found at members/members-loop.php. This is a * fallback check for themes that were derived from bp-default, and have * not been updated for BP 1.7+; we make the assumption that any theme in * this category will have the members-loop.php template, and so use its * presence as an indicator that theme compatibility is not requiredPay special attention to the possibility of members-loop.php existing from previous implementation of this custom theme in the themes root i.e members/members-loop.php
And check through any functions files for inclusion of :
add_theme_support( 'buddypress' )Both or either of these will deactivate theme compatibility and likely result in navigating to /groups/ simply displaying a plain stock WP page.php view.
January 29, 2015 at 11:45 am #233113In reply to: Default theme is still showing
chlab
ParticipantI read it here and here, but maybe it will always show up as you said because we updated from an earlier version.
The files are named correctly, as with the twentyfourteen theme the files are being included.
My next step will be to build a theme from scratch and see if I can get it to include the files.
January 29, 2015 at 9:56 am #233105In reply to: Default theme is still showing
Paul Wong-Gibbs
KeymasterI read that the BP default theme has been retired and should not show up under Appearance > Themes unless it’s still in use.
That’s not quite true. If you can remember where you read it, please let me know, and I’ll see about correcting the information.
If you had a BuddyPress site prior to version 2.0, then we will always make BP-Default available in the themes list. If you were to install BuddyPress today on a new site that did not have BuddyPress installed before, then it would not show up. I hope that makes sense.
(I’m not sure if we started this behaviour in version 1.9 or 2.0, but it was around then).
January 29, 2015 at 9:18 am #233102In reply to: registration validation
AR2015
Participantalso, there is a
buddypress\buddypress plugin\bp-templates\bp-legacy\js\password-verify.js
that seems to effect only the password? is this a separate validation script from the others?
January 29, 2015 at 7:58 am #233100In reply to: Default theme is still showing
chlab
ParticipantUpdate:
I copied my theme/buddypress directory into the twentyfourteen directory and now my files are being included. So the problem is with my theme. What could cause the template hierarchy to be ignored in a custom theme? I’ll try getting rid of as much as possible to see if I can get it work.
youmin
ParticipantEdit page in theme\buddypress\groups\home.php
January 28, 2015 at 4:06 pm #233083Henry Wright
ModeratorI tried to delete actiavion_key for them in wp_usermeta, but they still appear as unactivated.
Deleting the activation key alone through the database won’t activate a user. There are more tasks that need to be done in order for a user to become activated. See the
bp_core_activate_signup()function in bp-members-functions.php for details on how BuddyPress does it.January 28, 2015 at 11:22 am #233071In reply to: import/export groups
Jasper
ParticipantBuddypress is a fine product, but needs an import/export feature built in, this is seriously missing. I need to do a fresh wp install and move the users and custom field data over. Please has anyone come across a relatively easy enough way of doing this? Or when will Buddypress include this?
Thanks
January 28, 2015 at 10:44 am #233066In reply to: How to enable buddypress panel for all the users ??
Hugo Ashmore
ParticipantClosing duplicate: see https://buddypress.org/support/topic/buddypress-admin-panel-is-not-showing/#post-233065
January 28, 2015 at 7:31 am #233056In reply to: sign up page not working need help
djsteveb
Participantmaybe try to create a new page (not a post!) – in the dashboard – call it “register-new” and another page (not a post!) called “activate-me”
then associate those pages in the buddypress config area ( https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages )
not sure if that will fix your issue, I have not seen that one.. except when permalinks needed to be resaved due to an error that another plugin created. (had to disable the other bad plugin too)
January 28, 2015 at 7:28 am #233055In reply to: Registration Not Showing
djsteveb
Participant@nfljets2002
Have you created a new page (not a post) called register?have you associated that page in the BP settings as described here: https://codex.buddypress.org/getting-started/configure-components/
??
January 28, 2015 at 1:39 am #233048In reply to: BuddyPress 2.1.1 is not working with WP 4.1
djsteveb
Participant@marisams – disable ALL plugins, switch back to default theme like 2014.. reenable buddypress.. does it work?
Also check to see if you have anything in wp-content/mu-plugins/ or anything in wp-content/plugins/bp-custom.php
January 28, 2015 at 1:32 am #233046In reply to: WHERE DO I EDIT IT TO ALLOW PROFILE IMAGES?
djsteveb
Participant@mrgoldfinder23
have you disabled all your other plugins to see if there is a conflict with plugins first?Have you tried it with default 2014 theme to see if the issue is with just one theme or also defaults?
I just posted a little more detail on the same issue on the other thread similar (started by @griswolddad) here: https://buddypress.org/support/topic/profile-pics/#post-233045
January 28, 2015 at 1:29 am #233045In reply to: profile pics
djsteveb
Participant@griswolddad – disable all plugins except buddypress. Then go look around your site and see if you can find the ability to upload avatar. I find this fastest by hovering over the top right admin bar (when logged in already) (howdy admin_ – click edit profile.. then “change profile picture” is in the profile area..
If that works, then you know it is one of your plugins that you disabled causing a problem… so reactive them one by one until you find the problem pops up again..
if that doesn’t work – then it’s likely a theme issue..
January 28, 2015 at 12:57 am #233041In reply to: Filter Hidden Groups from the Groups Loop
Garrett Hyder
ParticipantUpdate – Found an issue with my code when you go to the second page of the Members Groups list it reverts to showing hidden, etc. This is due to the call being done with AJAX which is considered an admin so !is_admin is false. To correct this I’ve updated the if statement to check if DOING_AJAX:
// Buddypress Filter Hidden Groups from Groups Loop function filter_hidden_groups_sql($sql) { if (!is_admin() || (defined('DOING_AJAX') && DOING_AJAX)){ $sql_parts = explode('WHERE', $sql); $new_sql = $sql_parts[0] . "WHERE g.status != 'hidden' AND" . $sql_parts[1]; return $new_sql; } else { return $sql; } }Basically this allows the backend admin to list all groups but the front end hides the hidden ones.
Cheers
January 28, 2015 at 12:50 am #233038In reply to: profile pics
griswolddad
Participantakismet
bbpress
bns twitter follow button
buddypress
facebook
google analytics by yoast
hashtag
hello dolly
jetpack by wordpress.com
mobilesharing
MOJO Marketplace
NextScripts: Social Networks Auto-Poster
Profile Builder
Redux Framework
Sidekick
WP-SpaShield
WP to Twitter
YouTube
YouTube Channel
YouTube Subscribe Button -
AuthorSearch Results