Category Archives: wpNamedUsers

Performance updates

I’m in the process of optimizing SQL queries in order to get better performance. Please let me know if you find any bugs. I would also appreciate if you wrote something about whether you notice any difference in performance or … Continue reading

Posted in wpNamedUsers | 8 Comments

Recent comments

To prevent comments from protected pages from appearing in “Recent comments” widget, open up “/wp-includes/widgets.php” and replace the function “wordpress_wp_widget_recent_comments” with this code: function wordpress_wp_widget_recent_comments($args) { global $wpdb, $comments, $comment, $current_user; extract($args, EXTR_SKIP); $options = get_option(’widget_recent_comments’); $title = empty($options['title']) ? … Continue reading

Posted in wpNamedUsers | 29 Comments

Internationalization

I’ve made some changes to the plugin to support internationalization. The POT file is placed in the plugin directory. Let me know if you find any bugs! I’ve included a danish translation. Please write a comment if you want to … Continue reading

Posted in wpNamedUsers | 11 Comments

Version 0.3.5

I’ve released version 0.3.5. This version has the “wpNamedUsers permissions” working with the group functionality, so now everything should be working. Let me know if there are any bugs!

Posted in wpNamedUsers | 11 Comments

Group functionality

With the release of version 0.3.2 the group functionality is implemented. If you find ANY bugs PLEASE report them to me in a comment!! Remember to deactivate before upgrading as the database is upgraded when the plugin is activated! I’ve … Continue reading

Posted in wpNamedUsers | 6 Comments

WordPress 2.7 compatible

I’ve had some problems getting the plugin to work with WordPress 2.7, but version 0.2.6 of the plugin should be fully compatible. These problems have delayed the groups functionality, but I’m working on it.

Posted in wpNamedUsers | 7 Comments

Version 0.2 released

I’ve released version 0.2 of the plugin. The functionality that was originally planned is now implemented. The next thing now, is to find a way to group users and to set permissions to these groups.

Posted in wpNamedUsers | 4 Comments

Management page

The management page is almost finished. I’ve implemented the “clear permissions” functionality, but the “set permissions” is still just a button. I’ve started thinking about some kind of user management. I think it would be best, if it was possible … Continue reading

Posted in wpNamedUsers | 8 Comments

First bug fixed

I realized today, that if you had given permissions to a page or post to more than one user, none of the users would see the content. This bug has been fixed in version 0.1.4. This version also introduces the … Continue reading

Posted in wpNamedUsers | Leave a comment

More on the comments feed

I’m not sure if users that are not logged in, are able to see the comments of hidden pages. Please visit http://wordpress.sundskard.dk/archives/41/feed and tell me if you see my comment to “Protected post” or not. It might just be the … Continue reading

Posted in wpNamedUsers | 3 Comments