Another Useful Tip
Rob Loach - October 2, 2008 - 05:56
| Project: | Post Block |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Haha, awesome module. Another useful thing I've found is giving users links at the top of the page to add content relevant to what they're looking at. Instead of using a "Create Content" menu item, give them the option to add content only for when they're seeing other related information.
So, if they're looking at a bunch of thumbnailed images, don't give them the option to create any type of content, give them only the option of adding more images. Post Block material? Maybe....

#1
I've thought of the same functionality. Have you come around a module that does this?
#2
I've always added "Create New X" links manually in views headers (using Prepopulate). I'm now thinking it should be possible to leverage Context to tell a dynamic block like this which content types, taxonomy terms, etc. are involved in the current page.
#3
In the meanwihle I've made a small module that makes one block per content type, each with one link: "Add [contenttype]". I then use the context module to place the blocks in the relevant contexts.
If anyone is interested I'd love to upload it somewhere.