Closed (fixed)
Project:
Drupal core
Version:
6.16
Component:
node system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2008 at 09:02 UTC
Updated:
14 Mar 2010 at 17:19 UTC
I'm not sure why but my content will always get promoted to front page. Even when I uncheck promote to front page option.
Previously, I set promoted to front page as default for some content type.
But as I remove them all, the content still always promoted to front page.
How can I investigate more and resolve such issue?
Kindly advise.
aGoo
Comments
Comment #1
patbranch commentedMy blog page is promoted to the first page, even when unchecked and the "promote to first page" on a regular page is checked...
Comment #2
roblogyes I have the same problem as a_goo with new images always promoted to front page ..
Comment #3
roxtaz commentedEvery kind of content goes to < frontpage > but comments.
I'm having some custom content ... but promote to frontpage is checked only for blog entry type.
It's embarassing ... forum topics are published and promoted to frontpage even nothing is checked ...
Manually checked variable table but everything looks good.
Any idea ???
Comment #4
roxtaz commentedDone!
After few hours of research and digging in database, php files and drupal api I traced the error to be ... myself.
Check your trigger settings in /admin/build/trigger/node ... and unassign the action: Promote post to front page with the trigger: Publish post.
That's all folks!