-
Modemlooper posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 15 years, 2 months ago
I think roles is the right way. Basically you have a group admin and mods. There needs to be a way to add other roles. That way you can say xx role can only join group.
-
Modemlooper posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 15 years, 2 months ago
It’s doable but with work. You basically would need to create new roles and then do custom member loops to only call those from a certain role.
-
Modemlooper started the forum topic Twitterfic – A directory of fictional twitter accounts in the group Gallery: 15 years, 2 months ago
A multi-fandom directory for characters and the peeps that love to follow them.
-
alexking_org joined the group Gallery 15 years, 2 months ago
-
Modemlooper posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 15 years, 2 months ago
I’m working on this same problem. I’m checking out roles plugins.
-
Modemlooper posted on the forum topic Modify profile edit screen in the group How-To and Troubleshooting: 15 years, 2 months ago
You have to echo it out. http://php.net/manual/en/function.echo.php
wrap it in php tags
echo bp_profile_field_data( ‘field=About Me’ ); -
Modemlooper posted on the forum topic Modify profile edit screen in the group How-To and Troubleshooting: 15 years, 2 months ago
in member-header.php theres a comment that says this.
If you’d like to show specific profile fields here use:
bp_profile_field_data( ‘field=About Me’ ); — Pass the name of the field -
Modemlooper posted on the forum topic Sidebar over header (Twitter style) in the group How-To and Troubleshooting: 15 years, 2 months ago
#sidebar{margin-top: -30px; z-index: 999;}
-
Modemlooper posted on the forum topic Sidebar over header (Twitter style) in the group How-To and Troubleshooting: 15 years, 2 months ago
#sidebar{margin-top: -30px;}
-
modemlooper posted a new activity comment 15 years, 2 months ago
Must be a plugin conflict. This does not happen on a normal vanilla BuddyPress site. If you are logged out and can access the page then there should be no reason it’s tryng to share your login page.
-
modemlooper posted a new activity comment 15 years, 2 months ago
Oh and avatar is a problem as fb pulls in what ever images it finds. Usually its; the nearest image. Check FB docs i think there is meta tags you can add to your header to specify an image but it would be the same image for ever post.
-
modemlooper posted a new activity comment 15 years, 2 months ago
It’s using the browser title. If you install BuddyPress SEO plugin you can change it. I’m sure there are other ways.
-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 15 years, 2 months ago
If you rename the div then the js will stop as the js is attached to that class.
-
modemlooper posted a new activity comment 15 years, 2 months ago
search in your admin for it. It’s in the WordPress repo.
-
Modemlooper posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 15 years, 2 months ago
Thanks, I’l mess with it 🙂
-
Modemlooper posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 15 years, 2 months ago
I was looking at one of @djpaul ‘s plugins to see how the sub nav items were added below but I can’t seem to get it to show up.
-
Modemlooper posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 15 years, 2 months ago
been messing with this and got it to work but not sure how to get a sub nav working. I have a tab next to profile but want to have sub navs. `function my_test_setup_nav() { global $bp; bp_core_new_nav_item( array( ‘name’ => __( ‘test’ ), ‘slug’ => ‘test’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ […]
-
Modemlooper posted on the forum topic How to make a social network like the above with Buddypress? in the group How-To and Troubleshooting: 15 years, 2 months ago
There are too many options. There are 725 plugins tagged video for WordPress. Not all of these will work with BuddyPress.
https://wordpress.org/extend/plugins/search.php?q=videos&sort=
You are better off testing plugins out. As for themes, you can use most WordPress themes with BuddyPress but you will have to adjust the code.
-
Modemlooper posted on the forum topic Buddypress pages redirect to homepage in the group How-To and Troubleshooting: 15 years, 2 months ago
Did you try to create another Admin account and test to see if the same thing is happening?
-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 15 years, 2 months ago
JavaScript has nothing to do with that. The js only toggles a hidden attribute. So you have to add or change CSS so that div is not relative to the surrounding code.
- Load More
@modemlooper
Active 3 months, 3 weeks ago