<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>fortes.com - Latest Comments in Post Levels 1.1</title><link>http://fortes.disqus.com/</link><description></description><language>en</language><lastBuildDate>Fri, 16 Feb 2007 23:57:54 -0000</lastBuildDate><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207957</link><description>&lt;a href="http://fortes.com/2007/02/16/post-levels-111/" rel="nofollow"&gt;Post Levels 1.1.1&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fortes</dc:creator><pubDate>Fri, 16 Feb 2007 23:57:54 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207969</link><description>I have the same problem as Charlie. My posts show up in reversed order. Changing a theme or deactivating other plugins does nothing to help. Only deactivating this post-level plugin brings the posts back to the correct order. I hope you can find a fix for this as this is a great plugin otherwise.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">perine</dc:creator><pubDate>Thu, 15 Feb 2007 02:31:56 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207956</link><description>oops.  just noticed the following database error: "WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]&lt;br&gt;select restricted from wp_posts where ID=" so forget or delete the above.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate</dc:creator><pubDate>Wed, 14 Feb 2007 13:31:34 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207955</link><description>I have installed the plugin, I am guessing that it works, but when I view the protected page as non-registered user it takes me to my "Not Found&lt;br&gt;Sorry, but you are looking for something that isn't here" page.  Anyway have the plugin direct the non-registered user to page that says "must be logged in to view this post/page?"  Thank you for your time and for creating this plugin!&lt;br&gt;&lt;br&gt;Take care.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate</dc:creator><pubDate>Wed, 14 Feb 2007 13:12:48 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207968</link><description>I have the follow error code:&lt;br&gt;&lt;br&gt;*************************************************&lt;br&gt;&lt;br&gt;&lt;br&gt;WordPress database error: [Not unique table/alias: 'wp_postmeta']&lt;br&gt;SELECT post_id, meta_value FROM wp_postmeta, (wp_posts LEFT JOIN wp_postmeta ON wp_posts.ID = wp_postmeta.post_id) WHERE post_id = ID AND meta_key = 'links_to' AND (post_status = 'static' OR (wp_posts.post_status = 'publish' OR (wp_posts.post_status = 'private' AND (wp_postmeta.meta_key = 'post_level' AND wp_postmeta.meta_value</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pepe</dc:creator><pubDate>Tue, 13 Feb 2007 17:20:05 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207954</link><description>Hi is there any possebility to set for a role a fixed publish-level? By that I mean, that the use has not to choose each time the post-level, further he alway post in a prefixed level?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton</dc:creator><pubDate>Mon, 12 Feb 2007 17:28:25 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207953</link><description>The plugin is so nice and usefull! Really congrats for your work.. But still the problem with the private posts not showing up in the categories and archives when using a plugin that expand categories (WP-dTree is the plugin) and archives to detailed posts is making the users confused..&lt;br&gt;Really ill be so happy if this would be solved in the future! Again thanks for your plugin..</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ipeppas</dc:creator><pubDate>Mon, 12 Feb 2007 06:51:57 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207952</link><description>&lt;b&gt;[Not unique table/alias: 'wp_postmeta']&lt;/b&gt;&lt;br&gt;&lt;br&gt;You probably have some SQL that was already joining on the postmeta table to filter out private posts.  This functionality is now built into the plugin, so the LEFT JOIN is being performed twice on execution of the query (hence the ambiguity of  any wp-postmeta table references).&lt;br&gt;&lt;br&gt;As an example, here is my SQL for displaying recent comments (note that I no longer have to worry about post levels):&lt;br&gt;&lt;br&gt;SELECT {$wpdb-comments}.comment_ID, {$wpdb-comments}.comment_author, {$wpdb-comments}.comment_date, {$wpdb-posts}.id, {$wpdb-posts}.post_title&lt;br&gt;FROM {$wpdb-comments}, {$wpdb-posts} &lt;br&gt;WHERE {$wpdb-comments}.comment_post_ID = {$wpdb-posts}.id AND &lt;br&gt;      {$wpdb-comments}.comment_approved='1' AND&lt;br&gt;      {$wpdb-comments}.comment_type != 'pingback' AND&lt;br&gt;      {$wpdb-posts}.post_status = 'publish'&lt;br&gt;ORDER BY comment_ID DESC LIMIT 5&lt;br&gt;&lt;br&gt;&lt;br&gt;IMPORTANT NOTE: Make sure that when you write the table name " {$wpdb-posts} " in the FROM clause you ALWAYS put a space on BOTH sides!!  This bug will probably go away in future versions, but for now it's critical if you want to see the private comments.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mcbarron</dc:creator><pubDate>Sun, 11 Feb 2007 12:31:14 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207948</link><description>I am running the Random Quotes plugin (&lt;a href="http://www.zombierobot.com/wp-quotes/" rel="nofollow"&gt;http://www.zombierobot.com/wp-quotes/&lt;/a&gt;) and Wordpress Database Backup plugin (&lt;a href="http://www.skippy.net/blog/plugins/" rel="nofollow"&gt;http://www.skippy.net/blog/plugins/&lt;/a&gt;). The theme I am running is the Waterlily theme that I specified earlier. I have made slight modifications to the theme, but the posts are still reversed on the default theme so I don't think that is the problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie</dc:creator><pubDate>Sat, 10 Feb 2007 14:13:43 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207951</link><description>Wow! These are some strange problems. Could you guys tell me which plugins  theme you're running so I can install them on my test blogs? Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fortes</dc:creator><pubDate>Sat, 10 Feb 2007 11:41:56 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207950</link><description>Would you like me to install it on a testblog on my site with all the same plugins installed, so that this problem with messed up comments can be investigated? For the moment, just to let my site run like normal, I've had to disable the Postlevels plugin.&lt;br&gt;&lt;br&gt;Sorry for the bad news and so on.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gordsellar</dc:creator><pubDate>Sat, 10 Feb 2007 09:10:49 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207975</link><description>The duplicate posts are gone, but they are now shown in reverse order and now several copies of categories are showing.  I made one category protected.  The site loads slower, but I think that might be because of the reverse chronological ordering.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rod</dc:creator><pubDate>Fri, 09 Feb 2007 22:26:13 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207947</link><description>Sorry to post again, but I just noticed something else. This only happens with 1.1 final and not with either of the betas. When a user is logged in, the posts appear in a strange order. The public posts are first, going in reverse order, so the oldest are at the beginning. Then the private ones appear, also in reverse order. The posts appear correctly when the plugin is deactivated. &lt;br&gt;&lt;br&gt;Thanks for the help.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie</dc:creator><pubDate>Fri, 09 Feb 2007 22:26:10 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207949</link><description>Sorry about that. The posts are getting marked properly as private and whatnot, based upon the post level. The posts aren't showing up in the categories unless they are marked public. The posts do not show up in the categories for any user, including the administrator. Is this just something that needs to be modified in the theme?&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie</dc:creator><pubDate>Fri, 09 Feb 2007 21:56:24 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207967</link><description>&lt;blockquote&gt;WordPress database error: [Lost connection to MySQL server during query]&lt;br&gt;SELECT * FROM eclx_comments WHERE comment_post_ID = '2951' AND comment_approved = '1' ORDER BY comment_date&lt;br&gt;&lt;br&gt;Comment on this post below&lt;br&gt;&lt;br&gt;Logged in as gordsellar. Logout Â»&lt;br&gt;&lt;br&gt;&lt;br&gt;You can leave a response, or trackback from your own site. Edit this entry.&lt;br&gt;&lt;br&gt;WordPress database error: [MySQL server has gone away]&lt;br&gt;SELECT ID, post_title FROM (eclx_posts LEFT JOIN eclx_postmeta ON eclx_posts.ID = eclx_postmeta.post_id) WHERE post_date  '2007-02-05 06:50:28' AND post_type = 'post' AND (eclx_posts.post_status = 'publish' OR (eclx_posts.post_status = 'private' AND (eclx_postmeta.meta_key = 'post_level' AND eclx_postmeta.meta_value  &lt;br&gt;&lt;br&gt;Somehow, it's messing up the handling of comments, or, at least, that's my guess. Thoughts? (I'll leave the messed-up page up so you can see it.)&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gordsellar</dc:creator><pubDate>Fri, 09 Feb 2007 05:51:47 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207966</link><description>Jenna -- thanks for the detailed explanation! I have to admit, I'm a little bit baffled by your issue. A couple of more questions:&lt;br&gt;&lt;br&gt; - Could you make sure you have the latest version of the plugin (I updated it a couple of days after this post) -- go ahead and re-download it to see if it fixes the issue&lt;br&gt;&lt;br&gt; - What do you mean by a "Moderated" post? Is that a private one?&lt;br&gt;&lt;br&gt; - When you saw seven duplicate copies of the same post -- were you logged in?&lt;br&gt;&lt;br&gt; - For that post with seven copies, how many tags does it have?&lt;br&gt;&lt;br&gt;Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fortes</dc:creator><pubDate>Fri, 09 Feb 2007 01:02:37 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207974</link><description>Whoops, solved it myself. For the record, the old Attachfile plugin (of which there may be a new one, but since I don't use it anymore, it's toast) was having a conflict with the new PostLevels 1.1. &lt;br&gt;&lt;br&gt;Take care, and thanks very much for the wonderful update!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gordsellar</dc:creator><pubDate>Thu, 08 Feb 2007 15:36:57 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207973</link><description>Any idea what  the plugin might be causing the weird effects I'm seeing on my sight right now, with the following error showing up in in the main posts area (as well as other stuff elsewhere):&lt;br&gt;&lt;br&gt;WordPress database error: [Lost connection to MySQL server during query]&lt;br&gt;SELECT * FROM eclx_attached_files_meta WHERE post_id = 2961 ORDER BY file_name ASC&lt;br&gt;&lt;br&gt;When I deactive Post Levels 1.1, it goes away. (But so do post levels.)&lt;br&gt;&lt;br&gt;Think it's a plugin conflict? Maybe the Page Restriction Plugin? (I'm scared to fiddle since some of the code for that one is hardcoded into the template or something.)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gordsellar</dc:creator><pubDate>Thu, 08 Feb 2007 15:25:17 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207972</link><description>Here's what I'm doing:&lt;br&gt;&lt;br&gt;I selected "Title plus excerpt" under Post Preview. I created a new entry called "New Entry" and set the Post Level to 3. Then I hit Publish.&lt;br&gt;&lt;br&gt;When I click over (still logged in) to make sure the entry is published, I see it says "Moderated: New Entry" and my post body is visible.&lt;br&gt;&lt;br&gt;Then I signed out of WordPress and clicked back over. The moderated post disappears and I get the last unmoderated post at the top. That post is duplicated seven times. The next one is duplicated two times. The third and subsequent are only duplicated once.&lt;br&gt;&lt;br&gt;I also clicked over into IE to test it. Same results.&lt;br&gt;&lt;br&gt;Note: This is a fresh installation of WP 2.1 and I only have two plugins installed; this one and UTW 3.14. I deactivated UTW for the time being to make sure that it was not causing a problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jenna</dc:creator><pubDate>Thu, 08 Feb 2007 14:52:12 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207962</link><description>@Nick: Thanks! :)&lt;br&gt;&lt;br&gt;@Jenna -- Can you be more specific? What isn't working? Do private posts not show up at all? Is the type of preview incorrect?&lt;br&gt;&lt;br&gt;The post preview is only when you are not logged into the site, so make sure you've completely logged out of WordPress (or use a different browser or computer).&lt;br&gt;&lt;br&gt;@Charlie: Could you also be more specific? Do they show up for you (the admin?), or for other logged in users? Or are they always hidden? Also, make sure that you've set a post level on the post (there is a drop down on the page where you write a post).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fortes</dc:creator><pubDate>Thu, 08 Feb 2007 13:56:22 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207964</link><description>I suppose I should say that I am using the WP 2.1 and K2 0.95rc1.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jenna</dc:creator><pubDate>Thu, 08 Feb 2007 13:52:03 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207963</link><description>Private posts aren't showing up for me. The theme I am using is Waterlily. It can be found at &lt;a href="http://ewebscapes.com/" rel="nofollow"&gt;http://ewebscapes.com/&lt;/a&gt; Thanks for the terrific plugin. It makes life so much better.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie</dc:creator><pubDate>Thu, 08 Feb 2007 13:51:24 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207965</link><description>I'm having a problem with the Post Preview option. I can't seem to make it work with default, K2 or Integral themes. I'm wondering if I did something wrong?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jenna</dc:creator><pubDate>Thu, 08 Feb 2007 13:50:38 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207971</link><description>Works like a charm fil! Thanks for the fast response.  Going to donate a little for a plugin that's going to work wonders for my new subscription-based blog.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick</dc:creator><pubDate>Wed, 07 Feb 2007 18:00:04 -0000</pubDate></item><item><title>Re: Post Levels 1.1</title><link>http://fortes.com/2007/02/post-levels-11/#comment-1207970</link><description>@Gas -- Do you mean use the part of the post before the "see the rest of this post" that happens after [!--more--] in the post? &lt;br&gt;&lt;br&gt;@Nick -- I investigated, and it looks like WordPress by default is adding the "Private: " independent of my setting. I've updated the plugin to fix this issue. Go ahead and re-download it and tell me if your problem is fixed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fortes</dc:creator><pubDate>Wed, 07 Feb 2007 14:55:51 -0000</pubDate></item></channel></rss>