Question regarding a functionality I've been wanting, but not sure if it's possible. When a user is viewing a taxonomy page (taxonomy/term/1) it would be nice to have a link that would allow the user to "Add new content in this category". The idea would be that:
1) user is viewing a category/taxonomy page
2) user clicks "Add new content to this category" link
3) the create page (or any node type, although this is probably an important issue) form appears and the category is automatically selected in approporiate taxonomy selection menu or drop down
I have a problem regarding the flexinode module. I am using Drupal 4.7 RC2. Flexinode used to work. Now I played around a bit and installed a few new modules. Now I can still add new content types. But when I want to add a certain field to this type nothing happens.
Additionally in the droplist for the field to be added there is two times the entry "image gallery". I have no idea where to look for the error. Has anyone a hint for me? I will provide any additional info, but don't know where to start.
I am working on a module for which I want the title to be generated by the contect of others fields (for example, Name + Surname).
With Drupal 4.7, I can hide the title, or change the way it is asked in the form. But can I make it an hidden element, automatically generated from the content of other fields ??
I've created a new node type, which allows anonymous users to post something and puts their email address into a database. The whole idea here is to not show their email address. I've added a form to the bottom of the node, allowing people to contact the user.
There lies my problem in getting an email sent to the original user. I can't even seem to get a generic email sent when the form is filled out...
This is all new to me and I've been searching/reading for days but nothing I try seems to work. :P
Hello! I am interested in removing the script that checks that the person in the "Authored by" field of the submit story page is a registered user. I would like to be able to publish some stories on my site that are by authors that are not registered on my site. Thanks for the assistance.