<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>fortes.com - Latest Comments in Post Levels plugin v0.2</title><link>http://fortes.disqus.com/</link><description></description><atom:link href="https://fortes.disqus.com/post_levels_plugin_v02/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 27 Jun 2005 00:44:22 -0000</lastBuildDate><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207640</link><description>&lt;p&gt;My post didn't show what I was talking about...&lt;/p&gt;&lt;p&gt;the is_private() function that is shown above...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kathy</dc:creator><pubDate>Mon, 27 Jun 2005 00:44:22 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207639</link><description>&lt;p&gt;Where does this go?&lt;br&gt;This is not working for me.&lt;br&gt;The private posts don't show up even when I'm logged in as a user at the right levels.&lt;/p&gt;&lt;p&gt;  (private)&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kathy</dc:creator><pubDate>Mon, 27 Jun 2005 00:30:21 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207638</link><description>&lt;p&gt;All: I've updated the Post Level plugin to be compatible with 1.5.1&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fortes</dc:creator><pubDate>Sat, 14 May 2005 23:27:47 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207603</link><description>&lt;p&gt;&lt;code&gt;"; ?&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Come on, it's not really that hard now is it? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Velmont</dc:creator><pubDate>Fri, 13 May 2005 10:02:27 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207637</link><description>&lt;p&gt;&lt;code&gt;"; ?&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Come on, it's not really that hard now is it? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Velmont</dc:creator><pubDate>Fri, 13 May 2005 10:02:27 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207636</link><description>&lt;p&gt;Ok, I found it, on "Advanced Editing."  Seems ok, but a little awkward.  My old WP 1.2 blog had a better implementation with Skippy's User-Level hack/plugin, which had a nice user-level drop-down menu on the main "Edit" page.  This would be a nice addition here, as would be some sort of "Lock" icon.  In any case, I'm grateful for your efforts so far on this useful plug-in.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">washburn</dc:creator><pubDate>Fri, 13 May 2005 01:01:52 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207602</link><description>&lt;p&gt;Ok, I found it, on "Advanced Editing."  Seems ok, but a little awkward.  My old WP 1.2 blog had a better implementation with Skippy's User-Level hack/plugin, which had a nice user-level drop-down menu on the main "Edit" page.  This would be a nice addition here, as would be some sort of "Lock" icon.  In any case, I'm grateful for your efforts so far on this useful plug-in.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">washburn</dc:creator><pubDate>Fri, 13 May 2005 01:01:52 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207635</link><description>&lt;p&gt;I've made a few changes to the code (it's a hack, more or less) to let registered users with *level 0* read post_level=1 posts. This way I can chose to just write something for my registered users, without letting them get writeaccess to the blog.&lt;/p&gt;&lt;p&gt;I've tried to outline how it is done on my blog; &lt;a href="http://www.velmont.net/2005/05/12/post-levels/" rel="nofollow noopener" target="_blank" title="http://www.velmont.net/2005/05/12/post-levels/"&gt;http://www.velmont.net/2005...&lt;/a&gt; - I do hope it can be useful for anyone. (it's nothing advanced, but maybe everyone doesn't know PHP well enough to hack around themselves) :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Velmont</dc:creator><pubDate>Thu, 12 May 2005 21:39:47 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207601</link><description>&lt;p&gt;I've made a few changes to the code (it's a hack, more or less) to let registered users with *level 0* read post_level=1 posts. This way I can chose to just write something for my registered users, without letting them get writeaccess to the blog.&lt;/p&gt;&lt;p&gt;I've tried to outline how it is done on my blog; &lt;a href="http://www.velmont.net/2005/05/12/post-levels/" rel="nofollow noopener" target="_blank" title="http://www.velmont.net/2005/05/12/post-levels/"&gt;http://www.velmont.net/2005...&lt;/a&gt; - I do hope it can be useful for anyone. (it's nothing advanced, but maybe everyone doesn't know PHP well enough to hack around themselves) :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Velmont</dc:creator><pubDate>Thu, 12 May 2005 21:39:47 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207634</link><description>&lt;p&gt;Just found something might be useful to you.&lt;br&gt;A list of plugin hooks &lt;a href="http://codex.wordpress.org/User:Skippy/Plugin_Hooks" rel="nofollow noopener" target="_blank" title="http://codex.wordpress.org/User:Skippy/Plugin_Hooks"&gt;http://codex.wordpress.org/...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;currentuserinfo is not in the list, might this be the reason why?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tatatee</dc:creator><pubDate>Thu, 12 May 2005 08:17:11 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207600</link><description>&lt;p&gt;Just found something might be useful to you.&lt;br&gt;A list of plugin hooks &lt;a href="http://codex.wordpress.org/User:Skippy/Plugin_Hooks" rel="nofollow noopener" target="_blank" title="http://codex.wordpress.org/User:Skippy/Plugin_Hooks"&gt;http://codex.wordpress.org/...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;currentuserinfo is not in the list, might this be the reason why?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tatatee</dc:creator><pubDate>Thu, 12 May 2005 08:17:11 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207633</link><description>&lt;p&gt;Hey, I'm also getting that error.&lt;/p&gt;&lt;p&gt;Part of the code where it says "In case we're running stand-alone..." I removed that, and the corresponding "}" and "else..." codes but then the posts functioned as private posts.&lt;/p&gt;&lt;p&gt;Since 1.5.1 is supposed to fix some security loopholes I decided to stick with the upgrade, and have uninstalled this plugin.&lt;/p&gt;&lt;p&gt;Hope you can find a fix soon =)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tatatee</dc:creator><pubDate>Thu, 12 May 2005 07:07:59 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207599</link><description>&lt;p&gt;Hey, I'm also getting that error.&lt;/p&gt;&lt;p&gt;Part of the code where it says "In case we're running stand-alone..." I removed that, and the corresponding "}" and "else..." codes but then the posts functioned as private posts.&lt;/p&gt;&lt;p&gt;Since 1.5.1 is supposed to fix some security loopholes I decided to stick with the upgrade, and have uninstalled this plugin.&lt;/p&gt;&lt;p&gt;Hope you can find a fix soon =)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tatatee</dc:creator><pubDate>Thu, 12 May 2005 07:07:59 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207632</link><description>&lt;p&gt;i found out the same as crash but i couldn't solve the problem, so i downgraded to 1.5 again and it works fine again.&lt;/p&gt;&lt;p&gt;@fil: i found the function get_currentuserinfo() in the plugin WYSI-Wordpress, but it is imho only executed when writing or editing an article.&lt;br&gt;i tried including / requiring the pluggable...php file (just try and error not really knowing what i'm doing) in the post-levels.php but didn't work. i also copied the function directly in your plugin but didn't work either...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bishop</dc:creator><pubDate>Wed, 11 May 2005 05:27:13 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207598</link><description>&lt;p&gt;i found out the same as crash but i couldn't solve the problem, so i downgraded to 1.5 again and it works fine again.&lt;/p&gt;&lt;p&gt;@fil: i found the function get_currentuserinfo() in the plugin WYSI-Wordpress, but it is imho only executed when writing or editing an article.&lt;br&gt;i tried including / requiring the pluggable...php file (just try and error not really knowing what i'm doing) in the post-levels.php but didn't work. i also copied the function directly in your plugin but didn't work either...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bishop</dc:creator><pubDate>Wed, 11 May 2005 05:27:13 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207631</link><description>&lt;p&gt;the problem is that get_currentuserinfo() is now part of "plugga ble functions," which "/* These functions can be replaced via plugins.  They are loaded after plugins are loaded. */"&lt;/p&gt;&lt;p&gt;since the function is loaded AFTER the plugin, it's not defined at the time of plugin execution&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crash</dc:creator><pubDate>Wed, 11 May 2005 01:14:21 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207597</link><description>&lt;p&gt;the problem is that get_currentuserinfo() is now part of "plugga ble functions," which "/* These functions can be replaced via plugins.  They are loaded after plugins are loaded. */"&lt;/p&gt;&lt;p&gt;since the function is loaded AFTER the plugin, it's not defined at the time of plugin execution&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crash</dc:creator><pubDate>Wed, 11 May 2005 01:14:21 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207630</link><description>&lt;p&gt;thats the same error I am getting.  I dont know what other plugins use that, so I am of no help.  And also fil if you are planning on working on it this weekend, any chance you can make a button to "make Private" when posting so you dont have to add post_level=x&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shelby</dc:creator><pubDate>Tue, 10 May 2005 18:26:20 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207596</link><description>&lt;p&gt;thats the same error I am getting.  I dont know what other plugins use that, so I am of no help.  And also fil if you are planning on working on it this weekend, any chance you can make a button to "make Private" when posting so you dont have to add post_level=x&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shelby</dc:creator><pubDate>Tue, 10 May 2005 18:26:20 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207595</link><description>&lt;p&gt;Bishop: Which plugins use that function and still work on 1.5.1?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fortes</dc:creator><pubDate>Tue, 10 May 2005 15:08:58 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207629</link><description>&lt;p&gt;Bishop: Which plugins use that function and still work on 1.5.1?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fortes</dc:creator><pubDate>Tue, 10 May 2005 15:08:58 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207628</link><description>&lt;p&gt;i also got an error when i upgraded to wp 1.5.1&lt;br&gt;here the error message:&lt;/p&gt;&lt;p&gt;Fatal error: Call to undefined function: get_currentuserinfo() in /home/www/htdocs/&lt;a href="http://stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php" rel="nofollow noopener" target="_blank" title="stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php"&gt;stefan-goehring.net/glatzop...&lt;/a&gt; on line 20&lt;/p&gt;&lt;p&gt;i use some other plugins which use that function and i don't get an error from them. perhaps there is an include or require missing??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bishop</dc:creator><pubDate>Tue, 10 May 2005 14:47:41 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207594</link><description>&lt;p&gt;i also got an error when i upgraded to wp 1.5.1&lt;br&gt;here the error message:&lt;/p&gt;&lt;p&gt;Fatal error: Call to undefined function: get_currentuserinfo() in /home/www/htdocs/&lt;a href="http://stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php" rel="nofollow noopener" target="_blank" title="stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php"&gt;stefan-goehring.net/glatzop...&lt;/a&gt; on line 20&lt;/p&gt;&lt;p&gt;i use some other plugins which use that function and i don't get an error from them. perhaps there is an include or require missing??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bishop</dc:creator><pubDate>Tue, 10 May 2005 14:47:41 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207627</link><description>&lt;p&gt;1.5.1 just came out and I haven't had a chance to test the plugin on it. Could you give some more detail about the error?&lt;/p&gt;&lt;p&gt;I hope to update the plugin some time this weekend (the day job is keeping me quite busy).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fortes</dc:creator><pubDate>Tue, 10 May 2005 11:55:23 -0000</pubDate></item><item><title>Re: Post Levels plugin v0.2</title><link>http://fortes.com/2005/02/postlevels-02/#comment-1207593</link><description>&lt;p&gt;1.5.1 just came out and I haven't had a chance to test the plugin on it. Could you give some more detail about the error?&lt;/p&gt;&lt;p&gt;I hope to update the plugin some time this weekend (the day job is keeping me quite busy).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fortes</dc:creator><pubDate>Tue, 10 May 2005 11:55:23 -0000</pubDate></item></channel></rss>