Forum Replies Created
-
I would allow the Admins to have a Admin Page in the Backend with options to create more tabs, and the content on the tab
Not currently, but it’s a good idea. I might do a plugin in the future where you can add as many tabs as you want, to profile, or groups.
This topic may give you some hints on how to add a new tab: https://buddypress.org/community/groups/creating-extending/forum/topic/can-someone-explain-how-to-add-tabs-to-the-profile-page#post-71708
every body login my buddypress they need to have a longitude and latitude information.
Please clarify on that one.
all messages or posts the user posted would also have the location information.
Just the location of the blogger? Just create a profile location field and have the field required, and then you could display the profile field in the template. ( I. E, “ ) That may be the answer to #1 also.
You shouldn’t need to add the buttons manually again. If you changed themes, make sure you go through the template pack instruction steps again. If they still don’t show up, I would contact theme support to see if it’s buddypress compatible.
Don’t hack the core, if thats what you did. Just use the adminbar `remove_action` to delete the logout.
in your bp-custom;
`function remove_logout_bp_adminbar() {
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_logout_subnav’, 6);
}
add_action(‘wp_footer’,’my_alter_bp_adminbar’,1);`Obviously, the subject, and message field are a required field to fill out to complete the message. Without a subject, there would be no text in the message subject line.
glad to see that this got answered.
Don’t put the guilt on us, we are not obligated to help you on anything, this is a free forum, and your lucky your getting free support.
Second, the supposed of “problem” you are speaking of is not a bug or error at all with buddypress. Obviously, the Subject Line is Required, and the message can’t be sent without a subject. I’m sure there is a workaround I suppose if you don’t like it, but it will require some searching.
Don’t deactivate, because the problem is in the buddypress plugin

Seems you have a broken install. Try removing the buddypress plugin, and re-install it.
If you want to have it on a different page, just change the permalink on the profile to something different, or “URL”. This may help. https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
You need to put this in your bp-custom.php
Have you tried: https://buddypress.org/community/groups/buddypress-mobile/?
Brajesh has the plugin on his site: http://buddydev.com/plugins/bp-chat/
bbpress views aren’t in that file.
Here is a Bb plugin that narrows it down for you, you will need to port it over to buddypress however.
It’s most likely not because you’ve called a file more than once,
Seen many times with many installs is they put existing BP on top of what they already have. Investigated this myself, came up with the template pack with already called stuff from the BP default theme.
Could be many, as he hasn’t written back, which must mean he solved the issue?
The cropping is jquery, so I would look for the avatar files with the label “.js”
Yeah removing “ will do it, but the real reason this is happening is because you have called a template twice, or, for example, double CSS in your theme by accident, (calling default.css+template pack)
Anytime you make changes to the core you will lose them next time you update buddypress.
If it’s giving a bluehost 404 error, than something is wrong with your host, not buddypress. Try contacting Bluehost to see if there are any problems or issues with them or your account.
Do you want to take your question over to WPMU? You can pay for a response over there.

Try updating permalinks:
side note: Brandon said, You’ll also want to change
return $members_template->member->user_id;
to
return $members_template->member->id;
since $members_template->member->user_id doesn’t exist.
`$members_template->member->user_id` does exist, it’s in the template-tags.
Savannah, the groups of friends are for my convenience. Why shall ‘they’ join the groups?
Obviously, so they can make friends with the people of the same interests, like categories of friends.
Social networking is supposed to be an easy experience and not round-about way of doing things
It is an easy experience, and part of making your website how you want it is making work arounds, and understanding that not everything will be how you like, there may be some things that simply, aren’t possible at the moment.
One option would be a hire a developer, because this would require coding, in which of coarse you would need to hire a coder to do the job.
C´mon!!!! there has to be a plugin to categorize friends it totally basic!!!
Are you incapable of typing in some words on google? you must go search for plugins or solutions, we don’t know everything that exists off the top of our head.
I need for my members to be able to classify their friedns as: leads, prospects, clients, suppliers, partners, associate, employee, etc. it soooo basic!!!! maybe a contact management plugin??
If it’s “sooo basic” than why don’t you put some money or start developing the plugin yourself? If the plugin does not exist, there is nothing we can do other than what I said above about hiring someone to ronia.
0815, you want your site to run faster? From my understanding?
What do you want to be in the links page?
Use the buddypress links plugin https://wordpress.org/extend/plugins/buddypress-links/ it adds that tab to groups