Article Module - an easy to use integrated article management module.
The article module allows for articles to be organized and displayed in a cenrtalized location. In essence it is a specialized taxonomy display module with some specific features that make it sutible for articles.
@author Nicholas Young-Soares @author Mohammed Sameer @package module_article
*
| Name | Location | Description |
|---|---|---|
| article_admin_settings | article/article.module | admin settings for the article module. |
| article_block | article/article.module | Hook Block - displays the latest articles list in a block. |
| article_build_breadcrumbs | article/article.module | Builds a breadcrumb list. |
| article_build_index | article/article.module | Recursivly traverses the term tree to construct the index. |
| article_get_article_terms | article/article.module | Get all the terms associated with Articles. |
| article_get_current_url | article/article.module | Constructs a url from the current url arguments list. |
| article_get_latest | article/article.module | Get the latest articles |
| article_get_vocabularies | article/article.module | Gets all the vocabularies that are associated with the article module. |
| article_help | article/article.module | Hook Help - displays help and general information about the module. |
| article_index | article/article.module | Constructs the article index page, using theme functions. |
| article_menu | article/article.module | Hook Menu - sets up article entries in the main menu.. |
| article_page | article/article.module | displays the main article page. |
| article_select_nodes | article/article.module | Finds all nodes that match selected taxonomy conditions. This is just a copy of taxonomy_select_nodes() but includes node title field in the selection. Is this useful or try to find a taxonomy function to achieve this? |
| article_tax_get_terms | article/article.module | Get all the terms in a given vocabulary. |
| _article_get_tid_from_term | article/article.module | Helper function for array map purposes. |