8 calls to _itweak_upload_get_setting() in iTweak Upload 6.2
- itweak_upload_comment in ./
itweak_upload.module - Implementation of hook_comment(). Add attachments to the comment on view or preview. Here we intercept attachments from comment_upload.module, and render them ourselves. It is critical to be before comment_upload.module in {system} (lower weight).
- itweak_upload_form_alter in ./
itweak_upload.module - Implementation of hook_form_alter().
- itweak_upload_nodeapi in ./
itweak_upload.module - Implementation of hook_nodeapi().
- _itweak_upload_files_thumbnails in ./
itweak_upload.module - Similar to _itweak_upload_preprocess_files(), only works on already prepared form
- _itweak_upload_get_derivative in ./
itweak_upload.module - _itweak_upload_get_link_options in ./
itweak_upload.module - Retrieve link options - carries handler setting for link display mode.
- _itweak_upload_preprocess_files in ./
itweak_upload.module - Worker function for preprocessing node & comment files.
- _itweak_upload_upload_form_prerender in ./
itweak_upload.module - Worker code for itweak_upload_form_alter(). Modify a bit the attachment fieldset, add js.