-
modemlooper replied to the topic Registration in the forum How-to & Troubleshooting 11 years, 5 months ago
Sounds like a defect in BuddyPress. So your saying after you click activation link in email and try to login using sidebar login form it says activation key is invalid?
-
modemlooper replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 5 months ago
I think the reason I’m having funkiness is because the remove links code is inside a function that only runs if a wp option is true.
-
modemlooper replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 5 months ago
I’m not sure but it works for me when using init. I’m also calling the file the function is in by using bp_include
-
modemlooper replied to the topic BuddyPress not playing well with bbPress login widget in the forum Installing BuddyPress 11 years, 5 months ago
Did you click link from email sent after signup?
-
modemlooper replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 5 months ago
use init not bp_init
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
}
add_action( ‘init’, ‘remove_xprofile_links’ ); -
modemlooper replied to the topic Add Custom Setting to Buddypress Settings in the forum Creating & Extending 11 years, 5 months ago
You shouldn’t edit those files. You can add settings with a plugin. If you want that as a core feature then post on http://buddypress.trac.wordpress.org then submit a patch of working code.
-
modemlooper replied to the topic Forum in the forum How-to & Troubleshooting 11 years, 5 months ago
If you are on BuddyPress 1.7 you need bbPress for forums. Do you have that installed?
-
modemlooper replied to the topic Best setup for this kind of site in the forum Miscellaneous 11 years, 5 months ago
BuddyPress 1.7 + no longer has forums unless you had a previous version with group forums active. I guess you could install an old version activate forums and then upgrade to get the old forums.
-
modemlooper replied to the topic [Resolved] Editing Profile Groups Fields are too small in the forum How-to & Troubleshooting 11 years, 5 months ago
looks like your theme is hard handing your form css. you will need to find the css and edit it.
-
modemlooper replied to the topic Best setup for this kind of site in the forum Miscellaneous 11 years, 5 months ago
BuddyPress no longer bundles bbPress therefore has no forums. You can install bbPress separately. There is a setting in bbPress to have a forum for each BuddyPress group.
-
modemlooper replied to the topic append additional data to activity textarea in the forum Installing BuddyPress 11 years, 5 months ago
read this: https://buddypress.org/support/topic/extending-activity-how-to-store-additional-info/
it may help you understand how to add meta to activity
-
modemlooper replied to the topic [Resolved] xprofile fields outside of profile / buddypress in the forum How-to & Troubleshooting 11 years, 5 months ago
$user_id = get this from WordPress;
xprofile_get_field_data( $field, $user_id );The way you are getting members id is only good on member pages. If you are on a blog post you can get the author id, if you want logged in user id get that.
-
modemlooper replied to the topic BP Sidebar Login Widget in the forum Installing BuddyPress 11 years, 6 months ago
when you switch theme to bp-default does it do the same?
-
modemlooper replied to the topic On Mobile – Avatar Sideways for some of our members in the forum How-to & Troubleshooting 11 years, 6 months ago
It’s most likely an issue with an older browser. What version of android are you running?
-
modemlooper replied to the topic BuddyMobile/ Attach Media in the forum Third Party Plugins 11 years, 6 months ago
which BuddyPress Media plugin as there are two with the same name.
-
modemlooper replied to the topic Buddypress phone app in the forum Creating & Extending 11 years, 6 months ago
Mine isn’t. The others not sure.
-
modemlooper replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
it totally works.
I used this:
define ( 'BP_AVATAR_DEFAULT', 'http://www.petfinder.com/wp-content/uploads/2012/11/101418789-cat-panleukopenia-fact-sheet-632x475.jpg' );
view it here:
http://demo.taptappress.com/membersJust plopped the code into bp-custom.php
That plugin you link to takes a silly path using javascript to switch avatar.…
-
modemlooper replied to the topic Buddypress phone app in the forum Creating & Extending 11 years, 6 months ago
-
modemlooper replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 6 months ago
define ( 'BP_AVATAR_DEFAULT', $img_url );
-
modemlooper replied to the topic Post-type powered custom group front page in the forum Creating & Extending 11 years, 6 months ago
It’s just not a core issue with BuddyPress and dives into the customization of BP. Unless someone has specifically needed to do this in the past no one will be likely to help you.
I would either put out a call to hire if you can not get it to work or possible post at woo or try something like http://stackoverflow.com
It really shouldn’t be that…[Read more]
- Load More
@modemlooper
Active 10 months ago