The module is missing from the main modules page, and the download link is missing from the location_views module page. However, I did find the code in the CVS repository.
currently the text describing an event is unstructured.
How is it possible to force a user to fill in fileds of some kind of a form?
My idea is, that the text is stored as xml and fields with now value are not visibel execpt in edit mode.
Has somebody already worked on this subject?
And what to do to solve this problem?
The readme.txt file for the Page_title module offers the actual syntax that needs to be executed in the PHPMyAdmin to add a new table to a database. But in other modules there is no help whatsoever in what to do. I have downloaded the Ping module but find no help at all in creating the tables in my database. Why is this?
I'm working on writing a simple module to authenticate users against an external source. I have a simple implementation of hook_auth working, but I'm trying to solve the following problem: When users are allowed to create account without administrator approval, everything works fine. However, if I try to create an account for them, my module seems to get bypassed.