Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
forum.css file modules/forum/forum.css Styling for the Forum module.
forum.info file modules/forum/forum.info name = Forum
description = Provides discussion forums.
dependencies[] = taxonomy
dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = forum.test
configure = admin/structure/forum
stylesheets[all][] = forum.css
forum.install file modules/forum/forum.install Install, update, and uninstall functions for the Forum module.
forum.module file modules/forum/forum.module Provides discussion forums.
forum.pages.inc file modules/forum/forum.pages.inc User page callbacks for the Forum module.
forum.test file modules/forum/forum.test Tests for forum.module.
ForumIndexTestCase class modules/forum/forum.test Tests the forum index listing.
ForumIndexTestCase::getInfo function modules/forum/forum.test
ForumIndexTestCase::setUp function modules/forum/forum.test
ForumIndexTestCase::testForumIndexStatus function modules/forum/forum.test Tests the forum index for published and unpublished nodes.
forums.tpl.php file modules/forum/forums.tpl.php Displays a forum.
ForumTestCase class modules/forum/forum.test Provides automated tests for the Forum module.
ForumTestCase::$admin_user property modules/forum/forum.test A user with various administrative privileges.
ForumTestCase::$container property modules/forum/forum.test An array representing a container.
ForumTestCase::$delete_forum property modules/forum/forum.test A forum to delete.
ForumTestCase::$edit_any_topics_user property modules/forum/forum.test A user that can create, edit, and delete forum topics.
ForumTestCase::$edit_own_topics_user property modules/forum/forum.test A user that can create forum topics and edit its own topics.
ForumTestCase::$forum property modules/forum/forum.test An array representing a forum.
ForumTestCase::$nids property modules/forum/forum.test An array of forum topic node IDs.
ForumTestCase::$root_forum property modules/forum/forum.test An array representing a root forum.
ForumTestCase::$web_user property modules/forum/forum.test A user with no special privileges.
ForumTestCase::createForum function modules/forum/forum.test Creates a forum container or a forum.
ForumTestCase::createForumTopic function modules/forum/forum.test Creates forum topic.
ForumTestCase::deleteForum function modules/forum/forum.test Deletes a forum.
ForumTestCase::doAdminTests function modules/forum/forum.test Runs admin tests on the admin user.
ForumTestCase::doBasicTests function modules/forum/forum.test Runs basic tests on the indicated user.
ForumTestCase::editForumTaxonomy function modules/forum/forum.test Edits the forum taxonomy.
ForumTestCase::generateForumTopics function modules/forum/forum.test Generates forum topics to test the display of an active forum block.
ForumTestCase::getInfo function modules/forum/forum.test
ForumTestCase::setUp function modules/forum/forum.test
ForumTestCase::testAddOrphanTopic function modules/forum/forum.test Tests that forum nodes can't be added without a parent.
ForumTestCase::testEnableForumField function modules/forum/forum.test Tests disabling and re-enabling the Forum module.
ForumTestCase::testForum function modules/forum/forum.test Tests forum functionality through the admin and user interfaces.
ForumTestCase::verifyForums function modules/forum/forum.test Verifies that the logged in user has access to a forum nodes.
ForumTestCase::verifyForumView function modules/forum/forum.test Verifies display of forum page.
ForumTestCase::viewForumTopics function modules/forum/forum.test Views forum topics to test the display of an active forum block.
ForumUpgradePathTestCase class modules/simpletest/tests/upgrade/upgrade.forum.test Upgrade test for forum.module.
ForumUpgradePathTestCase::getInfo function modules/simpletest/tests/upgrade/upgrade.forum.test
ForumUpgradePathTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.forum.test
ForumUpgradePathTestCase::testForumUpgrade function modules/simpletest/tests/upgrade/upgrade.forum.test Test a successful upgrade (no negotiation).
forum_admin_settings function modules/forum/forum.admin.inc Form constructor for the forum settings page.
forum_block_configure function modules/forum/forum.module Implements hook_block_configure().
forum_block_info function modules/forum/forum.module Implements hook_block_info().
forum_block_save function modules/forum/forum.module Implements hook_block_save().
forum_block_view function modules/forum/forum.module Implements hook_block_view().
forum_block_view_pre_render function modules/forum/forum.module Render API callback: Lists nodes based on the element's #query property.
forum_comment_delete function modules/forum/forum.module Implements hook_comment_delete().
forum_comment_publish function modules/forum/forum.module Implements hook_comment_publish().
forum_comment_unpublish function modules/forum/forum.module Implements hook_comment_unpublish().
forum_comment_update function modules/forum/forum.module Implements hook_comment_update().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.