Hi Kevin -
Plug-in is working great overall, thanks for all of your hard work and support. One question - I recently set up a category that registered users can post to (they can't post anywhere else on the site). Everything went smoothly in that regard, and works properly, meaning users can only post to that one category. Here's the thing… On the front page of the blog, I used a simple query_post tag before the loop so that this category does not show up on the front page… <?php query_posts ($query_string . '&cat=-74'); ?>
That worked as expected when I tested it with my admin account - all posts show up in full on the front page except those in that category. But when I log in with a test user account, the front page displays only the title of the posts and a blank space where the text normally displays (for short posts), or for longer posts it displays the first paragraph or so but then cuts it off with a "…" The posts show up fine when viewed in single-post or archives mode, so it seems only the front index.php file is being affected. Any ideas on why this is happening?
Thanks,
Rennie