an easy to use intergrated article management module.

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

*

Functions

Namesort iconLocationDescription
article_admin_settingsarticle/article.moduleadmin settings for the article module.
article_blockarticle/article.moduleHook Block - displays the latest articles list in a block.
article_build_breadcrumbsarticle/article.moduleBuilds a breadcrumb list.
article_build_indexarticle/article.moduleRecursivly traverses the term tree to construct the index.
article_get_article_termsarticle/article.moduleGet all the terms associated with Articles.
article_get_current_urlarticle/article.moduleConstructs a url from the current url arguments list.
article_get_latestarticle/article.moduleGet the latest articles
article_get_vocabulariesarticle/article.moduleGets all the vocabularies that are associated with the article module.
article_helparticle/article.moduleHook Help - displays help and general information about the module.
article_indexarticle/article.moduleConstructs the article index page, using theme functions.
article_menuarticle/article.moduleHook Menu - sets up article entries in the main menu..
article_pagearticle/article.moduledisplays the main article page.
article_select_nodesarticle/article.moduleFinds 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_termsarticle/article.moduleGet all the terms in a given vocabulary.
_article_get_tid_from_termarticle/article.moduleHelper function for array map purposes.