php - Need to create a custom blank page in drupal -


i've installed drupal have basic user registration layer. need code php code in blank page, how can achieve in drupal? need know must put php code.

thanks lot

edit.

basically need drupal user authorization. after user logged system want show him table data. table managed jquery.

for want think it's not necessary custom module, if so, it's not hard do, can allways use existing drupal modules mixed want.

you need: display suite , login redirect module

basically need drupal user authorization. after user logged system want show him table data.

for purpose can use login redirect module redirect user page want.

now need code php code in blank page, how can achieve in drupal? need know must put php code.

for can use display suite. display suite or ds comes new new text format: "display suite code". text format allow add custom code pages (javascript,php,etc)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -