Remove formating guidelines in Drupal 7

Hi,
I want to remove formating guidelines in D7 but I don't want to modify core files. Is there a way to do it editing the theme only?

Is it okay to completely avoid the use of the menu system?

Hi everyone,

I'm creating a theme for my website right now, and I really want to implement a menu/navigation system that would be heavily customized with jQuery and all sorts of things.

What I want to know is if I just wrote the menu in page.tpl.php in just plain html (as opposed to setting it up in Drupal menus), would that be equally feasible? I just want to consider any implications for any functionality of my website that I might not be able to foresee right now.

Documentation issue

Hi

I am actually new in Drupal Development so I encounter with the documentation problem.

For example I open hook_view($node, $view_mode) documentation page.

I see the parameter description, but where I can see what the fields that parameter has.

E.g. How I can know that $node->content parameter is exists?

Regards,
Daniil

Grouping CCK Fields in Drupal 7

In Drupal 6 I could easily create a group of fields related to one another and also manage whether it was collapsed or collapsible in the edit screen. Is this still possible in Drupal 7 and if so how do I do that now?

Node URL alias from nid

How do I get the node url alias from the nid?

I have the nid: 37

I don't want: 'node/37' but 'my-custom-alias'

link a piece of content to a user account

I am trying to link content, from a content type, to a user account. For example a content type called projects, that will be created by a user and display in a views block only when the user is logged in. Is this possible? Any suggestions will be appreciated. Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x