Search Results for 'buddypress'
-
AuthorSearch Results
-
January 8, 2014 at 11:48 am #176582
In reply to: Buddypress register page not there!
mute_
ParticipantNow ive just deleted all pages in the trash and ive save permalinks under settings – no luck. If i under the “settings -> buddypress -> pages -> press the “view” button “register” i get to the front page!?
Any ideas?
January 8, 2014 at 6:16 am #176574modemlooper
ModeratorI’m not sure why but when you are in the page admin for a BuddyPress page can you select a different page template? Looking at your source code in browser there is reference to a class “teaser” which is making me assume its showing a page excerpt
January 8, 2014 at 5:34 am #176573In reply to: Newbie to BP
Ben Hansen
Participantyes but using the terminology you already have, you are really talking about WordPress roles more then Buddypress roles (which actually don’t really exist) some of the functionality you are looking for would probably require something like s2 member to be fully automated the way you describe.
January 8, 2014 at 3:26 am #176566In reply to: Comments in Custom Component
julianprice
ParticipantI believe it’s accomplish by https://codex.buddypress.org/buddypress-components-and-features/activity-streams/ Activity streams unless you are are wanting to add the bbpress forums.
January 8, 2014 at 2:49 am #176565In reply to: Make BuddyPress | bbpress like Make.WordPress.org
julianprice
Participant@hugo was not attention to discredit anyone. Just an effort from someone attempting to contribute to the buddypress project because I know only few that contribute (via 🙂 stalking or following); which is only a handful: @boonebgorges , @jamesjjacoby, tammie leister, ray, @modernlooper, @sarah . That’s just the dew I know off the top of my head.
I am not developer & barely knew hmtl/CSS a few months ago, I am just learning functions, fields, &php which is completely out of my realm. I only attempting to contribute by noticing this miss lap/division of the WordPress community as a whole, that could be learned nor have to recreate the wheel by learning to utilize the bb’s potential.
What made me think of posting this in the first place was a review of make.wordpress.org and watching the discussions on the metaphoris project enhancing the metafields/metadata in wordpress.
That’s when I thought my buddypress already has included the ability for profile fields with text, select, radio, Multi select elements….why not look at what buddypress has done!
I purely believe that presence on the make.wordpress.org can increase awareness in the general wordpress user exposure but more importantly the wordpress developer involvement as a whole.
At this point, is the only way i feel I can contribute with out technical experience is via feedback & observation of what seems disconnect in community awareness of buddypress.
Sorry to go on a rampage but noticed also that bbpress has some documentiion on how to style.
My only purpose is to insure inclusiveness and encouragement of wordpress community as one.
Thanks. I am happy to help in anyway to contribute; if it testing a local version or so what…you just will have to tell how…LOL. I will certainly try.
Sorry to go on rampage
January 7, 2014 at 7:12 pm #176540In reply to: bp_get_the_thread_recipients() math is wrong
Henry Wright
Moderator@colabsadmin agreed!
You could raise a Trac ticket for this?
https://buddypress.trac.wordpress.org
Alternatively you could create your own version on
bp_get_the_thread_recipients()– which is what I did.January 7, 2014 at 4:44 pm #176529In reply to: Buddypress update erase custom pages
modemlooper
ModeratorChild themes based on bp-default may not work right. Contact the developer and see if they can remove BuddyPress so the theme will use template compatibility files.
January 7, 2014 at 1:14 pm #176527In reply to: Buddypress update erase custom pages
cuncta
ParticipantHi @modemlooper, thanks for your reply.
I use frisco theme. But all modifications on registration page are from bp-default theme. On my website backfront buddypress (page settings) I chose page by default.
I don’t know is ok ^^
Have a nice day !
January 7, 2014 at 11:52 am #176524In reply to: avatar width doesn't apply
Shmoo
ParticipantI’ve tried all themes but they all stay with a default 15px avatar.
I always look at the source to show what values are given in the HTML.
And I’m working on a clean WP 3.8 and BuddyPress 1.9.1 system no other plugins or features are active.
It’s strange..
But 15px will do for now, maybe in the future I’ll digg into it a little deeper, thanks.January 7, 2014 at 5:43 am #176519In reply to: Remove Buddypress Admin Bar
AJ
Participant@henry & @Barney – cool… both of those work to get rid of the whole admin bar.
However, I would like to end up with this:
If (the user is author) { get rid of all the Buddypress stuff in the admin bar}, else {get rid of the whole admin bar.}
Like this:
if ( current_user_can( 'publish_posts' ) ) { get rid of all Buddypress stuff in admin bar } else { add_filter( 'show_admin_bar', '__return_false', 99 ); }My ‘s were wonky in this also:
define( 'BP_DISABLE_ADMIN_BAR', true );No errors, however it still doesn’t work.
January 7, 2014 at 3:05 am #176513Ben Hansen
Participantmore of a theme question then a buddypress question i think the dev hasn’t been any help?
January 6, 2014 at 9:03 pm #176499In reply to: Edit "Show" Filter on activity stream
fbenver
ParticipantHello mate,
Thank you for your reply. But the problem is, I can not find the index file.
It shows only shows: buddypress/bp-activity/bp-activity-akismet.php / activity-loader / activity-cache / activity-functions / activity-screens / activity-classes / activity-template / activity-actions / activity-filters / activity-admin / activity-notifications.
Which one do I select? I am confused.
January 6, 2014 at 7:35 pm #176492In reply to: What's the best way to start fresh?
Ben Hansen
Participanti think he platform itself will be fine but you should be aware that user levels only apply to wordpress and bbpress. buddypress itself doesn’t really use them so your moderators will be able to have extended authority in your forums but they will have no special powers over groups themselves (they will be able to moderate any group forums that are created however) only full wp admins can moderate groups (although you can assign a member to be a group admin manually as admin).
January 6, 2014 at 5:34 pm #176488chibichiii
ParticipantI’m also looking for a similar solution to this, it’s just so unlogical to have such a fine working BuddyBar “My Accounts” but in such a place where it simply gets burried.
I am using mostly widgets together with the main navigation. And I would so desperately just want to add THAT menu, into my own excisting menu’s if I only knew how. Or add it to a widget I would settle for that as well. It’s too bad this isn’t a standard function from Buddypress cause I really don’t like letting people into my wordpress backend. So I would prefer to disable the Admin bar for my members. But now I can’t because then they don’t have a menu.
I also tested the new Buddypress componants in wordpress custom menu’s this is a good step in the right direction. But you don’t have links like to someone’s forum topics, favorites, subscribed etc. Like you have in the buddybar. Or going to the Change avatar link, just too many goodies to miss to leave out the admin bar now.
Can someone help out here?January 6, 2014 at 1:31 pm #176483In reply to: avatar width doesn't apply
Shmoo
ParticipantNo not really, the only places where I’ve changed the avatar sizes is inside BP page templates like this,
<?php bp_the_thread_message_sender_avatar( 'type=thumb&width=64&height=64' ); ?> .... <?php bp_loggedin_user_avatar( 'type=thumb&height=64&width=64' ); ?> .... <?php bp_member_avatar( 'height=192&width=192' ); ?> .... <?php bp_displayed_user_avatar('type=full&height=192&width=192'); ?>I’m using functions.php to add custom codes, but no avatar related code inside that.
I did a search at bp_core_fetch_avatar and found this at bp-core-tamplet.php
/** * Output a post author's avatar. * * Not currently used in BuddyPress. * * @todo Deprecate. */ function bp_post_author_avatar() { global $post; if ( function_exists( 'bp_core_fetch_avatar' ) ) echo apply_filters( 'bp_post_author_avatar', bp_core_fetch_avatar( array( 'item_id' => $post->post_author, 'type' => 'thumb', 'alt' => sprintf( __( 'Avatar of %s', 'buddypress' ), bp_core_get_user_displayname( $post->post_author ) ) ) ) ); else if ( function_exists('get_avatar') ) get_avatar(); }This is the first time I can track bp_core_fetch_avatar as a function combined with an array() and look there is no width and height inside that array only thumb and alt.
Not saying this is the problem because I have very limited PHP knowledge but maybe that’s where echo bp_core_fetch_avatar( array(… is getting it’s Avatar from.
January 6, 2014 at 2:04 am #176476In reply to: Edit "Show" Filter on activity stream
colabsadmin
ParticipantI did this by copying/editing /buddypress/activity/index.php in my child theme. Look for the activity-filter-by select tag. All the options are within it.
January 5, 2014 at 11:46 pm #176471In reply to: Comments not showing to logged out users…
cloudbuilder
ParticipantThanks for your reply. Sorry I meant the activity comments. When a user is not logged in, they can see the posts on my buddypress site, but not the comments to the posts. Once logged in the comments become visible. The public activity comments disappeared when I updated buddypress recently.
January 5, 2014 at 4:12 pm #176452In reply to: Can't get BP Sidebar to Work
Hugo Ashmore
ParticipantI’m afraid this doesn’t sound like a buddypress issue, you mention issues with a custom theme and with bbPress widgets. You probably want to look to the theme authors/s for support, also try changing to a known good theme i.e one of the WP default series to establish if the same issues exist.
January 5, 2014 at 3:40 pm #176450In reply to: Seeking a BuddyPress Developer
Henry
MemberTry posting your requirements in the BuddyPress Jobs Forum
January 5, 2014 at 1:44 pm #176446In reply to: Notifications stopped working? BP 1.9.1
Boone Gorges
KeymasterHm, there must be *something* powering the dropdown. By default, BuddyPress doesn’t have this kind of dropdown. What theme are you using?
January 5, 2014 at 11:26 am #176444In reply to: is_page() does not work on BP pages
juggledad
ParticipantJust for reference, I opened an issue for this: https://buddypress.trac.wordpress.org/ticket/5307
January 4, 2014 at 11:23 pm #176431In reply to: change 'their' to 'his' or 'her' in activity stream
Henry
Member@mfmsw2youth Thanks for letting me know.
I hadn’t tested the code. Please try this and let me know how you get on:
function custom_activity_text_change_avatar( $entry, $user_id ) { $gender = bp_get_profile_field_data( 'field=Gender&user_id=' . $user_id ); $userlink = bp_core_get_userlink( $user_id ); if ( $gender == 'Male' ) { $entry = sprintf( __( '%s changed his profile picture', 'buddypress' ), $userlink ); } else if ( $gender == 'Female' ) { $entry = sprintf( __( '%s changed her profile picture', 'buddypress' ), $userlink ); } else { // the user hasn't told us if they are male or female so do nothing } return $entry; } add_filter( 'bp_xprofile_new_avatar_action', 'custom_activity_text_change_avatar', 10, 2 );January 4, 2014 at 8:29 pm #176425In reply to: bp-default parent theme missing
Boone Gorges
Keymaster> Why not leave “bp-default” in the theme repository with that note that it is no longer being update?
Yup, we’re going to do this as soon as we figure out how to do it technically without breaking people’s sites 🙂 When it’s in the theme repo, it’ll have the added bonus that it’ll no longer necessarily be the BP core team who’s taking care of it – other community members may step up and officially take charge of maintenance.
But, as Hugo says, don’t worry too much about it for the moment – bp-default will continue to work.
> I am currently running the “bp-default,” if I were to experiment with a new theme “Theme-X” – would I have any way to revert back to “bp-default” with a simple activation?
You’ll have to do this https://buddypress.org/support/topic/bp-default-parent-theme-missing/#post-176376 to make sure you’re able to reactivate it.
January 4, 2014 at 8:21 pm #176423In reply to: bp-default parent theme missing
Hugo Ashmore
ParticipantBUT at the same time, when I search for buddypress theme – it is is not showing up as a download option…
That’s because it’s not available as a standalone theme, it has been suggested that it might be in future and likely will be.
Less worry should be placed on this, people will be able to use bp-default for ever and a day if they wish, and it’s pretty easy now to decouple it from the core files and run the templates and styles from a theme or child theme.
January 4, 2014 at 8:16 pm #176422In reply to: Make BuddyPress | bbpress like Make.WordPress.org
Hugo Ashmore
Participanti think it is interesting in what buddypress/bbpress is suppose to be about community engagement which seems to be quit the opposite.
I think that’s a little unfair, @mercime and I have gone to great lengths with the codex effort to make things as inclusive as possible with posts, tweets, polls, and requests in general for feedback from the community at large.
It’s worth keeping an eye on BP blog posts & bpdevel.wordpress.com to keep abreast of what’s happening.
One thing – perhaps to what Boone refers – that would help and that has been discussed and is favoured by some is to try and vring the three major aspects of BP under one domain proper so themeing, Documentation, and core dev exist as subdomains of buddypress.org and as such have their own homes for news and updates.
-
AuthorSearch Results
