My site has thousands of users who do not have permission to blog, but the module showed them as having blogs anyway, so the list of feeds was really really long (so long the page timed out) for no reason. I changed line 591 to

$result = db_query('SELECT u.uid, u.name FROM {users} u join {users_roles} r on u.uid = r.uid join {permission} p on r.rid = p.rid WHERE u.status = 1 and p.perm like "%own blog%"');

and now only the users who have blogging permission are listed as having blogs. It's a small thing, but it makes the module much more usable. :-) Thanks for all you do.

Comments

dave reid’s picture

Version: 5.x-0.5 » 6.x-1.x-dev
Status: Active » Fixed

This issue should be solved in the new 6.x-1.0-alpha version. Please give it a try and let me know! It might take me a bit to get the whole module synced back to the Drupal 5 version, so I'm sorry if you don't have a Drupal 6 install to test it on.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.