Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Users Can Publish Posts / Blogs, ?????

  1. #11
    buddhan's Avatar
    Join Date
    Oct 2011
    Location
    International
    Posts
    42
    Thanks
    22
    Thanked 4 Times in 4 Posts
    Ok after testing this plugin several times,

    I had couple little issues:

    "in short terms, you don't get any notification via e-mail. and you cannot review and approve any Blog Posts".
    that the user even can make an blog post, need to be the settings on: "always publish immediately".

    CP-Blog Template Page Template (tpl-blog.php):

    <div class="content_left">

    <?php $args = array( 'paged'=> $paged, 'post_type' => 'post' ); query_posts( $args ); ?>

    <?php get_template_part( 'loop' ); ?>

    <div class="clr"></div>
    <?php if(function_exists('public_submission_form')) public_submission_form(true); ?>

    </div><!-- /content_left -->

  2. #12
    Thread Starter
    buyapet's Avatar
    Join Date
    Aug 2010
    Location
    Australia
    Posts
    51
    Thanks
    2
    Thanked 0 Times in 0 Posts
    i installed (Members) plugin , you can then set the capabilitys for each role, so i have a few people i let become authors, i then make the role authors , then i changed the capabilitys using the plugin to only allow them to publish posts / read / edit posts
    these 3 capabilitys will anly allow them to do just that and not any other posts, but its not really what i wanted as there is nothing make it work on the front end, so i had to create a page that only can be entered by authors , in that page i made a link to the back using the a new post url , that allows them to do everything they need. i have tested it out and seems to be ok, but i really wanted something straight from the front end.

  3. #13
    Thread Starter
    buyapet's Avatar
    Join Date
    Aug 2010
    Location
    Australia
    Posts
    51
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Ok i found a plugin that works for me now finally , lets users post from the front end.
    Plugin is
    (User Submitted Posts)

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Category closed for users posts?
    By dean_l in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: February 1st, 2012, 04:26 AM
  2. Encourage users with no posts, to post!
    By McGee in forum ClassiPress General Discussion
    Replies: 3
    Last Post: March 12th, 2011, 03:48 PM
  3. Question: Email Users Of New Posts
    By gorsky7 in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: October 20th, 2010, 12:55 PM
  4. Allow HTML posts for certain users only?
    By kmaisch in forum ClassiPress General Discussion
    Replies: 0
    Last Post: August 11th, 2010, 08:10 AM