<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>fortes.com - Latest Comments in Post Levels 1.1.1</title><link>http://fortes.disqus.com/</link><description></description><language>en</language><lastBuildDate>Wed, 19 Mar 2008 15:10:24 -0000</lastBuildDate><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208084</link><description>I have a fresh 2.3.3 wordpress and this plugin is activated but it's not working well.&lt;br&gt;I have 2 posts with level 1 and 2.&lt;br&gt;I have 2 users with level 1 and 2.&lt;br&gt;&lt;br&gt;If there is no one logged in they can't see the posts with level 1 and 2.&lt;br&gt;&lt;br&gt;But, if user1 is logged, he can see both posts. Same issue with user2.&lt;br&gt;&lt;br&gt;Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Catalin</dc:creator><pubDate>Wed, 19 Mar 2008 15:10:24 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208083</link><description>hi fil...&lt;br&gt;&lt;br&gt;first of all thank u for this plugin..it works perfectly with my  post, but not with my pages..&lt;br&gt;if i set private a page (lev 2 for example) when i click on publish it is saved as draft and the button it's is invisible to all. how can i resolve it? Thank you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco</dc:creator><pubDate>Mon, 03 Mar 2008 16:52:48 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208080</link><description>Hi! I'm using your plugin to restrict the access to some pages for some user. Is it possible to show a standard text like "You do not have enough rights to show this page" if users try to open such a page?&lt;br&gt;&lt;br&gt;You can have a look at my Website. I'd like to have such a message on the "VIP" Page, if unregistered users or users without enoug rights open this page.&lt;br&gt;&lt;br&gt;With kind regards from Germany!&lt;br&gt;&lt;br&gt;Krooms</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Krooms</dc:creator><pubDate>Sat, 23 Feb 2008 22:00:48 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208078</link><description>Ah, got it. To access the level-number inside the loop, use:&lt;br&gt;&lt;br&gt;$thispostlevel = get_post_custom_values(get_option('postlevels_post_key'));&lt;br&gt;&lt;br&gt;this returns an array, the post level is $thispostlevel[0].</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Fri, 22 Feb 2008 11:16:10 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208079</link><description>Ah, got it. To access the level-number inside the loop, use:&lt;br&gt;&lt;br&gt;$thispostlevel = get_post_custom_values(get_option('postlevels_post_key'));</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Fri, 22 Feb 2008 11:15:32 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208086</link><description>Is there a way to display the level of the post, in the heading for example? Actually, I want to display the headings in different colors, so people know which posts are the most private etc.&lt;br&gt;&lt;br&gt;I tried is_post_level(1) and the $post_level variables, but to no success.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Thu, 21 Feb 2008 17:05:53 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208085</link><description>The private posts not showing up in categories problem is normal for wordpress, not related to theme but to whether there is a public post in the category.  Even without this plugin, if you save a post as private and click on "manage"  "categories", the count of posts won't be updated.&lt;br&gt;&lt;br&gt;One way to fix this is to make one empty public post per category so the category is visible.&lt;br&gt;&lt;br&gt;Another way is to edit wp-includes/taxonomy.php&lt;br&gt;In the function _update_post_term_count, change the bit that says "post_status = 'publish'"&lt;br&gt;to "(post_status = 'publish' or post_status = 'private')"&lt;br&gt;&lt;br&gt;Like...&lt;br&gt;   $count = $wpdb-get_var("SELECT COUNT(*) FROM $wpdb-term_relationships, $wpdb-posts WHERE $wpdb-posts.ID = $wpdb-term_relationships.object_id AND (post_status = 'publish' or post_status = 'private') AND post_type = 'post' AND term_taxonomy_id = '$term'");&lt;br&gt;&lt;br&gt;...then re save all your private posts(or one post per category) so that the category count is bigger than 0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">niknah</dc:creator><pubDate>Wed, 20 Feb 2008 08:18:37 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208082</link><description>I just downloaded your Post Level plugin. I think this is going to be great and allow me to accomplish what I am looking for in regards to privacy on certain posts.&lt;br&gt;&lt;br&gt;I did notice one thing that doesn't seem to be working? Or maybe it is just my template? If I login as a user with a post level of 1, I can do a search on the blog and view all private posts, even those that should only be viewable for those that have a level of 10. (These posts are not viewable for users NOT logged in, so only registered users can view.)&lt;br&gt;&lt;br&gt;Is there something I need to do/update so that they cannot be searched on by users with lower post level permissions? There are just certain things I do not want my mother-in-law to stumble upon, if you know what I mean. :-)&lt;br&gt;&lt;br&gt;I am using Wordpress 2.2 and have tried this one two different themes with the same result. &lt;br&gt;&lt;br&gt;Thanks so much for sharing this great plugin. I look forward to applying it to more posts.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">No Reimer Reason</dc:creator><pubDate>Thu, 14 Feb 2008 23:22:18 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208081</link><description>I'm using WP2.3.3 + PL1.1.1. The levels are working as expected, but the Recent Posts and Pages menu are showing all posts as (Private). Actual blog titles are correct. When I view a non-private post, the postfix on the menu disappears.&lt;br&gt;&lt;br&gt;I wonder if others face the same problem or its something to do with my theme/setup.&lt;br&gt;&lt;br&gt;FYI, a little debug shows that in postlevels_the_title() $incomingpost always references my last post or whatever post i'm viewing. not sure if this info helps.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xen</dc:creator><pubDate>Sat, 09 Feb 2008 15:08:04 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208068</link><description>Does it work with 2.3.2? Looks like mixed results.&lt;br&gt;&lt;br&gt;If not, when do you anticipate upgrading for 2.3.2?&lt;br&gt;&lt;br&gt;Also, want to run with rolemanager 2.2.1 - any known problems?&lt;br&gt;&lt;br&gt;Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeanette Cates</dc:creator><pubDate>Mon, 04 Feb 2008 22:54:29 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208060</link><description>Thank you for your wonderful coding! But I've found one little glitch.... I'm running Wordpress 2.3.2 with the plug-in 'page-links-to' version 1.4 and your plug-in version 1.1.1.&lt;br&gt;&lt;br&gt;My issue is that when I'm logged in, my links that use the 'page-links-to' plug-in don't open in a new window like I've told them to, but when I log out they do open in a new window.... Any thoughts? Not a big deal, just curious.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Thu, 24 Jan 2008 19:28:12 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208059</link><description>I have the same problem like Carrie. (WP 2.3.3 and PL 1.1.1). &lt;br&gt;&lt;br&gt;It seems that PL works fine for people are not logged in (you cannot see private posts). But people logged in of all levels (0,1,2,3,...) can see Level 10 postings (or any other higher level posts) at any time.&lt;br&gt;&lt;br&gt;Aktivated Plugins Running (AddQuicktag, Aksimet, AddQuicktag, Lightbox JS v2.03.2 Plugin, Post Levels, The Hacker's Diet)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nbb</dc:creator><pubDate>Thu, 10 Jan 2008 14:39:13 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208067</link><description>Still having the same issue as above but here's more detail : &lt;br&gt;&lt;br&gt;wp v2.3.2  + pl v1.1.1&lt;br&gt;&lt;br&gt;* users level 0 can not see any private posts, as would be expected&lt;br&gt;* users level 1 can see level 1 private posts but no private posts above level 1, as would be expected.&lt;br&gt;* users level 2 and up can see all private posts regardless of level&lt;br&gt;&lt;br&gt;Is this the general incompatibility with wp 2.3x that I keep reading about ... or is there a fix?  I've combed through the plugin code but I can't find anything that does anything different between a level 1and a level 2 user.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carrie</dc:creator><pubDate>Sat, 05 Jan 2008 19:43:41 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208069</link><description>I am getting the same error as AG.  The previous version I had, v1.0, does not have this error.  So something that changed between 1.0 and 1.1.1 is causing that error to happen.  If that is of any help</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todd</dc:creator><pubDate>Fri, 21 Dec 2007 00:23:30 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208054</link><description>&lt;code&gt;&lt;br&gt;&lt;br&gt;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 'AS p WHERE p.post_date &lt;br&gt;&lt;br&gt;&lt;/code&gt;&lt;code&gt;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 'AS p WHERE p.post_date  '2007-12-15 23:33:51' AND p.post_type = 'post' AND p. ' at line 1]&lt;br&gt;SELECT p.ID, p.post_title FROM (b2posts LEFT JOIN b2postmeta as pl_b2postmeta ON (b2posts.ID = pl_b2postmeta.post_id)) AS p WHERE p.post_date  '2007-12-15 23:33:51' AND p.post_type = 'post' AND p. (b2posts.post_status = 'publish' OR (b2posts.post_status = 'private' AND (pl_b2postmeta.meta_key = 'post_level' AND pl_b2postmeta.meta_value &lt;/code&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AG</dc:creator><pubDate>Sun, 16 Dec 2007 14:22:12 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208056</link><description>I am running WP 2.3.1 with Post Levels 1.1.1.  I have PostLevels set to display the title-only of my private entries in feed readers.&lt;br&gt;&lt;br&gt;However, this doesn't work for any entry published at levels above 0. I use level 2 for my private entries, and I want these to display a title on feed readers.&lt;br&gt;&lt;br&gt;Is there a fix for this??</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristi</dc:creator><pubDate>Thu, 13 Dec 2007 21:27:40 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208075</link><description>I installed the latest version of wordpress and upgraded to Post Levels 1.1.1 the other day.  All appeared to be working fine.  Today, though I noticed that any person that has access to any level of private post suddenly has access to ALL levels of private posts.   Anyone else have this happen?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carrie</dc:creator><pubDate>Thu, 13 Dec 2007 19:45:46 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208074</link><description>This seems to be a nice plugin. Though making pages private lets them appear as non existant. Clicking a page link just gives a 404 error.&lt;br&gt;No matter to what I set the preview option, non logged in users simply get the error. Instead it should post a page preview I think. Not?!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Misha3d</dc:creator><pubDate>Thu, 13 Dec 2007 07:17:35 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208065</link><description>Can you post the working version for WP 2.3.1?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Fri, 07 Dec 2007 04:42:09 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208066</link><description>Can someone post an edited version of the plugin?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;David</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Thu, 06 Dec 2007 21:09:45 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208076</link><description>I'm with Naz, above. With my default post level and default user levels both set to 0, I would hope that there would be some way to show teasers to non-logged-in users, but no. Posts with a post level of 1 are invisible to everyone except users with at least a post level of 1. &lt;br&gt;&lt;br&gt;If there's no way to show a teaser to anyone, I'm not sure I see the point.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pwinn</dc:creator><pubDate>Mon, 19 Nov 2007 21:56:27 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208073</link><description>This plugin works fine for me after following Doug Neiner's solution (see previous comment @ 16 aug 2007). Just remove the ') from line 567...&lt;br&gt;&lt;br&gt;I am using WordPress 2.3 and post-levels v1.1.1.&lt;br&gt;&lt;br&gt;Thanks Fortes!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alwin</dc:creator><pubDate>Sun, 18 Nov 2007 23:42:47 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208064</link><description>Can the content of my posts to be read and indexed by search engine but protected from human eyes when they click through?&lt;br&gt;&lt;br&gt;Can the protected posts still be listed with the archives, latest posts, and random posts plugin?&lt;br&gt;&lt;br&gt;Does the post level plugin work with pages as well?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enoch</dc:creator><pubDate>Fri, 09 Nov 2007 11:52:18 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208071</link><description>Erreur de la base de donnÃ©es de WordPress : [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 'p WHERE p.post_date</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Khaliel</dc:creator><pubDate>Sun, 04 Nov 2007 13:43:00 -0000</pubDate></item><item><title>Re: Post Levels 1.1.1</title><link>http://fortes.com/2007/02/post-levels-111/#comment-1208070</link><description>Why the plugin's author is not helping us anymore ?? i've got this error :&lt;br&gt;&lt;br&gt;[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 'p WHERE p.post_date</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Khaliel</dc:creator><pubDate>Sun, 04 Nov 2007 13:42:30 -0000</pubDate></item></channel></rss>