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'm considering implementing a module that captures more user information than the current user module. I need name and address in addition to user name. I have two questions.
1)Is someone already doing this?
2)Is there some way to extend the user module or would the user module be replaced by this new "super" user module?
hi. i like the extra functions in the xstory.module, but i can't seem to get it to work. when i put in data in the fields and press preview, the only thing i get back in the preview area is:
Array ( )
anybody have any idea what is wrong or how to fix it?
i understand that this is still experimental. hopefully this helps in development.
How can I tell drupal to format the entry of some forms into a table an display it in the node body. I tried to modify the page.module, but it's only able to display the Body text.
Perhaps I could save the form-entries into variables, let them be formatted by PHP an then save entirely as body? But I wouldn't be able to change them after. Buhuhuuu!!!
I'm forced to save all the form entries into the database and let them be formatted afterwards!