-
Website
http://fortes.com/ -
Original page
http://fortes.com/2005/02/postlevels-02/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
vektormedia
1 comment · 1 points
-
ZenemiG
1 comment · 1 points
-
Charbax
1 comment · 6 points
-
subikar
1 comment · 1 points
-
x11tech
8 comments · 1 points
-
-
Popular Threads
Fatal error: Call to undefined function: filter_posts() in /home/aelyssir/public_html/wp/wp-blog-header.php on line 258
Could this be due to the plugin and how can it be fixed?
Fatal error: Call to undefined function: filter_posts() in /home/aelyssir/public_html/wp/wp-blog-header.php on line 258
Could this be due to the plugin and how can it be fixed?
(private)
,
But I was expecting it to tell users who were not logged in that there is a private post there. But it doesn't is this a WP1.5 issue, and I can't wait for the new release the plans you have for it sound awesome ;)
(private)
,
But I was expecting it to tell users who were not logged in that there is a private post there. But it doesn't is this a WP1.5 issue, and I can't wait for the new release the plans you have for it sound awesome ;)
I was really hoping in the index or whatever file I could just write some code like
it's nice to get a reply even if nope can't do this. I won't give up and hopefully I will get a solution to what I want sometime.
I was really hoping in the index or whatever file I could just write some code like
it's nice to get a reply even if nope can't do this. I won't give up and hopefully I will get a solution to what I want sometime.
i've made an enhancer plugin for Post Levels. if anyone is interested, it is here -> http://idlemind.org/journal/projects/post-level...
i've made an enhancer plugin for Post Levels. if anyone is interested, it is here -> http://idlemind.org/journal/projects/post-level...
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 9
Got this error with enhancer, and no spaces before or after the s
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 9
Got this error with enhancer, and no spaces before or after the s
Thank you, by the way, this is solving quite a bit of problems for me. :-)
Thank you, by the way, this is solving quite a bit of problems for me. :-)
Best regards
Stian B. Barmen
Best regards
Stian B. Barmen
I hope to update the plugin some time this weekend (the day job is keeping me quite busy).
I hope to update the plugin some time this weekend (the day job is keeping me quite busy).
here the error message:
Fatal error: Call to undefined function: get_currentuserinfo() in /home/www/htdocs/stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php on line 20
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??
here the error message:
Fatal error: Call to undefined function: get_currentuserinfo() in /home/www/htdocs/stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php on line 20
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??
since the function is loaded AFTER the plugin, it's not defined at the time of plugin execution
since the function is loaded AFTER the plugin, it's not defined at the time of plugin execution
@fil: i found the function get_currentuserinfo() in the plugin WYSI-Wordpress, but it is imho only executed when writing or editing an article.
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...
@fil: i found the function get_currentuserinfo() in the plugin WYSI-Wordpress, but it is imho only executed when writing or editing an article.
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...
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.
Since 1.5.1 is supposed to fix some security loopholes I decided to stick with the upgrade, and have uninstalled this plugin.
Hope you can find a fix soon =)
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.
Since 1.5.1 is supposed to fix some security loopholes I decided to stick with the upgrade, and have uninstalled this plugin.
Hope you can find a fix soon =)
A list of plugin hooks http://codex.wordpress.org/User:Skippy/Plugin_H...
currentuserinfo is not in the list, might this be the reason why?
A list of plugin hooks http://codex.wordpress.org/User:Skippy/Plugin_H...
currentuserinfo is not in the list, might this be the reason why?
I've tried to outline how it is done on my blog; http://www.velmont.net/2005/05/12/post-levels/ - 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) :)
I've tried to outline how it is done on my blog; http://www.velmont.net/2005/05/12/post-levels/ - 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) :)
"; ?>Come on, it's not really that hard now is it? :)
"; ?>Come on, it's not really that hard now is it? :)
This is not working for me.
The private posts don't show up even when I'm logged in as a user at the right levels.
(private)
the is_private() function that is shown above...