Posts added in status pending
Reported by Ron | February 12th, 2009 @ 05:54 PM
Campaigns should allow for posts to be created with more status options, such as pending.
This would allow editors to moderate incoming posts.
Comments and changes to this ticket
-
Ron February 12th, 2009 @ 05:59 PM
Some code changes to make this happen are...
/wpomatic.php:
from -> posttype enum('publish','draft','private') NOT NULL default 'publish',
to -> posttype enum('publish','draft','pending','private') NOT NULL default 'publish',
/inc/admin/edit.php Modify post status to add the following:
<?php echo radiobutton_tag('campaign_posttype', 'pending', _data_value($data['main'], 'posttype') == 'pending', 'id=type_pending') ?>
<?php echo label_for('type_pending', __('Pending', 'wpomatic')) ?>
-
Ricardo Rauch April 15th, 2010 @ 08:50 AM
- Assigned user changed from Guillermo Rauch to Ricardo Rauch
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
WP-o-Matic project.