2017 © Pedro Peláez
 

icanboogie-module module-comments

Allows users comments to be attached to nodes.

image

icybee/module-comments

Allows users comments to be attached to nodes.

  • Tuesday, May 24, 2016
  • by Icybee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

The "Comments" module (comments)

Allows users to attach comments to nodes., (*1)

The modules provides a comment submission form with a real time comment preview and all the screens required to manage the comments and configure the module., (*2)

Requirements

This module is designed to work with the CMS Icybee., (*3)

Installation

The recommended way to install this package is through Composer. Create a composer.json file and run php composer.phar install command to install it:, (*4)

{
    "minimum-stability": "dev",
    "require": {
        "icybee/module-comments": "*"
    }
}

Cloning the repository

The package is available on GitHub, its repository can be cloned with the following command line:, (*5)

$ git clone git://github.com/module-comments.git comments

Documentation

The documentation for the package and its dependencies can be generated with the make doc command. The documentation is generated in the docs directory using ApiGen. The package directory can later by cleaned with the make clean command., (*6)

License

This module is licensed under the New BSD License - See the LICENSE file for details., (*7)

Prototype methods

get_comments

The get_comments prototype method returns the approved comments associated with a node., (*8)

<?php

$core->models['articles']->one->comments;

get_comments_count

The get_comments_count prototype method returns the number of approved comments associated with a node., (*9)

<?php

$core->models['articles']->one->comments_count;

The Versions

24/05 2016

dev-brickrouge3

dev-brickrouge3 http://icybee.org/

Allows users comments to be attached to nodes.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

comment

23/01 2016

3.0.x-dev

3.0.9999999.9999999-dev http://icybee.org/

Allows users comments to be attached to nodes.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

comment

23/08 2015

2.1.x-dev

2.1.9999999.9999999-dev http://icybee.org/

Allows users comments to be attached to nodes.

  Sources   Download

BSD-3-Clause

The Requires

 

comment

10/11 2014

2.0.x-dev

2.0.9999999.9999999-dev http://icybee.org/

Allows users comments to be attached to nodes.

  Sources   Download

BSD-3-Clause

The Requires

 

comment

26/07 2013

dev-master

9999999-dev http://icybee.org/

Allows users comments to be attached to nodes.

  Sources   Download

BSD-3-Clause

The Requires

 

comment