0
votes
1answer
24 views

how do you point 'screen_function' to a function in the same class? [closed]

In a plugin class, I'm successfully creating a new tab on a Member page using: bp_core_new_nav_item( array( 'name' => __( 'MyTab', 'bp' ), 'slug' => 'mytab', 'position' => ...
2
votes
1answer
44 views

How to hide fields from my user profiles

I want to hide the fields link nick name, first name, last name, etc. I could not find an answer in the codex and I do not want to touch the core files. Is there any solution for it?
0
votes
1answer
55 views

how to connect the author profile with google webmaster tools in multiuser blog?

in this page google help us to enable our profile image on google search list when some one search get results from our blog post. my question not about how to do that ... like this link that closed ...
0
votes
1answer
169 views

Displaying custom profile fields using Mingle Plugin

I am using the Mingle plugin to add some networking functionality for a website I am creating for a client. I am having Mingle handle displaying user profiles and friends, but WordPress to actually ...
2
votes
4answers
642 views

Remove WordPress Toolbar buttons

Is there anyway to remove the 'W' icon from the WordPress toolbar located at the top, when Authors login? I know that an author can uncheck an option for an individual user, but we need to do this ...
0
votes
2answers
1k views

Remove toolbar option (and set to default to no) in user profile

I don't want users to be able to choose to display the admin bar/toolbar when they log into wordpress. It doesn't have a function for those users. Instead I would like for admin users to have the ...
1
vote
1answer
52 views

Information and Videos for Customers in the Backend

I am looking for ideas or plugins that would allow me to have a backend area for clients to log into my site and access files specifically assigned to them. I provide video IT help files for clients ...