Closed (fixed)
Project:
FeedBurner
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 May 2008 at 20:42 UTC
Updated:
20 Aug 2008 at 07:32 UTC
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
Comment #1
dave reidThis 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.