tagadelic_block |
./tagadelic.module |
implementation of hook_block |
|
|
tagadelic_build_weighted_tags |
./tagadelic.module |
API that returns an array with weighted tags
This is the hard part. People with better ideas are very very welcome to send these to ber@webschuur.com. Distribution is one thing that needs attention. |
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 orndering either by calling our api or by your own ordering data. |
3 |
|
tagadelic_help |
./tagadelic.module |
Implementation of hook_help |
|
|
tagadelic_install |
./tagadelic.install |
Implementaton of hook_install |
|
|
tagadelic_menu |
./tagadelic.module |
Implementation of hook_menu |
|
|
tagadelic_nodeapi |
./tagadelic.module |
Implementation of hook_nodeapi
You will have a nice variable in $node available for processing tags! |
|
|
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 voc |
|
1 |
tagadelic_settings |
./tagadelic.module |
Menu callback. Admin setting page for tagadelic. |
|
1 |
tagadelic_sort_tags |
./tagadelic.module |
API funtion to order a set of tags.
@todo If you feel like making this more modular, please send me patches. |
3 |
|
tagadelic_tags_lists |
./tagadelic.module |
API function that returns the tags of a node in fancy titled lists |
1 |
|
tagadelic_uninstall |
./tagadelic.install |
Implementaton of hook_uninstall |
|
|
theme_tagadelic_list_box |
./tagadelic.module |
theme function that renders an entry in tagadelic/list/ views |
|
|
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 |