question 1.
is the ideal way to create a 'user profile' to just populate a node after registration with the registrations additional fields and then give that node the author of the new user so they can only edit that node?
question 2.
views can be created programmatically correct?
question 3.
views can be executed and have arguments passed via php also?
i'm at dumb point in creating my module, a simple module wich create a node colled structures ( local association structures) for wich i store data such as : region, city, adress, ecc..
Does anyone know if there are any modules that will allow users to only view content that they have created? I would like something like this to build a site where multiple users create their content on one system, but they are only permissioned to view the content they created. This would mean that things like search and notification are restricted to searching/notifying only their own content as well. I imagine that a system like this would impact many modules, so isn't as straightforward as it may seem.
Hello. The website spanish school in spain necessity of a module to change to the variable language of template. I have created a module for drupal based on the existing module of page_title and I would like to raise it drupla.org but I do not know like. Somebody can help me? thank you
I want to write a module which has menu like this page http://moneycentral.msn.com/detail/stock_quote?Symbol=MSFT.
Look at the left menu :
First, user will see the name of stock which he choose.
Second,the end of every link has query ?Symbol=MSFT.
hi there,
i've createde a custom module to fit my needs. it all works weel for inserting - updating and dealting froma db
and even the hook_load get the information from db
but i dont understand how to present those information in the node, it only shows the title but not the custom fields