Select only from "Promoted to front page" items
surge_martin - June 29, 2006 - 14:37
| Project: | Recent Blocks |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I like your module, but my client wants to have some control over which items will appear. My first thought was that if there was a config option to only have it select among nodes which had the "Promote to front page" box clicked, it might be an easy way to allow this control.
Please?

#1
BTW, I was able to manually get this working, by adding a new line 257 to recent_blocks.module:
" AND n.promote = 1".
It would probably be better if there was a config setting for that, though.