Closed (fixed)
Project:
Drupal core
Version:
4.7.4
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2006 at 15:00 UTC
Updated:
7 Dec 2006 at 22:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
adminfor@inforo.com.ar commentedI correct last sentence. "Nodes are published but NOT able to be found by search." Sorry, my english is so bad.
Comment #2
adminfor@inforo.com.ar commentedI guess the patch is (In 4.7.4) in node.module, line 919, moderate=0 should also be set
Comment #3
adminfor@inforo.com.ar commentedYou can patch existing nodes approving them in the content menu making a filter of published and also in moderation, or with this sentence "update node set moderate=0 WHERE moderate=1 and status=1"
Please, some Drupal guru to confirm this.
Comment #4
robertdouglass commentedThe query you list will do what you say it will. Here is the patch you suggested. This issue has been eliminated in 5.0 by getting rid of the moderated status.
Comment #5
adminfor@inforo.com.ar commentedthank you Robert,
Is there any thing I can/should do to get this issue closed?
Comment #6
killes@www.drop.org commentedpatch applied
Comment #7
(not verified) commented