Drupal
From SFLink
Contents |
[edit] Drupal
Drupal, an open source content management platform. Equipped with a powerful blend of features,
Drupal can support a variety of websites ranging from personal weblogs to large
community-driven websites.
- from http://www.drupal.org
[edit] Hosting
[edit] Documentation
[edit] Writing Documentation for Drupal
http://drupal.org/documentation-writers-guide
[edit] Modules
* http://drupal.org/node/30993 Make taxonomy selection widget themable * http://drupal.org/node/30376 Fleximax
[edit] Flexinode
This is one of the most important Drupal modules which allows you to define fields to go in documents.
* http://drupal.org/node/17455 Theming Flexinode * http://drupal.org/node/44942 - Alex's discussion on documenting flexinode * http://drupal.org/project/flexinode - sourceforge style * http://drupal.org/handbook/modules/flexinode - flexinode documentation
[edit] Image Manipulation
[edit] Theming
[edit] Adding Taxonomy to nodes
Node.tpl.php This template controls the display of a node, and a node summary.
Available variables $title : Title of node. $node_url : Link to node. $terms : HTML for taxonomy terms. $name : Formatted name of author. $date : Formatted creation date. $sticky : True if the node is sticky on the front page. $picture : HTML for user picture, if enabled. $content : Node content, teaser if it is a summary. $links : Node links. $taxonomy (array) : array of HTML links for taxonomy terms. $node (object) : The node object. $main : True if the node is appearing in a context, like the front page, where only the teaser should be shown. $page : True if the node is being displayed by itself as a page. $submitted : Translated text, if the node info display is enabled for this node type
