Hi all,
Am I wrong or Adminblock shows only nodes that are both in moderation queue AND unpublished? So does here, on Drupal 4.6.3.
I think this behaviour is generally fine for most of the people, but, nevertheless, is it possible to have Adminblock signaling any node in moderation queue apart from its publication status?
Best wishes
Gabriele
Comments
Comment #1
ggamba commentedI deleted
n.status = 0
from
WHERE n.status = 0 AND n.moderate = 1
line and seems this was enough :-) Sorry to have bothered you! Anyway, I think readme should be rephrased, specifying that you are referring to unpublished nodes.
Again, best wishes
Gabriele
Comment #2
bwynants commentedmade same also fix a while ago....
Comment #3
frjo commentedI will try to explain this better in the Readme.
I could add a setting for this but I hesitate. If it's only a few power users that need it they can easily fix it them self, as you both have done.
Comment #4
frjo commentedThe Readme is now updated for 4.6 and cvs.
Thanks for your help making this module better.
Comment #5
(not verified) commented