tagadelic_block |
./tagadelic.module |
Implements hook_block(). |
|
|
tagadelic_build_weighted_tags |
./tagadelic.module |
API that returns an array with weighted tags. |
1 |
|
tagadelic_get_weighted_tags |
./tagadelic.module |
Function that gets the information from the database, passes it along to the
weight builder and returns these weighted tags. Note that the tags are
unordered at this stage, hence they need ordering either by calling our api
or by your own ordering data. |
3 |
|
tagadelic_help |
./tagadelic.module |
Implements hook_help(). |
|
|
tagadelic_init |
./tagadelic.module |
Implements hook_init(). |
|
|
tagadelic_menu |
./tagadelic.module |
Implements hook_menu(). |
|
|
tagadelic_nodeapi |
./tagadelic.module |
Implements hook_nodeapi(). |
|
|
tagadelic_node_get_terms |
./tagadelic.module |
API that returns a multidimensional array with tags given a node. |
1 |
|
tagadelic_page_chunk |
./tagadelic.module |
Menu callback renders a tagadelic page. |
|
1 |
tagadelic_page_list |
./tagadelic.module |
Menu callback renders a tagadelic page with listed items: each vocabulary. |
|
1 |
tagadelic_page_title_callback |
./tagadelic.module |
Menu callback to render the tagadelic title. |
|
1 |
tagadelic_settings |
./tagadelic.module |
Menu callback. Admin setting page for tagadelic. |
|
1 |
tagadelic_sort_tags |
./tagadelic.module |
API function to order a set of tags. |
3 |
|
tagadelic_tags_lists |
./tagadelic.module |
API function that returns the tags of a node in fancy titled lists. |
1 |
|
tagadelic_theme |
./tagadelic.module |
Implements hook_theme(). |
|
|
tagadelic_update_6100 |
./tagadelic.install |
Clear cache. |
|
|
tagadelic_vocs_load |
./tagadelic.module |
Menu wildcard callback. |
|
|
theme_tagadelic_list_box |
./tagadelic.module |
Theme function that renders an entry in tagadelic/list/ views. |
|
|
theme_tagadelic_list_vocs |
./tagadelic.module |
Theme function that creates a comma separated list of vocabulary terms. |
|
|
theme_tagadelic_more |
./tagadelic.module |
Theme function to provide a more link. |
|
|
theme_tagadelic_weighted |
./tagadelic.module |
Theme function that renders the HTML for the tags. |
|
|
_tagadelic_sort_by_title |
./tagadelic.module |
Callback for usort, sort by count. |
|
1 |
_tagadelic_sort_by_weight |
./tagadelic.module |
Callback for usort, sort by weight. |
|
1 |