I want a user registration from having "2 profiles" say company details and indivisual details.In the user registration form there should be an option for the user to register as "company user" or "indivisual user" and depending on his selection he should be directed to the respective profile page.
Can i use station....I Click the high or low......I Got the msg in verification is active?.
How to use station? please send the steps?
Any one help me?
I'm experimenting with Drupal 4.7.6 and Oracle database.
Thanks to OraDrup module things seem to be working fine but, unfortunately, we also need the CCK module, which is beyond the scope of the OraDrup project.
Therefore we started digging into CCK code and are slowly making some progress.
We are currently able to manage content with varchar2, number, clob, and date Oracle datatypes (with some limitations).
The problems we are facing at the moment have to do with dates:
The functionality of the workspace module seems simple enough: it provides a listing of user created content for each user. The difficulty comes when you want each user to see not only the content that they have created, but also the content that they have permission to edit (as allowed through various access modules like taxonomy access, simple access, etc.). With the presence of the node-access arbitrator in Drupal 5, I thought there might be something in the works or already available that provides a content listing for each user.
Hi everyone
I am probably missing something but I have some fundamental doubts. Suppose I get a notice saying a new update is present, I am in trouble !!!! Why? Because first the notice tells me if I dont update, it will affect the security of what I have.
So I start thinking...
1. Is the update really going to affect security of my site and its contents? If so, how? A comment against each update will help a lot :)
I'm creating, say, a movie database. Most modules I saw (like Quotes) use Drupal nodes with some custom fields added. I found that it is possible to create totally custom solution starting with MENU_CALLBACK declaration in hook_menu, form generation, form_submit and so fourth. But now I am not so sure of the way I've chosen.
I thought that I didn't need all that additional fields and capabilities node has, like revisions, body, teaser etc. Too much overkill...
Could you please tell me the benefits of creating custom nodes one per each movie over my custom solution?