You are here

Functions in AJAX Comments 7

Primary tabs

Namesort descending Location Description Direct uses Strings
ajax_comments_cancel_js ./ajax_comments.module Cancel edit the comment. 1
ajax_comments_comment_view_alter ./ajax_comments.module Implements hook_comment_view_alter().
ajax_comments_delete ./ajax_comments.module Callback for clicking "delete". 1
ajax_comments_delete_js ./ajax_comments.module Removes the comment. 1
ajax_comments_edit ./ajax_comments.module Callback for clicking "edit". 1
ajax_comments_edit_cancel_js ./ajax_comments.module Re-grabs comment after editing is cancelled. 1
ajax_comments_form_comment_confirm_delete_alter ./ajax_comments.module Implements hook_form_FORM_ID_alter().
ajax_comments_form_comment_form_alter ./ajax_comments.module Implements hook_form_FORM_ID_alter().
ajax_comments_menu ./ajax_comments.module Implements hook_menu().
ajax_comments_nodejs_comment_delete ajax_comments_nodejs/ajax_comments_nodejs.module Implements hook_comment_delete()
ajax_comments_nodejs_comment_insert ajax_comments_nodejs/ajax_comments_nodejs.module Implements hook_comment_insert()
ajax_comments_nodejs_comment_update ajax_comments_nodejs/ajax_comments_nodejs.module Implements hook_comment_update()
ajax_comments_nodejs_menu ajax_comments_nodejs/ajax_comments_nodejs.module Implements hook_menu().
ajax_comments_nodejs_preprocess_comment ajax_comments_nodejs/ajax_comments_nodejs.module Process variables for comment.tpl.php. *
ajax_comments_nodejs_process_node ajax_comments_nodejs/ajax_comments_nodejs.module Implements hook_preprocess_node()
ajax_comments_node_type_active ./ajax_comments.module Returns TRUE if this node uses ajax comments or if no nodes are selected. 7
ajax_comments_preprocess_comment ./ajax_comments.module Implements template_preprocess_comment() Wrap comments and their replies in a #comment-wrapper-(cid) div
ajax_comments_preprocess_comment_wrapper ./ajax_comments.module
ajax_comments_preprocess_node ./ajax_comments.module Implements hook_preprocess_node().
ajax_comments_preview_js ./ajax_comments.module Previews the comment. 1
ajax_comments_remove_status ./ajax_comments.module Removes "Your comment has been posted." or "Your comment has been queued.." from the status message. 2
ajax_comments_reply ./ajax_comments.module Callback for clicking "reply". Note: $pid is an optional parameter. This functionality is utilized by the "Add new comment" link on pages where there is no default comment form (comment_form_location is COMMENT_FORM_SEPARATE_PAGE) 1
ajax_comments_settings ./ajax_comments.admin.inc AJAX comments settings form. 1
ajax_comments_submit_js ./ajax_comments.module Builds the comment. 1
ajax_comments_theme ./ajax_comments.module Implements hook_theme().
ajax_comments_uninstall ./ajax_comments.install Implements hook_uninstall().
ajax_comments_update_7100 ./ajax_comments.install Remove "View modes" settings.
ajax_comments_views_api ./ajax_comments.module Implements hook_views_api().
ajax_comments_views_data ./ajax_comments.module Implements hook_views_data().
theme_ajax_comments_notify_text ./ajax_comments.module Returns text to notify user their comment has been added.
_ajax_comments_cache_key ./ajax_comments.module Create the key for caching a comment form. 2
_ajax_comments_get_comment_sort_order ./ajax_comments.module Returns comment sort order. 3
_ajax_comments_nodejs_view_added ajax_comments_nodejs/ajax_comments_nodejs.module Implements _ajax_comments_nodejs_view_added(). 1
_ajax_comments_nodejs_view_updated ajax_comments_nodejs/ajax_comments_nodejs.module Implements _ajax_comments_nodejs_view_updated(). 1

Other projects