drupal 6 - Display new module in site -


I am new to drupal, I have created a new module base on this example

  Http: //api.drupal.org/api/drupal/developer--examples--page_example--page_example.module/6/source  

I have just changed the module name and method to my The module's new name 'jtpc' and replace jtpc_perm for it

  function jtpc_perm () {return array ('access jtpc content',); }  

How can I now view the module in the Drupal site? What's my next step?

Next step hook_menu () , or / and < Code> hook_form_alter () . One of those main ways is that a module shows users via pages (or forms), or engages their content to pages created from other modules.

Read ,,,,,,, and.


Comments

Popular posts from this blog

google indexing -

wpf - Custom Message Box Advice -

Eclipse CDT variable colors in editor -