-
Website
http://fortes.com/ -
Original page
http://fortes.com/2005/01/introducingpostlevels/ -
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
http://www.furbona.org/viewlevel.html
http://www.furbona.org/viewlevel.html
If that's not the case, which version of WordPress are you using? This plugin doesn't work with version 1.2, but it shouldn't show the source code.
If that's not the case, which version of WordPress are you using? This plugin doesn't work with version 1.2, but it shouldn't show the source code.
I'll add support for displaying a "private" icon in the next version of the plugin.
I'll add support for displaying a "private" icon in the next version of the plugin.
Thanks again :-)
Thanks again :-)
---
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 9
---
Errors stopped as soon as I deactivated Batch Categories and refreshed the page.
Would be extremely nice if you and the Batch Categories author could collaborate on a fix so both plugins will co-exist on one WP installation. Thanks!
---
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 9
---
Errors stopped as soon as I deactivated Batch Categories and refreshed the page.
Would be extremely nice if you and the Batch Categories author could collaborate on a fix so both plugins will co-exist on one WP installation. Thanks!
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 9
(private)
...
(private)
...
[normal post layout]
this post is private please log in to view it ?
[end]
[normal post layout]
this post is private please log in to view it ?
[end]
I've tried this with the is_post_level ($level) function, but it doesn't work. What I did is this:
if (function_exists('is_post_level($level)') && is_post_level('2')) : ?>
(Only x and y can read this)
Where's the catch?
I've tried this with the is_post_level ($level) function, but it doesn't work. What I did is this:
if (function_exists('is_post_level($level)') && is_post_level('2')) : ?>
(Only x and y can read this)
Where's the catch?
I'll add this type of functionality as a request for future versions.
I'll add this type of functionality as a request for future versions.
quick question: from a glance, it seems that the minimum "private" level for a post is 1. is there a way to make it 0, without breaking everything?
i want the least private of the private posts to be readable by registered users (user_level 0), without having to give them posting access (user_level 1+).
quick question: from a glance, it seems that the minimum "private" level for a post is 1. is there a way to make it 0, without breaking everything?
i want the least private of the private posts to be readable by registered users (user_level 0), without having to give them posting access (user_level 1+).
if (function_exists('is_post_level') && is_post_level('2'))
if (function_exists('is_post_level') && is_post_level('2'))
Do you know if there is a way to use a post_level of "2" by default? I'm building a wordpress site that I want the entire thing protected and would love to not have to remember to add a level of 2 to each post. (this will be used for a team that might not be diligent with the details of making sure all the posts are protected.)
(I have one post not protected that says, "You need to be logged in to see this stuff...")
Do you know if there is a way to use a post_level of "2" by default? I'm building a wordpress site that I want the entire thing protected and would love to not have to remember to add a level of 2 to each post. (this will be used for a team that might not be diligent with the details of making sure all the posts are protected.)
(I have one post not protected that says, "You need to be logged in to see this stuff...")
Additonally, is it possible to display (in red?) PRIVATE POST so those who have permissions to see it know that they are seeing someting special?
Additonally, is it possible to display (in red?) PRIVATE POST so those who have permissions to see it know that they are seeing someting special?
Thanks for any help.
Thanks for any help.
Because posts on my site use the "custom fields" (metadata) for other information, for example I list key words related to that post using the custom fields. As you can probably figure out when you view the post the "post_view: 1" gets shown inside the meta data. And is shown on the post. Which is ugly and slightly confusing to those that don't know what it does.
Is there a quick way of solving this? I did think perhaps you could hide it using CSS, but there is no way of seperating it from the other metadata elements.
Thanks again.