You are here

constant EDI_CLASSIFIED_MODULE_NAME in Classified Ads 5

Same name and namespace in other branches
  1. 5.2 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
  2. 6.2 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
  3. 7.2 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME

If you want to remove taxonomy links from the node, and you are using the phptemplate theme engine, Simply create a node-ed_classified.tpl.php and remove (or modify) the contents of the $terms theme variable. $taxonomy array is also available. See: http://drupal.org/node/46012

12 uses of EDI_CLASSIFIED_MODULE_NAME
ed_classified_ad_expired in ./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.
ed_classified_get_popular_ads_list in ./ed_classified_utils.inc
Get a list of popular ads for block use
ed_classified_node_info in ./ed_classified.module
Implementation of hook_node_info().
ed_classified_page in ./ed_classified.module
Display a page of classified ads, as appropriate. Lifted from image_gallery module. Shameless.
ed_classified_views_data in ./ed_classified_views.inc

... See full list

File

./ed_classified.module, line 22
Simple text-based classified ads module. Michael Curry, Exodus Development, Inc. exodusdev@gmail.com for more information, please visit http://exodusdev.com/drupal/modules/classified.module Copyright (c) 2006, 2007 Exodus Development, Inc. All Rights…

Code

define('EDI_CLASSIFIED_MODULE_NAME', 'ed_classified');