By bilal.malik on
hello
i want to make a module that will create a page, adds a link in secondary menu, adds some coding to page like displaying form and contnet.
please help me how to do it give me a starting
if you show me some code, I have no words to thank u!
Comments
I could start explaining how
I could start explaining how the whole thing works, but there is already a good source for this ...I suggest you to start with this page
http://drupal.org/node/1074360
it contains every information you'll need to start with module development. After you have some basic understanding about module development, and you want to raise it to the next level, I suggest you to read Pro Drupal 7 Development
True guidance
hi bboldi
now i have pro drupal 7 development
and i m thankful to you for guiding me
thanks
create a custom form
//copy this code in a text editor and name it as example.info
name = example //your module name goes here
description = Demonstrates a page with content in a pager
package = Pro Drupal Development
core = 7.x
//copy this code in a text editor and name it as example.module
light in darkness :)
hi savithac
i m reallly very thankful to you to guide me
thanks