You are here

Files in Reviews 7

Primary tabs

File namesort descending Location Namespace Description
block-my-reviews.tpl.php theme/block-my-reviews.tpl.php
block-review.tpl.php theme/block-review.tpl.php Theme template file used to format the reviews page of enabled content types when there are reviews. $variables: $nid: the node ID of the main node being viewed. $reviews: array of reviews $rid: review ID. $uid: user ID of reviewer. $review: review…
block-reviews.tpl.php theme/block-reviews.tpl.php
readme.txt readme.txt CONTENTS OF THIS FILE --------------------- * Introduction * Installation * Configuration INTRODUCTION ------------ Current Maintainer: Scot Hubbard - http://drupal.org/user/868214 This module allows authenticated users to leave reviews on…
review.tpl.php theme/review.tpl.php Theme template file used to format the reviews page of enabled content types when there are reviews. $variables: $nid: the node ID of the main node being viewed. $reviews: array of reviews $rid: review ID. $uid: user ID of reviewer. $review: review…
reviews-no-reviews.tpl.php theme/reviews-no-reviews.tpl.php Theme template file used to format the reviews page of enabled content types when there are no reviews. $variables: nid: the node ID of the main node being viewed.
reviews.admin.inc includes/reviews.admin.inc This file contains all the functions necessary for the admin pages of the reviews system.
reviews.api.inc includes/reviews.api.inc This file contains API functions for the reviews system.
reviews.css css/reviews.css reviews.css
reviews.info reviews.info name = Reviews description = Allow users to leave reviews on site content. core = 7.x configure = admin/config/content/reviews files[] = views/reviews_handler_field_review.inc files[] = views/reviews_handler_field_username.inc stylesheets[all][] =…
reviews.install reviews.install Defines database schema for reviews and installs/uninstalls all necessary settings.
reviews.module reviews.module This file defines all the necessary hooks and functions to create a system for enabling and authoring content reviews on a per content type basis.
reviews.pages.inc includes/reviews.pages.inc This file contain all function necessary for displaying and leaving reviews.
reviews.tpl.php theme/reviews.tpl.php Theme template file used to format the reviews page of enabled content types when there are reviews. $variables: $nid: the node ID of the main node being viewed. $review_count: the number of published reviews. $pending_count: the number of reviews…
reviews.views.inc views/reviews.views.inc Provide views data and handlers for reviews.module.
reviews_handler_field_review.inc views/reviews_handler_field_review.inc
reviews_handler_field_username.inc views/reviews_handler_field_username.inc

Other projects