Questions tagged [buddypress]

BuddyPress is a WordPress plugin that helps you run any kind of social network on your site, with member profiles, activity streams, user groups, messaging, and more.

BuddyPress is an open-source social networking software package owned by Automatic since 2008. It is a plugin that can be installed on WordPress to transform it into a social network platform.

797 questions
-1
votes
1 answer

How do I find the HTML file that shows the sub navigation on profile page in Buddypress?

check this out !(http://d3u3luhfiauvsc.cloudfront.net/hello.png) I need to find the php/html file that shows the submenus on the screenshot under the blue tabs "personal","mentions","favourites".... (on the pic) //This is how the html looks in the…
Gabriel ThaKid
  • 857
  • 3
  • 9
  • 19
-1
votes
2 answers

408 Request Timeout Server timeout waiting for the HTTP request from the client

I got 408 Request Time-out error when i try to login with below error message Server timeout waiting for the HTTP request from the client. I got this above error when i use login widget in home page http://www.imchennai.com/ and also in theme’s…
Vinoth Kannan
  • 69
  • 1
  • 4
  • 11
-1
votes
1 answer

Extra Profile Field Not Showing In Wordpress User Profile

I have created a an extra profile field on Buddypress registration page for users to select their native language using the profile fields area on Buddypress. Once the user has registered and made this selection I want it their input to show on…
Alan Carr
  • 322
  • 2
  • 9
  • 25
-1
votes
2 answers

how stop spam user registration in buddypress and wordpress website?

I am using wordpress and buddypress in my website. I wants new user registration feature in website,But i found that there a large number of registration is going on in website,there are 2 or 3 user are getting register in every minute. I also use…
Sangam_cs
  • 199
  • 2
  • 11
-1
votes
1 answer

Adding the Favorite/Like button post in buddypress so users can like content

How to add the Favorite/Like button post in buddypress so users can like content. I search and tried manything.. Please help me.
-2
votes
1 answer

How to position input fields horizontally and not vertically?

I have a wordpress register.php file from the buddyboss-platform(1.8.5). And there are all input fields under each other, like this: Lable Email Input field email lable password input field password But I want to have them next to each other. Like…
mightycode Newton
  • 3,229
  • 3
  • 28
  • 54
-2
votes
1 answer

how to variable in bp-custom.php in my plugin

This is the code in bd-custom.php global $bp_profile_field_data; function show_profile_field() { $args = array( 'field' => 'Field Name', 'user_id' => 1 ); $tx_profile_field = bp_profile_field_data( $args ); …
-2
votes
2 answers

Remove "All Groups" tab from groups page in Buddypress

I am using buddypress on my site and i want to hide "All Groups" tab and show only "My Groups" tab to the loggedin user.
Anand
  • 3
  • 1
  • 5
-2
votes
1 answer

How to change class if the count is more than 0 (PHP)?

I've a WordPress website, and I try to implement some modifications to buddypress. I've recently succeed to displays notifications in my main menu, but I want to change some colors, if the count is more than 0. So: If the the value (maybe $notif ? )…
Antoine
  • 3
  • 1
-2
votes
1 answer

Remove profile field description

i have added a custom field in user profile.It's Optional for admin to let users see this field from back end.Problem is when admin removes this field,its description still shows.Is there any way to remove this when we remove this field? thanks :)
Vivek Choudhary
  • 634
  • 8
  • 14
-2
votes
2 answers

Buddypress reverting code back to original plugin, I lost my all modification to plugin. I am running wp-4.4 and buddypress-2.2.4

I have buddypress 2.2.4 installed with wordpress 4.4. Now issue I am facing is, I did some modification to buddypress plugin in plugin files it self. And its reverting back. Its changing my modified files to its original versions. even I try this in…
-2
votes
2 answers

Mysql: Delete from table where ID, except rows in a selection?

The problem I'm using buddypress for Wordpress it has a table for private messages in side which are thread ids for message threads. Currently there's no limit on how many messages can be in a thread. I want to create a command that deletes all but…
shakespeare
  • 89
  • 1
  • 7
-2
votes
1 answer

Buddypress Toolbar/admin bar not visible

I added a custom header(header-new.php) to the site http://parentctrhub.staging.wpengine.com for logged in users of buddypress. The code that I added in default page template is: if ( is_user_logged_in() ) { get_header('new'); } else…
-2
votes
2 answers

Custom Login and Registration for new WordPress users

I'm fairly new at WordPress, therefore hopefully someone will find it easy enough to share a few minutes of their time assisting me. Basically, I was trying to implement custom registration into my new WordPress install. After struggling for a…
-3
votes
1 answer

Why are the who's online avatars on this website bumping eachother down on hover?

http://minegrumps.com I'm guessing it's some css somewhere, but man I hate finding that stuff in wordpress, and I've already looked for hours using firebug. A little help would be appreciated. Solved: The Wordpress theme Evolve uses #secondary for…
Seff
  • 217
  • 1
  • 9
1 2 3
53
54