mannex
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Allow comments on draftsThe comments get saved in the database but are not shown on the post or elsewere…
Forum: Fixing WordPress
In reply to: Allow comments on draftsThanks, I will try it right away!
Forum: Fixing WordPress
In reply to: Allow comments on draftsNo one?
Forum: Fixing WordPress
In reply to: Prevent lower-level admins to create high-level admin accountsno one?
Forum: Fixing WordPress
In reply to: Allow comments on draftsthat would be one solution, but for the end user it just seems to be to much hazzle…
Forum: Fixing WordPress
In reply to: private: in front of private postsI see that you’ve solved it in another way, but if anyone wants to delete the Private prefix, this is how i did it:
In /wp-includes/post-template.php erase the folowing:
else if ( ‘private’ == $post->post_status ) $title = sprintf(__(‘Private: %s’), $title);
Forum: Fixing WordPress
In reply to: Allow comments on draftsAs I said, for multi-author blogs it would be good. All authors can see all drafts. Clicking “View” from Edit posts is the best way to read another mans post. Once there, submitting a comment seems logical.
Viewing 7 replies - 1 through 7 (of 7 total)