-
Hope replied to the topic Different profile types and different user roles in the forum Creating & Extending 10 years, 10 months ago
Thanks a lot @noizeburger for this snippet, just what I want & it works just fine with me. There’s only one note: The cases have to be in small letters since you’re converting to small letters. I mean for “Band Role” & “Fan Role”.
I also don’t want for members to be able to change their roles, I did it with a simple java script to show a…[Read more]
-
Henry replied to the topic Passing user role to custom xprofile field in the forum Creating & Extending 10 years, 11 months ago
Hi @noizeburger, glad you finally got this working. I’m sure your tutorial will be helpful to many people too. I especially like the last snippet which shows you how to disable the editing of certain fields on the edit profile screen!
-
Henry replied to the topic Passing user role to custom xprofile field in the forum Creating & Extending 11 years ago
@noizeburger yep, it is for use in your templates. For example, your page template could look like this:
<?php get_header(); ?>
// put the code here
<?php get_footer(); ?>
-
Henry replied to the topic Passing user role to custom xprofile field in the forum Creating & Extending 11 years ago
@noizeburger I think I get what you mean. To show all members of type ‘fan’ in a “fan directory” you would do this
<?php
$fans = get_users( array( 'role' => 'fan' ,'fields'=>'ID') );
$fans = implode( ',', $fans );if ( bp_has_members( '&include=' . $fans ) ) :
while ( bp_members() ) : bp_the_member();
// you can output whatever you…[Read more] -
bp-help replied to the topic How to get the profile field name and its value in the members loop? in the forum Installing BuddyPress 11 years, 1 month ago
@whitewolf1988 @noizeburger
Thank you both, and I suppose you are both correct. I will release the plugin when I get it done. If its for the greater good then I will not let anyone that would oppose this deter my efforts! -
Arrowyn posted an update in the group Auto Group Join 13 years, 2 months ago
Did anyone get a fix going? I tried yours @noizeburger, but it still doesn’t seem to work. This is exactly the plugin I need…so hopefully someone can help?
cheers.
-
Anthony posted an update 13 years, 7 months ago
@noizeburger sorry if the question has been asked to you a million times, I’m pretty new to BP and would like to achieve a very similar effect that you were able to do on your site upon registration.
-
Anthony posted an update 13 years, 7 months ago
@noizeburger quick question, how were you able to get the Multiple Profile type drop down box to appear in the registration page in you bp signup area?
-
chaoti posted an update in the group Auto Group Join: 13 years, 7 months ago
line 45/46 change to:
add_action(‘network_admin_head’, ‘addHeaderCode’);
add_action( ‘network_admin_menu’, ‘auto_join_group_check_installed’ );line 127 change to:
add_action(‘network_admin_menu’, ‘auto_join_group_plugin_menu’);🙂
-
onyx808 posted an update in the group Auto Group Join: 13 years, 7 months ago
Plugin doesnt work with wordpress 3 multisite… I get the wpmu-admin.php?page=bn-auto-join-group/bn-auto-join-group.php&field_id=2&mode=edit….
is there a way to make it work? @westpointer @noizeburger
-
imath posted on the forum topic Error Activating Widgets in the group BP My Home: 13 years, 8 months ago
@noizeburger thks for your posts to solve the trouble.
-
aljuk posted on the forum topic How to hide some profile fields from public in the group How-To and Troubleshooting: 13 years, 9 months ago
@philippmuenchen – it works fine. I’m guessing you’re trying to test it while you’re logged in as Admin? The privacy controls don’t apply to Admin. Admin can see everything. Log in as a regular user and then test.
Age calculation: http://code.hyperspatial.com/all-code/buddypress-code/buddypress-age/
@noizeburger – it works for all fieldgroups,…[Read more]
-
hnla posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 13 years, 11 months ago
I have finished a basic little plugin that allows you to add the google map to profile pages via the various action hooks available along with a widget for placing map in custom areas. Just waiting on svn repo access to upload plugin.
-
Janis posted on the forum topic Can you run multiple profile loops in single/profile-loop.php ? in the group How-To and Troubleshooting: 14 years, 1 month ago
hi
@noizeburgerhaven’t time to check full code yet, but Cindy (author) replied that everything works fine for her. She is really open for help, contact her with any further questions you have.
-
Janis posted on the forum topic Profile types in the group How-To and Troubleshooting: 14 years, 1 month ago
hi @noizeburger
no, it doesn’t.
please, take a look on this topic:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/can-you-run-multiple-profile-loops-in-singleprofile-loop-php/hope some day it will be solved.
-
Retroriff posted on the forum topic Blank site after installing Buddypress in WordPress 3 in the group Installing BuddyPress: 14 years, 4 months ago
@noizeburger Hi, I already changed the quotes before answering here. It is not working to me even with the right quotes. Thanks.
@noizeburger
Active 1 year ago