-
@modemlooper replied to the forum topic username limitations and red boxes in the group How-To and Troubleshooting 13 years, 1 month ago
screenshot?
-
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? (Continued because BP Forum Will Not L in the group How-To and Troubleshooting 13 years, 1 month ago
You already know how to get it, your code may not be correct or enough to use it to do what you want. I did not try it, if I have time I’ll look into it. Is this really the loop or just each group?
Another […]
-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 1 month ago
Actually you DO see your friends activity on both facebook and Twitter, its called the news feed on Facebook and on twitter.com its called tweets.
The only difference is BP has a site wide activity instead of […]
-
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? (Continued because BP Forum Will Not L in the group How-To and Troubleshooting 13 years, 1 month ago
you only need
if ( !bp_is_group_admin())
bp_core_remove_subnav_item( bp_get_current_group_slug(), 'send-invites' ); -
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? in the group How-To and Troubleshooting 13 years, 1 month ago
You can get the group id but I think groups_is_user_mod will not work in the loop
What are you trying to accomplish because if ( bp_group_is_admin() ) works for me
If you are trying to show content based on […]
-
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? in the group How-To and Troubleshooting 13 years, 1 month ago
what about
if ( bp_group_is_mod() )if ( bp_group_is_admin() )
-
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? in the group How-To and Troubleshooting 13 years, 1 month ago
did you try
bp_group_id()In BP most get functions are wrapped if you looked at the function bp_group_id() it would echo the value of bp_get_group_id()
-
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? in the group How-To and Troubleshooting 13 years, 1 month ago
what are you trying to do with variable?
-
@modemlooper replied to the forum topic Help me creating simple and useful plugin ! in the group How-To and Troubleshooting 13 years, 1 month ago
-
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? in the group How-To and Troubleshooting 13 years, 1 month ago
group->id;// do something with $guid
?> -
@modemlooper replied to the forum topic Is it Possible to Get the Current Group ID While in the Loop? in the group How-To and Troubleshooting 13 years, 1 month ago
-
@modemlooper replied to the forum topic User error mention in the group Creating & Extending 13 years, 1 month ago
Did you install WordPress with a one click type installer from your host or did you upload and create the database yourself?
When you click mention does it go to the post form and put the user name into post […]
-
@modemlooper replied to the forum topic Home Page in BuddyPress site has "not found" error in the group How-To and Troubleshooting 13 years, 1 month ago
In the WP admin Settings > Reading do you have it set to a page or latest blogs? Also try changing permalinks under Setting > Permalinks
-
@modemlooper replied to the forum topic User error mention in the group Creating & Extending 13 years, 1 month ago
It could be that Community theme has bad code, can you switch to bp-default theme and check?
-
@modemlooper replied to the forum topic change "My Account" link in the group How-To and Troubleshooting 13 years, 1 month ago
I’m confused, where is this my account link?
-
@modemlooper replied to the forum topic How to order the list in menu of profile in buddypress in the group How-To and Troubleshooting 13 years, 1 month ago
If it’s tabs added to plugins there isn’t that option yet. I’m going to add that option later.
If you dont want to wait you can add this code:
`$bp-bp_nav[‘put the label name here’][‘position’] = […]
-
@modemlooper replied to the forum topic Change default avatar in the group How-To and Troubleshooting 13 years, 1 month ago
try
$gender = bp_get_profile_field_data('field=Gender');if ( $gender === 'Male') :
-
@modemlooper replied to the forum topic Table of Contents in BuddyPress Codex in the group How-To and Troubleshooting 13 years, 1 month ago
I think it’s just a sidebar widget containing page hierarchy.
-
@modemlooper replied to the forum topic BuddyPress Menus in the group BP-Default 13 years, 1 month ago
Good suggestion about notification but that seems to be a design choice. We shouldn’t force that onto people. However, I will include a notification menu item.
-
@modemlooper replied to the forum topic BuddyPress Menus in the group BP-Default 13 years, 1 month ago
That might not be the nav items issue. If the link is correct to your settings page them it could be something else. The link would be either
/members/username/settings Or
/username/settingsIf plugin […]
- Load More
@modemlooper
Active 3 months, 1 week ago