When I have the Post Type Switcher plugin enabled, all Add New Post fields are stuffed into the right-hand column for Authors, Contributors -- any role that would see a "Submit For Review" button rather than a "Publish" button. A simple display/HTML oversight, perhaps? Anyone else experienced this?
http://wordpress.org/extend/plugins/post-type-switcher/
I ain't no expert, but it seems like adding a conditional </div> tag (if the user can NOT publish) after line 41 in the plugin code cleans this up, for me at least. We'll see if I broke anything else in the future...
trevorgreenfieldwp
Member
Posted 1 year ago #
I can confirm this is broken here too,
WP 3.04
P-T-S 0.2
It moves the "add post" center column input boxes (title, description, etc) under the categories and tags etc in the right column, for those without privileges to publish articles. A conditional div to show only on users with the privilege to publish would be good.
How did you do this in PHP JMF?