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

ggamba’s picture

I 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

bwynants’s picture

made same also fix a while ago....

frjo’s picture

Assigned: Unassigned » frjo

I 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.

frjo’s picture

Status: Active » Fixed

The Readme is now updated for 4.6 and cvs.

Thanks for your help making this module better.

Anonymous’s picture

Status: Fixed » Closed (fixed)