Search Results for 'buddypress'
-
AuthorSearch Results
-
July 13, 2013 at 7:36 pm #168044
In reply to: [Resolved] User Experience – Logged in and New users
craig
ParticipantI’ve found the following link which i’m currently following, so I’ll let you know how I get on:
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
July 13, 2013 at 2:45 am #168028ultimateuser
ParticipantSolved!
July 13, 2013 at 12:44 am #168020In reply to: redirect to profile page?
July 12, 2013 at 10:14 pm #168014July 12, 2013 at 10:11 pm #168013bp-help
Participant@terungwa
You have to log-out to see the registration page. This is default behavior. It wouldn’t be logical for someone that has the credentials to be logged in to view that page. That is why it redirects to the home page. I am looking at your registration page now and it looks fine!July 12, 2013 at 10:07 pm #168012terungwa
ParticipantI have ticked the “Anyone can register” membership checkbox under the general sub-menu in settings. But the sign up page i associated with the buddypress register page still defaults to the home page on click. All the other buddypress pages are ok though.
Regards.
July 12, 2013 at 10:00 pm #168011July 12, 2013 at 9:56 pm #168010bp-help
Participant@terungwa
Have you went to dashboard/settings/general and clicked the box beside Membership that anyone can register?July 12, 2013 at 9:49 pm #168009terungwa
Participantsorry it is WordPress 3.5.2. not 3.5.3.!!!!
July 12, 2013 at 9:11 pm #168004In reply to: How will BuddyPress forum look like?
modemlooper
ModeratorNo, This site uses bbPress.
Look at bpinspire.com for sites using BuddyPress
July 12, 2013 at 6:27 pm #168001In reply to: How will BuddyPress forum look like?
Isaal
ParticipantThanks for ur reply! 😀
just a question: if I use BuddyPress will it function like this forum? I mean like the forum we are talking in it now and creating topics and asking questions. is this how BuddyPrss will look like?
ty
July 12, 2013 at 6:22 pm #168000In reply to: How will BuddyPress forum look like?
modemlooper
ModeratorbbPress is a forum add on. BuddyPress creates groups, activity streams and profiles.
July 12, 2013 at 5:43 pm #167993In reply to: How will BuddyPress forum look like?
Isaal
ParticipantThanks for ur reply 😀
but I didn’t get the difference between them. 🙁
please can you just give little more details or websites are using these forums to understand better the difference?
ty
July 12, 2013 at 5:04 pm #167992In reply to: How will BuddyPress forum look like?
Tecca
ParticipantI replied to you on bbPress.org, but it’s the same answer. The only thing is that BuddyPress is the social network aspect of the plugins whereas bbPress is the forum. You can install both onto your WordPress install and they will take the style of your WordPress theme.
July 12, 2013 at 3:10 pm #167986Joel
ParticipantThanks for the catch. I just built the code around a working line of code and forgot to replace it in my haste. It always helps to have another set of eyes take a look! Thanks again for your through assistance.
July 12, 2013 at 2:55 pm #167984shanebp
ModeratorYou don’t need to query the field_data twice
<?php $bpProfileField = bp_get_profile_field_data( 'field=What makes me tick...&user_id=' . get_the_author_meta( 'ID' ) ); if ( empty ( $bpProfileField) ): ?> <p>Apparently <?php echo get_the_author() ?> does not feel like sharing anything. Isn't this sad?</p> <?php else: ?> <p><?php echo $bpProfileField; ?></p> <?php endif; ?>July 12, 2013 at 2:14 pm #167982Joel
ParticipantShane, you rock! Your suggestion worked perfectly. Below is the working code…just in case somebody else searches for this or a very similar issue. Again, thank you for explaining this and pointing me toward the relevant resources, Shane.
<?php
$bpProfileField = bp_get_profile_field_data( 'field=What makes me tick...&user_id=' . get_the_author_meta( 'ID' ) );
if ( empty ( $bpProfileField) ):
?>
<p>Apparently <?php echo get_the_author() ?> does not feel like sharing anything. Isn't this sad?</p>
<?php else: ?>
<p><?php echo bp_profile_field_data( 'field=What makes me tick...&user_id=' . get_the_author_meta( 'ID' ) ) ?></p>
<?php endif; ?>July 12, 2013 at 1:53 pm #167981shanebp
ModeratorYou can google BuddyPress functions or grep the source or check the codex.
bp_profile_field_data will echo the result.
You want to use bp_get_profile_field_data which just returns the result.
Then you need to tweak your conditional to check for ’empty’ rather than a boolean.
if ( empty ( $some_var ) )Also note the apply_filters hook in that function ( and many others)
I’ll bet you’ll find that interesting.July 12, 2013 at 9:46 am #167972In reply to: problem with account
nirat
Participanti want to say that when a new user create an account there is no activation link on mail-id.when new user login into wordpress this message comes:”Your account has not been activated. Check your email for the activation link.” but there is no activation link given on mail-id .please guide me .i am using wordpress 3.5.2 and buddypress plugin 1.7.3.
I hope that you has understood my problem.July 12, 2013 at 3:57 am #167959stewartjanderson
ParticipantSame question as @springstory…where does the code go to make it work? I know it will go in the same place as the code for the new tab, but beyond that, I’m a bit lost.
July 11, 2013 at 9:47 pm #167951In reply to: buddypress.org login broken
meg@info
Participantlogin from https://buddypress.org/wp-admin
July 11, 2013 at 9:24 pm #167950In reply to: BP Album – dont work
Henry
Member@la-lena it is probably worth posting in the plugin’s support forum. That way one of the staff at rtCamp will be able to respond. They’ve just released v3.0 (is a bit buggy at the moment but their developers release bug fixes super quick)
http://rtcamp.com/groups/buddypress-media/forum/
@modemlooper is also a top dev, try his plugin too.July 11, 2013 at 9:19 pm #167949In reply to: buddypress.org login broken
Tecca
ParticipantActually, yeah. It had fixed itself for a bit but I’m getting the same thing as @bphelp. It also shows me as logged out when viewing the topic list, but it’s fine when reading topics.
July 11, 2013 at 9:05 pm #167948In reply to: buddypress.org login broken
bp-help
ParticipantActually clicking anything in the “My Account” menu is now redirecting to the buddypress.org home page. Strange happenings!
July 11, 2013 at 9:02 pm #167947In reply to: buddypress.org login broken
bp-help
ParticipantThere is other things out of wack like clicking notifications, and viewing profiles just takes you to buddypress.org homepage. At least that is what it is doing on my end!
-
AuthorSearch Results