-
@modemlooper replied to the forum topic Child theme .CSS doesn't overwrite default theme .CSS in the group How-To and Troubleshooting 13 years, 11 months ago
Are you enqueing your CSS are just plopping it in the head with <link….
You should enque it in your themes functions.php file
-
@modemlooper replied to the forum topic German translation and three (maybe) bugs in the group BuddyPress Profile Privacy 13 years, 11 months ago
Good to know, I’ll find a fix for slug
-
@modemlooper replied to the forum topic Custom landing pages in the group How-To and Troubleshooting 13 years, 11 months ago
All of these things are possible. Search through the forums, a lot of what you ask has been asked before.
-
@modemlooper replied to the forum topic Child theme .CSS doesn't overwrite default theme .CSS in the group How-To and Troubleshooting 13 years, 11 months ago
I had the same problems before and my fix is to cut the content from the default CSS and place it in your child theme. I also like this method as I can just edit everything in one file no need to worry about cascading
-
@modemlooper replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 13 years, 11 months ago
My code was Bly tested on bp-default theme if you have a custom theme you may need to edit CSS or markup
-
@modemlooper replied to the forum topic EMERGENCY!!! – new avatar images in the group How-To and Troubleshooting 13 years, 11 months ago
I guessed it. You may encounter many problems from those one click installers.
-
@modemlooper replied to the forum topic bug report & feature request in the group BuddyPress Gifts 13 years, 11 months ago
This plugin is dead and outdated.
-
@modemlooper joined the group BuddyPress Gifts 13 years, 11 months ago
-
@modemlooper replied to the forum topic EMERGENCY!!! – new avatar images in the group How-To and Troubleshooting 13 years, 11 months ago
Did you use a one click installer to set up your WordPress?
-
@modemlooper replied to the forum topic Not working :/ in the group BuddyPress Profile Privacy 13 years, 11 months ago
Did you edit the required code?
-
@modemlooper replied to the forum topic German translation and three (maybe) bugs in the group BuddyPress Profile Privacy 13 years, 11 months ago
Also if you choose anything other than “let user decide” then no option will show for the member for that field.
-
@modemlooper replied to the forum topic German translation and three (maybe) bugs in the group BuddyPress Profile Privacy 13 years, 11 months ago
I’m getting the fields in my test install.

-
@modemlooper replied to the forum topic Members loop has bug (BP 1.5.1) in the group How-To and Troubleshooting 13 years, 11 months ago
Explain what you are trying to accomplish.
-
@modemlooper replied to the forum topic WordPress Blog as main and Buddypress as subsite in the group Installing BuddyPress 13 years, 11 months ago
Read how to put BuddyPress on a secondary site on a multisite install: https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog
-
@modemlooper replied to the forum topic New Plugins Causing Styling to Disappear in the group Creating & Extending 13 years, 11 months ago
Go to the page without CSS and view the source and then paste it here. Want to see what’s missing from header.
-
@modemlooper replied to the forum topic How to make 10 digit ID for each new member, and echo it out on members info page in the group Creating & Extending 13 years, 11 months ago
This code is not tested but it’s an example of adding a field and then getting results.
`function bp_numb_add_reg_field() {
$rand_numb = //php to generate number here ;
echo ”;
}
add_action( […] -
@modemlooper replied to the forum topic How to make 10 digit ID for each new member, and echo it out on members info page in the group Creating & Extending 13 years, 11 months ago
Search BuddyPress register hook, you can add code to the registration process. Possibly add a hidden sign up field that generates your number
-
@modemlooper replied to the forum topic Looking for certain plugin in the group How-To and Troubleshooting 13 years, 11 months ago
No plugin exists, you can however develop this functionality as a plugin.
-
@modemlooper replied to the forum topic Soundcloud on Buddystream in the group BuddyStream 13 years, 11 months ago
Did you try using oembed plugin?
-
@modemlooper replied to the forum topic iPhone app for BuddyPress in the group Creating & Extending 13 years, 11 months ago
BuddyPress has no api so it would have to be web pages and if the app is only web pages it will get rejected. You will need to build in some feature that uses the device hardware.
- Load More
@modemlooper
Active 3 months, 2 weeks ago