-
Brandon Allen posted on the forum topic After re-install, there are TWO "Add Friend" links on members page… in the group How-To and Troubleshooting: 14 years, 1 month ago
It is, indeed, a theme issue. You should be able to fix things based on the info here: https://trac.buddypress.org/ticket/2679#comment:1
-
Brandon Allen posted on the forum topic Can't access wordpress admin after installing buddy press. in the group How-To and Troubleshooting: 14 years, 1 month ago
Yes, @hnla ‘s suggestion was the correct suggestion. That’s the only way you’re going to figure out the issue. You disable all your plugins, you’ll probably have to rename the buddypress folder to allow access the the admin panel, but then you can use the bulk edit abilities in the plugin panel to deactivate every plugin […]
-
Brandon Allen joined the group buddypress.org Ninjas 14 years, 1 month ago
-
Brandon Allen joined the group BP Profile Privacy 14 years, 1 month ago
-
cnorris23 posted on the forum topic default crop avatar selection is not working in the group How-To and Troubleshooting: 14 years, 4 months ago
@intimez thanks for the info. What version of Chrome and Firefox are you using? I said possible related, because who knows exactly what “can’t crop” means. It could mean they are completely unable to crop, or it could mean that it’s the same issue as you. That’s why it’s always good to give as much detail […]
-
cnorris23 posted on the forum topic default crop avatar selection is not working in the group How-To and Troubleshooting: 14 years, 4 months ago
@intimez
Saw your ticket on Trac. Can you give some more info on your setup? What kind of file (jpeg, gif, png, etc)? PHP version? Windows or Linux server? Browser/browser version? There is what seems to be a similar/related report of this issue here…[Read more] -
cnorris23 posted on the forum topic Clean up xprofile in registration page: rearrange statements in the group Creating & Extending: 14 years, 5 months ago
Haha, yeah, I just saw a post you made a little bit ago where you got it to work. At least we know for the next time.
-
cnorris23 posted on the forum topic need some ajax guidance in the group Creating & Extending: 14 years, 5 months ago
Or do what @LPH2005 did 😉
-
cnorris23 posted on the forum topic need some ajax guidance in the group Creating & Extending: 14 years, 5 months ago
Wrap them in
tags. You have to strip out the beginning () PHP tags, otherwise that code will be stripped.
-
cnorris23 posted on the forum topic Clean up xprofile in registration page: rearrange statements in the group Creating & Extending: 14 years, 5 months ago
@LPH2005
I’ve updated my post. Take a look again, because bbPress strips out php tags, and like the code you tried to post, it gets stripped beyond recognition and usability. -
cnorris23 posted on the forum topic Clean up xprofile in registration page: rearrange statements in the group Creating & Extending: 14 years, 5 months ago
In your register template registration/register.php you need to move the line,
bp_the_profile_field_description()
, into each type of xprofile field (if ( 'textbox' == bp_get_the_profile_field_type() ) :
,if ( 'textarea' == bp_get_the_profile_field_type() ) :
,if ( 'selectbox' == bp_get_the_profile_field_type() ) :
, etc) below the label…[Read more] -
cnorris23 posted on the forum topic translate wording for page: http://domain.com/wp-login.php in the group How-To and Troubleshooting: 14 years, 5 months ago
Looks like you have things properly set up. I would search the de_DE.po file for strings on the wp-login.php file and make sure they have German translations for them. This seems very weird.
-
cnorris23 posted on the forum topic Blank site after installing Buddypress in WordPress 3 in the group Installing BuddyPress: 14 years, 5 months ago
I do apologize. You didn’t present this as being at all related. Let me see if I understand what you are saying, as you have yet to clearly define your problem. Are you saying that when you add something like define( ‘BP_ROOT_BLOG’, 2 ); to your wp-config.php/bp-custom.php all BP pages show the members list?
-
cnorris23 posted on the forum topic Fatal Error in the group Installing BuddyPress: 14 years, 5 months ago
It looks like the Buddymatic theme wasn’t deactivated properly. Have you changed any files in the bp-default theme? Try deleting the buddymatic theme and see what happens then.
-
cnorris23 posted on the forum topic Status updates in the group How-To and Troubleshooting: 14 years, 5 months ago
I’m sure it is possible to update both using some javascript. Twitter essentially does this on your homepage when you’re logged in. Javascript is not my strong suite so I couldn’t say for sure. As far as setting a character limit for you status updates, you would use the ‘bp_activity_content_before_save’ filter located in the…[Read more]
-
cnorris23 posted on the forum topic translate wording for page: http://domain.com/wp-login.php in the group How-To and Troubleshooting: 14 years, 5 months ago
It sounds like you haven’t added the German language file for WP. This page should already be translated.
-
cnorris23 posted on the forum topic Blank site after installing Buddypress in WordPress 3 in the group Installing BuddyPress: 14 years, 5 months ago
@LOOOL
This is a thread about getting a blank site in WP 3. You don’t have a blank site, and in fact, you seem to have a completely different issue. Please start a new topic instead of hijacking @Retroriff‘s. -
cnorris23 posted on the forum topic BUG. When a user is deleted this doesn't reflect in the friends count or follow count in the group How-To and Troubleshooting: 14 years, 5 months ago
You are correct. The two Trac tickets only fixed friend counts. The BP Followers plugin is a separate issue, and would require code change to that plugin. I would try posting in the plugin forum (https://buddypress.org/community/groups/buddypress-followers/forum/) to get that issue resolved, or to at least bring it to Andy’s attention.
-
cnorris23 posted on the forum topic Registration Page Issue (solved) — NOW I have a Group Blog fatal error issue. in the group How-To and Troubleshooting: 14 years, 5 months ago
It is true that WP and WPMU were merged in 3.0, but the MU, now called Multi-site, functionality has to be explicitly turned on. Since you don’t seem to have the wpmu_validate_blog_signup() function available to you (as revealed by the fatal error), I’m guessing you didn’t explicity turn on multi-site, or you didn’t do it […]
-
cnorris23 posted on the forum topic Parse error: syntax error when activating in the group BuddyPress Links: 14 years, 5 months ago
Are you using WP single/standard or WPMU/WP Multisite? What’s the WP version number? Are you using the latest BP?
- Load More
@cnorris23
Active 2 months, 2 weeks ago