@missnorthking
It would help if you gave more details and if possible a link to a url demonstrating the problem.
I gather from your other post that you are using http://themeforest.net/item/music-musicians-theme-facebook-app/1541383 ( see demo ).
From what you say, it seems like you are asking about a simple css issue with the theme. It will need something like a float left or right on the avatar images…..
`img.avatar { float: left; }` ( and other properties ) is in the bp-default default.css for bp 1.7… If you made a child theme you could try putting that at the bottom of style.css and see if it helps….
@anharmse
Actually my first suspicion is the dynamix theme.
Viewing the buddypress demo page with firefox, it appears to still be using buddypress v 1.6.5 so would probably need upgrading to v 1.7.
Meanwhile, try a theme that is supposed to work well with bp 1.7, such as twenty twelve….
If that fixes the error then It might be an idea to ask the commercial theme designers if they plan to upgrade it…
Hi,
After installing buddypress, every page works fine, except for the login page. I get the following error: ‘Fatal error: Call to undefined function bbp_logged_in_redirect() in /home/sporganize.nl/www/wp-content/themes/DynamiX/page-user-login.php on line 11 ‘ . This line 11 says ‘bbp_logged_in_redirect();’. Does anybody have an idea how to solve this? thanks! Anne
my site: http://www.sporganize.nl, I use buddypress 1.7, wordpress 3.5.1
Hi there,
I’m currently developing with BuddyPress 1.7, and when I check the BP Group moderator roles, here is the official document from http://codex.buddypress.org/user/setting-up-a-new-installation/group-settings-and-roles/:
Moderators: When a group member is promoted to be a moderatorof the group, it means that the member receives the following additional abilities:
Edit group details, including the group name and group description
Edit, close, and delete any forum topic or post in the group
Edit and delete other kinds of content, as produced by certain plugins
But when I logged in as a group moderator I cannot find the “Admin” tab to modify the group details…then I check many web pages and found this: https://buddypress.trac.wordpress.org/ticket/4737
So it seems that BP is hiding “Admin” tab for moderators now…
My Question is: So how could a moderator to “Edit group details, including the group name and group description” exactly???
So sorry for the bad english but yesterday I was sick.
I installed BuddyPress 8 times now, I’ve tried with several versions, with different languages, but I have always the same error.
When you compile the registration form and press enter, the page loads without sending mail and without change propertes Appearance.
In a few words do not allow users to register and this is giving me a lot of problems.
In the link that I have left you there is before the registration page where you can see the problem yourself
The wordpress registration page works well, there is no way to delete the registration page of BuddyPress and leave the wordpress page?
Hello,
I have WordPress 3.5.1/BuddyPress 1.7 ( http://www.mysimcities.com )and installed it and I found some missing:
1) No Register link on my site but you can access to the URL itself
2) Login page is blank
3) BuddyPress Admin is mess up, not like I see in the demo
4) No BuddyPress Toolbar (like all other sites has)
5) Profile Fields – No groups so I tried to add but it says error… I notice this problems if I add bbpress, it solves it, but I dont want bbpress.
6) Some plugins doesnt show up on register page (ie: recaptcha, User Name Availability Checker, BuddyPress Password Strength, and few others)
Am I missing something here?
Thanks
In order fix an issue regarding cropping avatar images I recently upgraded to BP 1.7. Now at the top of my webpage, when logged in is an obnoxious and OLD sitewide notification. I do not know how to disable this function as it is not something that I want to or need to have on this site. Here is my info:
BuddyPress: 1.7
WordPress: 3.5.1
BBPress: 2.3
Here is a link to a screenshot of what I am referring to: http://bit.ly/17aVWzu
Please let me know how to get rid of this.
https://wordpress.org/extend/plugins/underconstruction
This plugin found out to be the culprit, this was the only plugin that we could not deactivated for privacy reasons. As soon as we did the problem was gone.
Thank you all 🙂
Hello,
I have a very stange problem at my BP site and I seek your help.
Everytime any users at my BP site reply to private messages they get logged out. No matter how many times a user tries he/she will always defenetly be logged out. The message they try to send is however always gets delivered to the receipent.
NOTE : This problem is not affecting the admins, they can normally reply to messages!
I have already tried the following without any success:
- Deactivating all the plugins except buddypress
- Swtiching to default buddypress theme
I have : WordPress 3.5.1 and BuddyPress 1.7
Kindly advice
Hi,
1) Mybe the code source of Welcome Pack plugin (https://wordpress.org/extend/plugins/welcome-pack/ ) can help you in dev.
2) or check this link :
http://bp-tricks.com/featured/creating-a-custom-email-template-for-your-buddypress-emails/
3) Check this code (from bp-members-functions.php line 1353). function bp_core_signup_send_validation_email
`
$to = apply_filters( ‘bp_core_signup_send_validation_email_to’, $user_email, $user_id );
$subject = apply_filters( ‘bp_core_signup_send_validation_email_subject’, $subject, $user_id );
$message = apply_filters( ‘bp_core_signup_send_validation_email_message’, $message, $user_id, $activate_url );
`
With some filters i think you can change email, subjet of activation email, or the message.
Closing this, continue discussion at https://buddypress.org/support/topic/register-2/ please respond to question posted there.
I lost my hope for them due to lack of assistance avail. I hope the communities here on WP are better!
Please know that all of those helping in the WP, BP and bbP forums including even that of Joomla’s forums are all volunteers living in different time zones. If you require on demand support, you’d need to hire a developer at http://jobs.wordpress.net or at https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/ etc.
I need to update user avatars from a custom form (using gravity forms). I’ve hooked into Gravity Forms properly so I have access to both the $_FILES array and a path post upload – is there any function that I can feed either of these pieces of information to to upload the avatar, create the different sizes, and associate to a user with a specified ID?
I’ve tried bp_core_avatar_handle_upload() and managed to get it to return 1 (which I assume means it was successful) but then there is no change to the user’s avatar.
I’m running WordPress 3.5.1 and Buddypress 1.7. I can’t provide a link to the live site.
Thanks in advance for any help you can give
Login was never a widget, it was hardcoded to the sidebar in bp-default and still is so copy it from the sidebar.php in /bp-themes/bp-default/ to your themes sidebar.
Thanks I will give that a go. It just confused me when it disapeared after the update.
No answer to your registration issue my local installs don’t appear to have any issues, you may need to provide a little more detail.
I’m not sure what more detail I can give. Just the /register now results in a redirect loop even after switching permalink settings.
It took me hours to figure out which files I needed to change in order just to log into the admin dashboard!
why? You can always login via wp-login.php and navigate to dashboard with /wp-admin/
That was my first point of call, but every one of them resulted in a 404. It wasn’t until I tried the login in part at the comment section did it then allow me to log in at the defult wordpress login screen.
Also I think I have fixed the admin bar. Just turned it on and off again.
If you want to take a look, doubt it would help but here is the site in question: http://www.caiminds.com
The creation of this website is based on a simple idea. Be a place where communities can exhibit their work and promote their purposes. The visitors can be informed about the activities of communities and why not participate actively.
We create this community with wordpress 3.5, Buddypress 1.7. We based the default buddypress theme (still loving it).
Waiting for your comments and remarks.
Once again we would like to thank all members of the forum and of course the buddypress team.
http://howdycom.com
The big question is: Why not?!
This is a little silly.
With groups set up, you could effectively replace old school “forums” with the more dynamic “groups”.
You can just message from your profile, or to a group. It turns the entire site into an extendable forum. All that’s missing is a better text editor.
This would simplify things a great deal. Right now, you can start a conversation in the forum; in a group; or just with a message from the profile. These are not all that integrated. Way too easy to get lost, or lose related content. It’s a mess.
I know with the new updates, bbpress and BuddyPress are friends, and you can (in theory) feed your group forums into the site wide forum. But… why have a site wide forum when you can just message to groups?
I’ve had to create a page on the site just to explain to people what this Groups vs Forums stuff is about. Think about it from their perspective. What the hell is a “group”. This really smacks of developer centric thinking dominating user centric thinking.
I’ve found this: https://wordpress.org/extend/plugins/bp-tinymce/
But I’m getting a fatal error, and so are other people (https://wordpress.org/support/topic/plugin-bp-tinymce-fatal-error?replies=3#post-4107216)
@bill-king I asked you to change themes to double-check if the warning was only happening in your theme as I presumed it would. I just checked out the Radiance theme demo at Rocketthemes and unfortunately, they’re still using jQuery version 1.7.1 while WordPress and therefore BuddyPress as well, are using jQuery version 1.9.1. Which brings me to question are they dequeueing WP’s jQuery to get in their version in? That’ll be bad, as it’s going to break some WP plugins which use 1.9.1. Hopefully, the Rockettheme devs there will update their WP themes to use 1.9.1 otherwise, it’s going to be a rocky road for you with WordPress plugins using WP’s 1.9.1 version.
If the jQuery issue gets fixed, there is another method to BP Theme Compatibility, i.e., copy Radiance theme’s page.php file and save as buddypress.php. Tell the theme dev that you need to revise code within buddypress.php to make it work with BuddyPress amidst all the customized coding, i.e., need the_title and the_content to be within the WordPress loop.
@bill-king
Time is money and if it takes you a lengthy amount of time and you still have not achieved your requirements then you will have lost something money can’t buy and that is more time you invested than you already have. I would contact the theme author for support and if they can not help you, and nobody here can help you, then you and that theme will have to say your goodbyes and choose a theme that adheres to WordPress template structures if you want progress in your project. If that is not an option then you need to hire a developer which will cost more money than you paid for the theme considerably.
@modemlooper Thanks so much for the link.
I’m having a slight issue with what I downloaded. Might be that I do not have something configured right. I did a default install without changing any coding. I get this result.
http://vanitywigs.com/wordpress/activity/
I also tested this by changing the folder name to match what is in the code and though the pictures on the Admin Plugin shows now, when I go to the activity page only the Share button Shows but when clicked nothing happens.
Any suggestions on what to do?
@johnconner Glad you resolved the issue and thanks for posting back. Did you add that to your htaccess file to harden WordPress install?
Can anyone help me with sizing of navigation tabs?
Using: WordPress 3.5.1, BuddyPress 1.7, Montezuma (Bytesforall) theme. Difficult to ‘just switch’ to Twenty Ten / Twenty Eleven as it’s a ‘presentation’ problem.
I’m trying to resize BP navigation tabs to match others I’m using at my site.
As you can see, I’m managing to resize the ‘sub menu’ navigation, but not the ‘top level’ … even though they’re using (as far as I can ascertain) exactly the same CSS classes, ID, etc. Actually … you can’t see. You need to be logged in and viewing your own dashboard for there to be sub-nav items. Sorry. Just have to take my word for it
To the right of the member name, if you’re signed in, there are sub-nav tabs for ‘View’, ‘Edit’, etc. which are the same size as ‘Register’ and ‘Log In’. The ‘Comments’, ‘Profile’, etc. tabs are generated by BuddyPress as a ‘main navigation’ menu.
I’ve played with CSS in the Montezuma theme, in BP Template plugin, and in ‘default.css’ in the main BP plugin. Can anyone suggest where I should be looking? Driving me mad that I can’t crack what should be such a simple thing!
Hi everyone,
Just wondering if anyone could shed some light on this. What I’m looking to do is something like on this webpage: http://www.beatport.com/artist/sebastian-weikum/137000/tracks?perPage=100
As you can see, there is a ‘filter box’ with keywords that users use to search through the list. I was hoping I would be able to do something similar to that on the ‘Members’ page in buddyoress. I wouldn’t necessarily want to keep the default search bar, unless if it would be easier to use it together with the filter box.
Does anyone have any idea how I would go about doing something like that? I already have most of the code structured out, but its integrating it with wordpress/buddypress, for it to give me results that are profiles, and the right ones, which is causing the problem for me at the moment. What are the variables/functions/… that I would need to use in order to get coherent results?
Thanks in advance!
Hi, So how do I can use the function out of their component?
Today I’m tried to create a navbar with name and thumbnail of the user.
Thanks
Warning: Missing argument 2 for bp_modify_page_title() in /home/billking/public_html/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 313
Warning: Missing argument 3 for bp_modify_page_title() in /home/billking/public_html/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 313
I am using WP 3.5.1
BuddyPress 1.7
Only plugins activated are Akismet, BuddyPress, Gantry Template Framework, Jetpack by WordPress.com.
This is driving me nuts! Can someone please help me?