-
modemlooper replied to the forum topic buddypress mobile reply issue in the group BuddyPress Mobile 14 years, 2 months ago
No, I’m not fixing issues with Current BP mobile as BuddyPress 1.5 is out any day now and next BP mobile is updated to match.
Try copying the global.js file from _inc in BuddyPress into the same folder in BP […]
-
modemlooper replied to the forum topic sharing with Facebook? in the group BuddyPress Share It 14 years, 2 months ago
It’s near bottom of the .js file. Look for pop up function. In the function are two numbers to specify the popup
-
modemlooper replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 14 years, 2 months ago
I think this is the same problem I’ve been having with WP enqueue. Updates to a style sheet that is enqueue don’t show because of cache.
Better to use WP head for custom CSS
-
modemlooper replied to the forum topic Groups not creating correctly in the group How-To and Troubleshooting 14 years, 2 months ago
Downgrading is never a good idea.
Are you using a cache plugin? Ihad similar issue with multiple group creation and cache
-
modemlooper replied to the forum topic Help wanted to get buddypress working with twenty11 theme in the group Installing BuddyPress 14 years, 2 months ago
Google around, there is already a BuddyPress 2011 theme created
-
modemlooper replied to the forum topic sharing with Facebook? in the group BuddyPress Share It 14 years, 2 months ago
in the plugin folder there is a javascript file and you can find the code and change the size of the pop up but it will change the size for every pop up. The window on a pop up can be resized so I don’t […]
-
modemlooper replied to the forum topic Create Sidebars in the group Installing BuddyPress 14 years, 2 months ago
This isn’t a BP issue. Sidebars are added and customized just like WordPress. There is a plugin in WordPress.org plugin repo that allows different sidebars on different […]
-
modemlooper replied to the forum topic Facebook fan type page in the group How-To and Troubleshooting 14 years, 2 months ago
Have you thought of creating a custom post type?
-
modemlooper replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 14 years, 2 months ago
I want to add, I tried to use WP admin menus and programmatically add the nav but the dynamic nature of a logged in user and the menu did not work. Each person who logs in would have a different url and the wp-nav […]
-
modemlooper replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 14 years, 2 months ago
change this in header.php:
`
?php wp_nav_menu( array( ‘container’ = false, ‘menu_id’ = ‘nav’, ‘theme_location’ = ‘primary’, ‘fallback_cb’ = ‘bp_dtheme_main_nav’ ) ); ?
?php if ( […] -
modemlooper replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 14 years, 2 months ago
Google programmatically adding link to WordPress nav it’s not a BuddyPress issue. However, it’s a needed request and I’ll post a code how to over the weekend
-
modemlooper started the topic Blank Space in username in the forum pb with group invites 14 years, 2 months ago
The twitter docs are clean, easy to read and filter
-
modemlooper replied to the forum topic Re-installing buddiypress to clear out earlier config in the group Installing BuddyPress 14 years, 2 months ago
You need to clarify more, you can just re enable the groups component in the admin. if the hide the create button try going to the URL /groups/create
-
modemlooper started the topic Registration Captcha Verification in the forum Change blog Avatars? 14 years, 2 months ago
The theme how to’s should be in a section called Customizing BuddyPress along with the code snippets
-
modemlooper started the topic Features Request – PROFILES AND Network Structure in the forum group blogs 14 years, 2 months ago
I would have just main links to sections on front
Beginner box -> links to a beginner section with links below. I can see the front page only showing a few links and people throwing there hands up and say they […] -
modemlooper replied to the forum topic Mobile Theme Toggle in the group BuddyPress Mobile 14 years, 2 months ago
Next version has a theme switch
-
modemlooper replied to the forum topic Problems with people trying to create accounts in the group How-To and Troubleshooting 14 years, 2 months ago
Try deleting user from admin and sign up again. They could also be getting the confirm email in their spam folder.
-
modemlooper replied to the forum topic Google+ and LinkedIn disappear when filtering activity stream in the group BuddyPress Share It 14 years, 2 months ago
Fixed.
linked in buttons do not work well with ajax loaded content. Had to hard code a button.
-
modemlooper replied to the forum topic Make posts view permissions based on BP groups in the group How-To and Troubleshooting 14 years, 2 months ago
You would have place if statements around the post loop that ask if a member is of a certain group. Then you would need to create a custom post field on the new post admin page that held the group name and this […]
-
modemlooper replied to the forum topic Help with BuddyPress badge plugin in the group How-To and Troubleshooting 14 years, 2 months ago
it hasn’t been updated in a year and is most likely broken.
- Load More
@modemlooper
Active 3 months, 2 weeks ago