Creating content input form with custom theme (Drupal) -
i'm creating site want place content input form in custom themed template. opted because wanted whole site looked uniform. said, i'm not sure best approach this. proper invoke hook_insert/delete/update , hook_perm/hook_access myself or there anyway can still use custom theme , write code in way drupal take care of invoking appropriate hooks accordingly? in advance
ps : i'm on drupal 6.x
you can make website uniform changing looks of site changing in theme's page.tpl.php. , changing css , remove drupal links.
if want change default modules user registration or admin part. can require knowledge of php , hard part, have study of drupal's apis. fapi.[called forms api ]
if want many changes in site prefer make website without cms.
bcz give freedom in anyway.
i have made website in drupal have created own theme.
site, not big site. have created own page.tpl.php.
nitz.
Comments
Post a Comment