Posted by miltonsp on February 18, 2011 at 12:05am
2 followers
| Project: | Menu clone |
| Version: | 6.x-1.0-beta5 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | miltonsp |
| Status: | patch (to be ported) |
| Issue tags: | preview |
Issue Summary
Included a partial patch to the menu_clone module that will add a publish date feature.
Improved the menu clone naming convention.
I have enclosed a patch.
In our install we have extended the preview.module and menu.module to actually preview and publish the new menu at the scheduled date.
| Attachment | Size |
|---|---|
| menu_clone_prev.patch | 9.61 KB |
Comments
#1
Very nice feature, although I'm struggling to find a use case for it, but I'm sure there is one ;-) What exactly do you use it for?
Any one else want this in?
#2
This is similar to the publish/unpublish facility that the Scheduler Module provides for nodes.
Many times, content producers, like to generate content to be published at a later date. Similarly, menus are modified to be automatically published at a later date.
I have attached code for a cron hook in the menu_clone module that can accomplish this.