You are here

Functions in Disqus 6

Primary tabs

Namesort descending Location Description Direct uses Strings
disqus ./disqus.module Creates an instance of the Disqus PHP API. 1 7
disqus_admin_settings ./disqus.admin.inc Menu callback; Displays the administration settings for Disqus. 1
disqus_block ./disqus.module Implementation of hook_block().
disqus_closewindow ./disqus.admin.inc Menu callback; Automatically closes the window after the user logs in. 1
disqus_footer ./disqus.module Implementation of hook_footer(). 1
disqus_form_alter ./disqus.module Implementation of hook_form_alter().
disqus_help ./disqus.module Implementation of hook_help().
disqus_install ./disqus.install Implementation of hook_install().
disqus_link ./disqus.module Implementation of hook_link().
disqus_menu ./disqus.module Implementation of hook_menu().
disqus_migrate_admin_export include/disqus_migrate.export.inc Menu callback for the export actions 1
disqus_migrate_admin_export_settings include/disqus_migrate.export.inc Menu callback for the export settings 1
disqus_migrate_admin_import include/disqus_migrate.import.inc Menu callback for importing actions 1
disqus_migrate_admin_import_settings include/disqus_migrate.import.inc Menu callback for import settings 1
disqus_migrate_admin_import_settings_validate include/disqus_migrate.import.inc Validate callback for saving Disqus import settings 1
disqus_migrate_cron ./disqus_migrate.module Implementation of hook_cron
disqus_migrate_help ./disqus_migrate.module Implementation of hook_help
disqus_migrate_install ./disqus_migrate.install Implementation of hook_install
disqus_migrate_menu ./disqus_migrate.module Implementation of hook_menu().
disqus_migrate_schema ./disqus_migrate.install Implementation of hook_schema().
disqus_migrate_uninstall ./disqus_migrate.install Implementation of hook_uninstall
disqus_migrate_update_6100 ./disqus_migrate.install Installs the disqus export schema.
disqus_migrate_update_6101 ./disqus_migrate.install Drops the export table, adds a more useful and multi-purpose table
disqus_nodeapi ./disqus.module Implementation of hook_nodeapi().
disqus_perm ./disqus.module Implementation of hook_perm().
disqus_schema ./disqus.install Implementation of hook_schema().
disqus_theme ./disqus.module Implementation of hook_theme().
disqus_uninstall ./disqus.install Implementation of hook_uninstall().
disqus_update_6000 ./disqus.install Updates the paths on the Disqus side to use the straight node URLs instead of the aliases.
disqus_update_6001 ./disqus.install Update to add the new schema.
disqus_user ./disqus.module Implementation of hook_user().
disqus_views_api ./disqus.module Implementation of hook_view_api().
disqus_views_data_alter ./disqus.views.inc Implementation of hook_views_data_alter.
disqus_views_handlers ./disqus.views.inc Implementation of hook_views_handlers().
theme_disqus_comments ./disqus.module Renders the JavaScript to display the Disqus thread for the current page.
theme_disqus_comments_num ./disqus.module Renders the JavaScript to change all Disqus comment links to the correct number of comments.
_disqus_migrate_api_exists ./disqus_migrate.module Helper function to check for the existance of the Disqus API 2
_disqus_migrate_api_load ./disqus_migrate.module Helper function to load the Disqus API 1
_disqus_migrate_api_request ./disqus_migrate.module Helper function to send the API requests to Disqus
_disqus_migrate_check_nid_exists include/disqus_migrate.import.inc Helper function to check if node exists from given path. If it does, return the NID... if not, return FALSE 1
_disqus_migrate_cleanse_xml include/disqus_migrate.export.inc Helper function cleanse a string for placement in an XML file 1
_disqus_migrate_export_api include/disqus_migrate.export.inc Calls function to gather comments to export, then attempts to create the comments in Disqus using the API. 1
_disqus_migrate_export_api_validate include/disqus_migrate.export.inc When exporting via the API, make sure the user filled out the necessary info 1
_disqus_migrate_export_gather include/disqus_migrate.export.inc Helper function to gather comments to export. The boolean parameter determines whether or not to select all the comments or all comments since last export 2
_disqus_migrate_export_wxr include/disqus_migrate.export.inc Calls function to gather comments to export, then builds the appropriate XML file and presents it to the user for download. 1
_disqus_migrate_import include/disqus_migrate.import.inc The main function that handles importing comments from Disqus into Drupal 2
_disqus_migrate_import_now include/disqus_migrate.import.inc Submit handler for performing an on-demand import 1
_disqus_migrate_import_now_validate include/disqus_migrate.import.inc Validate handler to ensure user entered proper strtotime syntax 1
_disqus_migrate_last_synced_time ./disqus_migrate.module Helper function to get the timestamp of the last synced comment 2
_disqus_migrate_report_message include/disqus_migrate.import.inc Helper function to log a message to watchdog and drupal messages 1

Other projects