drupal_render(drupal_get_form('comment_form'))); only outputs http://screensnapr.com/v/XUXhGE.png
in my opinion there are some elements missing like the textarea. opinions?
I just installed Drupal 7, and changed a theme, and then removed the login block. I logged out to view the site as a normal person would see it but now I can't log back in. I have ticked yes to clean URL's
I'd like to avoid putting all my functions into one "mymodule.module" file.
Is there a "best practice" for including custom PHP functions/classes that are used by the module I am developing? Not sure about the import paths, names, etc if I place those "custom_data.php" type files into a subfolder of my module.
And do I have to use the suffix "module" or can I use the suffix "php"?
Any tips on best practice/simple example appreciated.
I've found a few things for previous versions but can't find out how to do it in D7.
Is there any documentation on this? It would be good to know if it's just changing some settings our whether I have to alter something in the database too.