daniel.edwins
Member
Posted 16 years ago #
I am creating a WordPress MU blog that functions more as a CMS. Each "blog" will actually be a project site. I have five people who need access to each blog where four of them should be able so save and edit pages, and the final person will approve and publishe the pages in each blog.
What is a good way to do this?
Keep in mind that the number of blogs could end up being a lot, so I want an automated solution that assigns these roles to each new blog.
Is there a good plugin for doing this?
Thanks!
"four of them should be able so save and edit pages"
Their own pages? If so that's a built-in role - contributor. If they should be able to edit all pages, but just not publish, that'll be a little trickier and will require a role manager type plugin....
daniel.edwins
Member
Posted 16 years ago #
Can contributors automatically be assigned to new blogs? Example: I have the four "global" contributors, and I create a new blog. Then these four global contributors can edit (but not publish) pages on the new blog.
Or is this where the role manager plugin comes in?
You'll have to add the contributors to each blog. You can do that in the edit blog screen under site admin -> blogs.
daniel.edwins
Member
Posted 16 years ago #
It looks like there is a "submit for review" option for contributors before a page is published by someone with higher access.
Suppose a page is already published, and a contributor edits that page. Is there a way for the page to be reviewed by an editor before it is published?
It looks like the only option is to "Update page". Is there away for it to be submitted for review again? Or for a draft of the new page to be created and then the editor edits and publishes the draft?
Thanks!
vyasritesh
Member
Posted 16 years ago #
i created wordpress multiuser project.when any user creates its own blog then they have admin dashboard with all options same as a main wordpress blog administrator’s dashboard…. i want to hide some option of new blog’s users dashboard…….plz help me……
vyasritesh
Member
Posted 16 years ago #
in wordpress mu by default new blog have one post and one page but i want five post and five pages by default in each newly created blog is it possible...........and also i have 2'nd question is it possible to add my blog posts to any one of these newly created page..........
vyasritesh
Member
Posted 16 years ago #
is it possible blogger can upload his/her photo on its blog's header and also remove from header
If the theme has "custom header option" - yes.
vyasritesh
Member
Posted 16 years ago #
where can i find this theme.....? plz tell me or anyother idea...
http://wordpress.org/extend/themes/tag-filter/
Check the "custom header" box & search. There's over 1300 results.
vyasritesh
Member
Posted 16 years ago #
in my wordpress mu project there is contact form. it generates code and when we put this code in page it will display contact form in that page but i want that contact form come automatically when new blog created is that possible
vyasritesh
Member
Posted 16 years ago #
or tell me for any contact plugin for wordpress mu
Use any regular contact form.
vyasritesh
Member
Posted 16 years ago #
plz give me link for contact us plugin for wordpress mu and i have one query .is it possible if new blog added then automatically one page created and it contains contact us detail
vyasritesh
Member
Posted 16 years ago #
i have also one question that is it possible some plugins are activated automatically in new user blog, i am using plugin commander but in that option automatic avtivation is not work properly
vyasritesh
Member
Posted 16 years ago #
how can i display all posts in one page
vyasritesh
Member
Posted 16 years ago #
hello i am using page2cat plugin to display post in pages here is code which displays full post content
foreach($catposts as $single):
query_posts('cat='.$v0.'&showposts='.get_option('posts_per_page'));
endforeach;
but i want to display each post's 100-200 characters and then Read More link to show full post is there any idea for it......