admin管理员组

文章数量:1414863

I have build a simplified version of wordpress admin without all the features and stuff, only posting some specific custom post types and pages. This simplified version addresses a specific role on my normal wordpress operation (since admin is such a fuss to customize), but it lacks some things, such as using the plugin administration from the normal wordpress wp-admin. The wp-admin, still works for administrators only, but they are out of the loop for what I want to implement.

Given the fact that my clients now want to use an internal private messaging system, what are my options here?

Basically I am talking about (backend) pages in the same domain such as wp-admin that have wp-load.php, checks for roles and specific users, custom designed and inside them I want to use, for example, the wp private message plugin or the messaging plugin from wpmu.

Is there any other customizable php class that I could use?

I have build a simplified version of wordpress admin without all the features and stuff, only posting some specific custom post types and pages. This simplified version addresses a specific role on my normal wordpress operation (since admin is such a fuss to customize), but it lacks some things, such as using the plugin administration from the normal wordpress wp-admin. The wp-admin, still works for administrators only, but they are out of the loop for what I want to implement.

Given the fact that my clients now want to use an internal private messaging system, what are my options here?

Basically I am talking about (backend) pages in the same domain such as wp-admin that have wp-load.php, checks for roles and specific users, custom designed and inside them I want to use, for example, the wp private message plugin or the messaging plugin from wpmu.

Is there any other customizable php class that I could use?

Share Improve this question asked Mar 6, 2013 at 16:54 PanagiotisPanagiotis 2631 silver badge11 bronze badges
Add a comment  | 

1 Answer 1

Reset to default -1

Since the last time, I was able to make my own private messaging system. I do have some other questions which I will post in another "ask question" segment.

本文标签: Private messaging pluginscustom admin