Search Results for 'buddypress'
-
AuthorSearch Results
-
October 29, 2009 at 3:25 pm #55426
In reply to: [Resolved] User Roles
Paul Wong-Gibbs
KeymasterBuddyPress currently has no option to do this sort of thing.
October 29, 2009 at 2:59 pm #55425In reply to: how to change in top menu bar "Member" to "Analyst"
Jeff Sayre
ParticipantWhat you are truly asking is, “How can I customize the BuddyPress slugs?” Well, there is a BP blog article that answers that question!
https://buddypress.org/blog/how-to/customizable-slugs-in-buddypress/
October 29, 2009 at 2:44 pm #55423In reply to: Can't Add Friends
deenyusoff
ParticipantI have a similar problem.
The friend request is successful. But the friend accept and reject is unsuccessful.
The accept and reject will both have diff wpnonce values. For example,
accept button goes,
http://antblogz.com/members/admin/friends/requests/accept/3?_wpnonce=8db229ebf2
remove button goes,
http://antblogz.com/members/admin/friends/requests/reject/3?_wpnonce=e838b60f25
And both accept and reject prompts this on the page.
Are you sure you want to do this?
Please try again.
But when the user clicks “Please try again” link, it does nothing and returns to the “Friendship Request” page with the request unconfirmed.
WPMU 2.8.4a with Buddypress 1.1.2.
October 29, 2009 at 2:32 pm #55420In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantThank you! That sure does make sense–and is good advice.
I guess that I could place it on my blog and give people the link here. That way, it will be tested by the group of people who are most interested in testing it.
October 29, 2009 at 2:15 pm #55419In reply to: bbpress administration page
Andreas Norman
MemberI guess my answer lies here: https://buddypress.org/forums/topic/where-the-hell-are-the-forum-management
October 29, 2009 at 2:14 pm #55418In reply to: bbpress administration page
Andreas Norman
MemberAnd the solution is….? Because…?
What’s the point of installing bbpress through BuddyPress if we cannot use it? The forum tab works but since there are no forums I cannot create any topics.
Should we install bbpress separatly to be able to use it at all?
October 29, 2009 at 1:48 pm #55417In reply to: Hidden groups bug
October 29, 2009 at 1:47 pm #55415In reply to: WordPress Petition Plugin
Paul Wong-Gibbs
KeymasterI’ve marked this topic as resolved as it’s not a BuddyPress issue and we have helped as much as we can.
October 29, 2009 at 1:45 pm #55413In reply to: Pb with Achievement Status being empty
Paul Wong-Gibbs
KeymasterIt is empty because, to quote, you “manually deleted all the buddypress and associated databases” – did you delete the Achievements plugin tables too? Do you have these tables in your database at the moment?
October 29, 2009 at 1:43 pm #55412In reply to: Avatar no image showing?
Paul Wong-Gibbs
KeymasterI saw this on one of my test sites once but can’t remember what I found the cause to be

Can you let us know the details from https://buddypress.org/forums/topic/when-asking-for-support ?
October 29, 2009 at 1:41 pm #55410In reply to: Existing blog doesn't show up in BuddyPress
Paul Wong-Gibbs
KeymasterHas the owner of one of these blogs logged into the (BuddyPress) site since you installed buddyPress?
October 29, 2009 at 1:24 pm #55403In reply to: Updated to latest Buddypress
Paul Wong-Gibbs
KeymasterI’m marking this topic as resolved.
October 29, 2009 at 1:22 pm #55402In reply to: BuddyPress Privacy Component: An Update
Paul Wong-Gibbs
KeymasterIn my experience loading anything on to the wordpress.org/extends/ that isn’t release-ready is asking for trouble and will only give you threads of people saying why isn’t x working, etc.
October 29, 2009 at 1:09 pm #55399In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantPlease remember that based on the BuddyPress roadmap, some form of a privacy component will be integrated into Core for v1.2.
But, before that comes out, there will be a public beta of my Privacy Component. I have talked with Andy and he said to proceed with the testing. So, right now, the alpha version of my component is in a very limited-release private alpha. I am almost ready to release the alpha 2 version which will also be a private release.
Once the beta version is ready (which I’m now estimating to be around December 1st), it will be uploaded to the WP Plugin Repository and available for everyone to test. Please remember that it will still be a pre-release version which means that it should not be used in a production environment.
Of course, as I’ve said before, even with all of this testing, there is still no guarantee that my Privacy Component will become the de facto core privacy component. Only time, and your feedback, will tell.
October 29, 2009 at 11:36 am #55398In reply to: BuddyPress Privacy Component: An Update
madloki
ParticipantTo much people want this, please andy…please
Have the same problem like you damoncook…wait and hope.
October 29, 2009 at 11:14 am #55395In reply to: custom profile data not getting saved in BP 1.1.2
buzz2050
ParticipantSure, will refer the codex for adapting to the new theme way John, thanks!
These are the links that I’m referring to, great documentation available to help users with all the info they need to switch to the 1.1 theme architecture :
https://codex.buddypress.org/getting-started/upgrading-from-10x/
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
https://buddypress.org/blog/news/the-new-buddypress-theme-architecture/
https://buddypress.org/forums/topic/details-about-the-new-theme-architecture
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
https://buddypress.org/forums/topic/extending-wordpress-themes-post-experiences
Meanwhile, is there any alternative to bp_core_signup_do_signup() in BP 1.1.2?
Thanks,
Sib
October 29, 2009 at 7:13 am #55392In reply to: how to change in top menu bar "Member" to "Analyst"
Paul Wong-Gibbs
KeymasterI would recommend you create a child theme (see https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/), copy header.php into it and make your change there.
October 29, 2009 at 6:24 am #55391In reply to: how to change in top menu bar "Member" to "Analyst"
zageek
ParticipantYou can go into the header.php file in your template and do it in there
<li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>You can change
_e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' )to
_e( 'Analyists', 'buddypress' ) ?>"><?php _e( 'Analysts', 'buddypress' )October 29, 2009 at 6:03 am #55389Xevo
ParticipantBetter would be to use, the lite version (since this is already configured with buddypress), but if your looking for the old forums way, then you’ll have to install bbpress seperately and tweak it to get the buddypress looks.
I personally have both groups and normal forums, now I’m looking for a way to get the buddypress functions in bbpress.
October 29, 2009 at 3:41 am #55386In reply to: Existing blog doesn't show up in BuddyPress
still giving
ParticipantI have tried toggling on and off privacy and that does not make any difference.
Buddypress is 1.1.2 – Theme is default Buddypress theme.
However, if I make a new blog, that blog *IS* shown in the ‘user’s blog’ list.
Can anyone tell me where in the database this information is held and so, perhaps, I can hand edit for old blogs?
Thanks.
October 29, 2009 at 1:53 am #55383In reply to: Existing blog doesn't show up in BuddyPress
still giving
ParticipantI get this problem as well.
Installed WPMU 2.8.4 > blogs working fine > installed latest BP > existing blogs do not show up.
Under User Blgogs’ it says …. user “hasn’t created any public blogs yet”. When obviously they have.
October 29, 2009 at 12:59 am #55381In reply to: Dashboard Add Users email borkage
mlovelock
ParticipantAlso seeing this issue with BP 1.1.2
This issue is not related to the welcome pack but BuddyPress, and specifically when adding members via the Users menu in the dashboard.
October 29, 2009 at 12:11 am #55378In reply to: can buddy press forums allow file attachements?
Dwenaus
Participantto answer my own question, i found this plugin here:
https://wordpress.org/extend/plugins/forum-attachments-for-buddypress/ and their homepage here: http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/
October 28, 2009 at 11:48 pm #55373In reply to: Status Feature Not Working
kiwipearls
ParticipantIn my Buddypress settings under: Select theme to use for BuddyPress generated pages:
In the pull down menu it only has buddypress defualt member theme 1.0.3
It does not show the updated themes at all.
October 28, 2009 at 10:23 pm #55371In reply to: Widgets Intro
seanx820
ParticipantDJPaul, I am logging into my site http://www.mysite.com/wp-admin and when I login there I see nothing about just a BuddyPress section where it says Forums Setup. Where exactly are you talking about? This maybe why I am having a lot of problems with a lot of other stuff!
-
AuthorSearch Results