Search Results for 'wordpress'
-
Search Results
-
Hey there,
I want to realize a Team Roster with the help of buddypress. This Team Roster should display custom fields which are only editable by admins.
The structure seems like:
Group Name 1
- Nickname: Nickname 1
- Nickname: Nickname 2
Rank: Leader (custom field which should only be editable by admins)
Rank: Member (custom field which should only be editable by admins)
Group Name 2
- Nickname: Nickname 3
- Nickname: Nickname 4
Rank: Leader (custom field which should only be editable by admins)
Rank: Member (custom field which should only be editable by admins)
and so on.
I figured out how to display the above structure without the custom field “Rank” with the following code:
<?php if ( bp_has_groups() ) : ?> <?php while ( bp_groups() ) : bp_the_group(); ?> <?php if ( bp_group_has_members( 'group_id='.bp_get_group_id().'&exclude_admins_mods=false' ) ) : ?> <div class="row "> <div class="span12"> <div class="infobox1"> <h3 class="m_title"> <?php bp_group_name() ?> </h3> </div> <!-- end infobox --> </div> <!-- end span --> </div> <!-- end row --> <div class="row "> <?php while ( bp_group_members() ) : bp_group_the_member(); ?> <div class="span3"> <div class="team_member"> <a href="#" target="_blank" class="grayHover"><?php bp_group_member_avatar( 'type=full&width=75&height=75' ) ?></a> <h4><?php bp_member_name(); ?></h4> <h6>Clanleader</h6> <div class="details"> <div class="desc"> <p>Max Mustermann <br /> Musterstadt</p> </div> <!-- end description --> <ul class="social-icons colored fixclear"> <li class="social-twitter"><a href="" target="_blank"></a></li> <li class="social-facebook"><a href="" target="_blank"></a></li> <li class="social-gplus"><a href="" target="_blank"></a></li> <li class="social-mail"><a href="" target="_blank"></a></li> </ul> </div><!-- end details --> </div><!-- end team_member --> </div><!-- end span --> <?php endwhile; ?> <?php else: ?> <div id="message" class="info"> <p>This group has no members.</p> </div> <?php endif;?> </div><!-- end row --> <?php endwhile; ?> <?php do_action( 'bp_after_groups_loop' ) ?> <?php else: ?> <div id="message" class="info"> <p><?php _e( 'There were no groups found.', 'buddypress' ) ?></p> </div> <?php endif; ?>However I got a problem with the custom field. I can’t find a possibility to say, that only Admins can edit specific custom fields of members in the buddypress core neither with a buddypress plugin. So I thought it’s maybe possible to create a custom field for the wordpress users which can only be edited by admins and can be displayed inside the bp_group_members-loop.
I’ve created this custom user field with the Plugin “Cimy User Extra Fields”. I know it is possible to show the custom user field with this code:
$value = get_cimyFieldValue(user_id, field_name); echo cimy_uef_sanitize_content($value);However I can’t figure out how I can get the ID of the buddypress member into the user_id. May you can help me with that?
Thanks for your help.
Mats
Hi friends,
I am using recent version of WordPress, BBpress and Buddpress on my website….Everything is working fine……..except one problem……..When I (Administrator) click on Activity streams option, system shows blank page but when other registered or unregistered members click on activity streams option they are easily able to see that page. same is happening with buddypress group’s activity page…….Would high appreciate if anyone could suggest the remedy.
Thanks in advance. Regards
Hi!
I installed WordPress – database wp11
in wp-config.php database wp11
buddypress install the database bp77
in bb-config.php database bp77
but buddypress in the database wp11????
How to FixI am having absolutely no luck with this issue. I have buddypress installed as well. can someone please shed some light on this??
http://wordpress.org/support/topic/lost-dashboard-4?replies=28
I am going round in circles and have spent hours on it!!
Hi! This is my first time using BuddyPress and so far it’s working fine, except for the profile page! I bought a theme called Made from ThemeForest and it’s supposed to work with buddypress, since I can’t get the “BuddyPress Template Pack” to work, so I tried updating BuddyPress now that it’s supposed to be compatible with all themes. However my profile page still looks messed up, any ideas what could be wrong? I included a picture since my page is not available for the public yet.

Using:
BuddyPress Version 1.8
WordPress Version 3.5.2Theme:
http://themeforest.net/item/made-responsive-reviewmagazine-theme/2557495Hi,
I’m using WordPress 3.5.2 and Headway 3.5.5 with a child theme. After I upgraded to these versions, Buddy Press is working fine, but when I select a menu under my “Howdy, my name” on the admin user bar (activity–mentions, personal, etc.), the page is aligned all the way to the left and it doesn’t conform with any of the other pages that I’ve set up on Headway for Buddy Press. All the other Buddy Press pages lined up perfectly and I’m able to style them with CSS. But everything I try using to fix the pages under my name does not work. I have read all kinds of articles on your support forum and tried to figure this out, but I was not able to do it because I did not move any of the files out of the plug-in folder and into my theme. I have not done any of those things. Can you please tell me where I can find the template file for those menus so that I can change them or do some work on them?
Thank you,
JuanTopic: Dashboard panels
Hello Everyone!
I’m total newbie and I would appreciate help, a lot.
Is there any plugin/component for buddypress which actually let’s you see the posts of your friends pop on the dashboard? Like, not activities. Posts, wordpress posts. That would be very helpful since My dashboard is currently empty and I would like it populated.
Thankyou very much.Wordpress: 3.52
Buddypress: 1.8
Theme: Tatami (Example, Off Canvas, Responsive)Hey guys,
first of all, nice plugin!It seems that you working hard on cross-theme compatibility. 🙂
A couple months ago I tried to use BP but it really didn’t work with my (responsive) theme.
I just decided to give it another shot and now it’s much much better.Now to my problem:
How do I get rid of the roles that BP automatically takes from the theme?
<div id=”item-header” role=”complementary”>
<div id=”subnav” class=”item-list-tabs no-ajax” role=”navigation”>
<div id=”item-body” role=”main”>Or how can I get role=”main” for the other two divs?
Hope you can help me with specific instruction because I’m still a newbie in coding.
Have a great day everyone!
Topic: Forum page not working
Everything seems to be working OK with my install, except the Forum page. Every tutorial I’ve followed says that the forums I’ve created should automatically be listed on the forums page.
They are not. The forum page is a regular page, but does not list the forums I have created.
The page title is the same as the forum slug in “Forum Settings.”
I’ve tried deleting old pages and creating new ones. I did a clean install of bbPress and Buddypress. Nothing seems to work.
Thoughts? Suggestions?
bbPress 2.3.2
BuddyPress 1.8
WordPress 3.5.2
Responsive LabZip themeGood day!
I’m unable to create group forum from the buddypress group admin page. Below it says “Fatal error: Using $this when not in object context in /wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 308″
I have disabled buddypress own forum, and also choosen Group Forums Parent.
aso noticed: when creating new group and 3rd setup where need to create a group again error appears “Fatal error: Using $this when not in object context in wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461″
installed fresh copy and have same issue. You can check on: http://ersi.stig.al/wp/
user & pass: testWordpress is in Russian, but the plugins are in English
Also cannot create blog for Groupblog plugin while creating new group.
Can someone please help?