Views list does not hide nodes removed by Abuse
ronia - June 21, 2009 - 13:46
| Project: | abuse |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Nodes auto-hidden, hidden or removed
by Abuse http://drupal.org/project/abuse
remain accessible - Views list continue to
show the title
and clicking the title
the node is accessible.
Since it is impossible to work with Abuse
this makes the site pretty broken.
I do not know whose fault it is -
Abuse or Views
but this needs fixing today and now!
Please help.

#1
Either you need to add a filter that abuse provides, or abuse is using db_rewrite_sql. Either way this isn't a Views issue.
#2
merlinofchaos is correct - it isn't a views issue (sorry, Merlin, on getting dragged into this issue from abuse again and again) Abuse isn't using db_rewrite_sql but it is changing the node status value (can blame my lack of properly using the hooks and limited usage for the module on my end) from the nodeapi hook. This definetly needs to be addressed (and its a somewhat large rewrite). I have not been able to give this module the attention it needs (moving countries, changing jobs, lack of usage for this module by me) but will try and figure out time to work on this.