ed_classified_admin_expired |
./ed_classified.module |
|
|
|
ed_classified_admin_overview |
./ed_classified.module |
Present admin options. |
3 |
1 |
ed_classified_admin_settings |
./ed_classified_settings.inc |
Implementation of hook_settings().
TODO - this is hardcoded to the Classified Ads vid - needs to be able to handle
any taxonomy assigned |
|
1 |
ed_classified_ad_expired |
./ed_classified_utils.inc |
Determine whether a node is expired given a target timestamp
An ad is considered to have 'expired' if the $time parameter
is larger than the node's expires_on field. |
1 |
|
ed_classified_block |
./ed_classified.module |
Implementation of hook_block(). |
|
|
ed_classified_by_user |
./ed_classified.module |
Get a list of classified ads for a given user |
|
1 |
ed_classified_cron |
./ed_classified.module |
Implementation of hook_cron(). |
|
|
ed_classified_delete |
./ed_classified.module |
Implementation of hook_delete(). |
|
1 |
ed_classified_form |
./ed_classified.module |
Implementation of hook_form().
This is how we piggyback off of the node type by tweaking the form with our elements.
Drupal 5.x version is called $form_values rather than $form_state (both are an array). |
|
|
ed_classified_get_adcount |
./ed_classified_utils.inc |
|
1 |
|
ed_classified_get_adcount_for_time_range |
./ed_classified_utils.inc |
Get ad count for time range |
1 |
|
ed_classified_get_ad_expiration |
./ed_classified_utils.inc |
Get the expiration date of a classified ad node |
1 |
|
ed_classified_get_ad_stats |
./ed_classified_utils.inc |
Get stats |
1 |
|
ed_classified_get_latest_ads_list |
./ed_classified_utils.inc |
Get a list of latest ads for block use |
1 |
|
ed_classified_get_popular_ads_list |
./ed_classified_utils.inc |
Get a list of popular ads for block use |
1 |
|
ed_classified_init |
./ed_classified.module |
Implementation of hook_init() |
|
|
ed_classified_insert |
./ed_classified.module |
Implementation of hook_insert(). |
1 |
|
ed_classified_install |
./ed_classified.install |
|
|
|
ed_classified_link |
./ed_classified.module |
Implementation of hook_link(). |
|
|
ed_classified_link_alter |
./ed_classified.module |
Implementation of hook_link_alter (&$links, $node)
Find and destroy old taxonomy links for the classified ads node. This
will create links to the custom classified ads taxonomy view.
This would be easier if the hook callback knew what module… |
|
|
ed_classified_load |
./ed_classified.module |
Implementation of hook_load(). |
|
|
ed_classified_mail |
./ed_classified.module |
Implementation of hook_mail() which is invoked by drupal_mail()
Only present in Drupal 6 and 7 |
1 |
|
ed_classified_node_info |
./ed_classified.module |
Implementation of hook_node_info(). |
|
|
ed_classified_node_type |
./ed_classified.module |
Implementation of hook_node_type() |
|
|
ed_classified_page |
./ed_classified.module |
Display a page of classified ads, as appropriate.
Lifted from image_gallery module. Shameless. |
|
1 |
ed_classified_schema |
./ed_classified.install |
Implementation of hook_schema().
As of Drupal 7 schema tags do not need to be translated with t()
Strings should be non-markup plain text |
|
|
ed_classified_schema_drupal5 |
./ed_classified.install |
|
1 |
|
ed_classified_submit |
./ed_classified.module |
Implementation of hook_submit()
Crucial for 5.x, but removed in 6.x
This hook will only trigger in Drupal 5.x |
|
|
ed_classified_theme |
./ed_classified_themefuncs.inc |
Drupal 6 onwards hook_theme() registration function |
|
|
ed_classified_uninstall |
./ed_classified.install |
Implementation of hook_uninstall(). |
|
|
ed_classified_update |
./ed_classified.module |
Implementation of hook_update(). |
|
|
ed_classified_validate |
./ed_classified.module |
Implementation of hook_validate(). |
|
|
ed_classified_view |
./ed_classified.module |
Implementation of hook_view(). |
|
|
ed_classified_views_api |
./ed_classified.module |
|
|
|
ed_classified_views_data |
./ed_classified_views.inc |
|
|
|
ed_classified_views_default_views |
./ed_classified.views_default.inc |
|
|
|
ed_classified_views_default_view_1 |
./ed_classified.views_default.inc |
|
1 |
|
ed_classified_views_handlers |
./ed_classified_views.inc |
|
|
|
theme_ed_classified_ads_block |
./ed_classified_themefuncs.inc |
Theme an ads block |
|
|
theme_ed_classified_ads_stats |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_body |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_category_adcount |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_category_description |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_category_list_ad_row |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_category_list_row |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_category_name |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_ending_date |
./ed_classified_themefuncs.inc |
Get a formatted div with a readable, friendly ad expiration date. |
|
|
theme_ed_classified_taxonomy |
./ed_classified_themefuncs.inc |
Theme a classified ads taxonomy browser page |
|
|
theme_ed_classified_taxonomy_ads |
./ed_classified_themefuncs.inc |
|
|
|
theme_ed_classified_taxonomy_catlist |
./ed_classified_themefuncs.inc |
|
|
|