How do I create a block with content from recent changes? I would like to be able to create a Recent Changes block that shows the x most recent entries in the recent changes page.

Does this module expose a view. Is it possible to do this? I find having recent changes hidden on a separate page most users miss it in favour of just reading what is in blocks on the right hand side of the page.

Comments

fuzzy_texan’s picture

40 weeks and no reply. Is this what you call an unsupported module?

fuzzy_texan’s picture

Version: 5.x-1.1 » 6.x-1.x-dev
Dinth’s picture

Im also looking for this

toemaz’s picture

Status: Active » Closed (fixed)

Recent changes module does not implement hook_block. You could create a view which matches most of the functionality of the recent changes module and give it a block display.

If you have a patch, feel free to reopen this issue.