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.
So, I am in the process of developing a module. There is a component that I am still not sure on the design of. Basically, I am looking at wanting to embed an image on the page as part of the module. The question I have is, what is the best approach to exposing this? I should add the idea is that the image is coming from an external server. The URL for the image is defined as part of the module.