This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

few view / user node questions

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?

im still new to drupal thanks for the help guys !

help me createing my module

hi

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..

i succesfully implemanted

hook_node_info
hook_help
hook_perm
hook_access
hook_menu
hook_link
hook_form
hook_insert
hook_update
hook_delete
hook_load

Module allowing users to only view their own content?

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.

Howto up a new module?

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

Can drupal do this

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.

How can i do it by drupal ?

Showing node content

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

how do i theme the node ??

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions