List of Filters

From Osclass Enterprise
Jump to: navigation, search
 name_of_filter / file_where_it_is.php / short description
  • item_title / item.php / affects the title of the item
  • item_description / item.php / affects the description of the item
  • slug / model/Category.php / could change the slug of the categories (usefull for especial characters as ä, ü, ...)
  • resource_path / media_processing.php(oc-admin) / affects the resource path
 * actions_manage_items / items_processing.php / could add more actions on actions list at manage listing.
 An array of 'actions' is passed and an array with the item information.
 ManageListings-actions.jpg
 
 * more_actions_manage_items / items_processing.php / could add more actions on 'more actions' list at manage listing.
 An array of 'actions' is passed and an array with the item information.
 ManageListings-moreactions.jpg
 
 Example use actions_manage_* or more_actions_manage_*
 * actions_manage_users / items_processing.php / could add more actions on actions list at manage users.
 An array of 'actions' is passed and an array with the user information.
ManageUsers-actions.jpg
 
 * more_actions_manage_users / items_processing.php / could add more actions on 'more actions' list at manage users.
 An array of 'actions' is passed and an array with the user information.
 ManageUsers-moreactions.jpg
 
 Example use actions_manage_* or more_actions_manage_*