Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am interested in peoples ideas on how to accomplish the following:
In essence, I would like to have users submit content with certain hidden taxonomy selections selected based on the section from which they would click on a "create new content" link.
I would like to have users submit content from links within certain taxonomy pages, so:
/news/world/
Would have items marked with both news and world taxonomy terms
add new world news page [link]
I have an interesting issue, I just transferred all my files over to my host (HostGator), I created a test directory and unzipped all my files and the site runs great in the 'test' subdirectory. When I erased everything out of the 'test' directory and into the site's root, it gave me an 500 Internal Error...
One thing that I would like to do with my site is create a shout box, where anyone can just post something real quick in a block and it shows up right away. I looked at the shoutbox module, but I didn't like the way it worked, and I wanted more control. So here is my plan:
1. Use CCK to set up a small content type (with fields shout, name, and maybe one more).
2. Have a view in a block on the side that shows the most recent shouts in 'most recent' order.
3. Have a small block above #2 where people can quickly fill in the 2 or 3 fields and create a new shout.