Search for all
Title | Object type | File name | Summary |
---|---|---|---|
forum.css | file | modules/ |
Styling for the Forum module. |
forum.info | file | modules/ |
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/ |
Install, update, and uninstall functions for the Forum module. |
forum.module | file | modules/ |
Provides discussion forums. |
forum.pages.inc | file | modules/ |
User page callbacks for the Forum module. |
forum.test | file | modules/ |
Tests for forum.module. |
ForumIndexTestCase | class | modules/ |
Tests the forum index listing. |
ForumIndexTestCase::getInfo | function | modules/ |
|
ForumIndexTestCase::setUp | function | modules/ |
|
ForumIndexTestCase::testForumIndexStatus | function | modules/ |
Tests the forum index for published and unpublished nodes. |
forums.tpl.php | file | modules/ |
Displays a forum. |
ForumTestCase | class | modules/ |
Provides automated tests for the Forum module. |
ForumTestCase::$admin_user | property | modules/ |
A user with various administrative privileges. |
ForumTestCase::$container | property | modules/ |
An array representing a container. |
ForumTestCase::$delete_forum | property | modules/ |
A forum to delete. |
ForumTestCase::$edit_any_topics_user | property | modules/ |
A user that can create, edit, and delete forum topics. |
ForumTestCase::$edit_own_topics_user | property | modules/ |
A user that can create forum topics and edit its own topics. |
ForumTestCase::$forum | property | modules/ |
An array representing a forum. |
ForumTestCase::$nids | property | modules/ |
An array of forum topic node IDs. |
ForumTestCase::$root_forum | property | modules/ |
An array representing a root forum. |
ForumTestCase::$web_user | property | modules/ |
A user with no special privileges. |
ForumTestCase::createForum | function | modules/ |
Creates a forum container or a forum. |
ForumTestCase::createForumTopic | function | modules/ |
Creates forum topic. |
ForumTestCase::deleteForum | function | modules/ |
Deletes a forum. |
ForumTestCase::doAdminTests | function | modules/ |
Runs admin tests on the admin user. |
ForumTestCase::doBasicTests | function | modules/ |
Runs basic tests on the indicated user. |
ForumTestCase::editForumTaxonomy | function | modules/ |
Edits the forum taxonomy. |
ForumTestCase::generateForumTopics | function | modules/ |
Generates forum topics to test the display of an active forum block. |
ForumTestCase::getInfo | function | modules/ |
|
ForumTestCase::setUp | function | modules/ |
|
ForumTestCase::testAddOrphanTopic | function | modules/ |
Tests that forum nodes can't be added without a parent. |
ForumTestCase::testEnableForumField | function | modules/ |
Tests disabling and re-enabling the Forum module. |
ForumTestCase::testForum | function | modules/ |
Tests forum functionality through the admin and user interfaces. |
ForumTestCase::verifyForums | function | modules/ |
Verifies that the logged in user has access to a forum nodes. |
ForumTestCase::verifyForumView | function | modules/ |
Verifies display of forum page. |
ForumTestCase::viewForumTopics | function | modules/ |
Views forum topics to test the display of an active forum block. |
ForumUpgradePathTestCase | class | modules/ |
Upgrade test for forum.module. |
ForumUpgradePathTestCase::getInfo | function | modules/ |
|
ForumUpgradePathTestCase::setUp | function | modules/ |
|
ForumUpgradePathTestCase::testForumUpgrade | function | modules/ |
Test a successful upgrade (no negotiation). |
forum_admin_settings | function | modules/ |
Form constructor for the forum settings page. |
forum_block_configure | function | modules/ |
Implements hook_block_configure(). |
forum_block_info | function | modules/ |
Implements hook_block_info(). |
forum_block_save | function | modules/ |
Implements hook_block_save(). |
forum_block_view | function | modules/ |
Implements hook_block_view(). |
forum_block_view_pre_render | function | modules/ |
Render API callback: Lists nodes based on the element's #query property. |
forum_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
forum_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
forum_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
forum_comment_update | function | modules/ |
Implements hook_comment_update(). |
Pagination
- Previous page
- Page 94
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.