2017 © Pedro Peláez
 

library comments

image

webfactorybulgaria/comments

  • Wednesday, May 17, 2017
  • by webfactorybulgaria
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Comments

Frontend

omments can be added to models with the commentable trait(ex. news, events, articles, tours etc.), (*1)

  1. Make your model use Commentable trait: use \TypiCMS\Modules\Comments\Shells\Traits\Commentable;
  2. Include this in the blade file {!! Comments::render($model) !!}. $model should be Commentable

You can select from Local, Disquss and Facebook comments, (*2)

Disquss:

You have to set your short_name in the config. (make sure you copy the whole disquss section from the comments array) If you want to show the number of comments on the listing you need to: 1. Add a span like this 2. Add this to the bottom of the list: (more info: https://help.disqus.com/customer/portal/articles/565624), (*3)

Facebook:

If you want to moderate the comments in facebook you have to add this at the top of your show.blade @section('meta_tags') {!! Comments::getMetaTags() !!} @endsection, (*4)

Backend

Comments are managed through the admin Comments tab, (*5)

This module is part of Admintool4, a multilingual CMS based on Laravel 5., (*6)

The Versions

17/05 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Doncho Petrov

17/05 2017

v4.1.5

4.1.5.0

  Sources   Download

MIT

The Requires

 

by Doncho Petrov

02/09 2016

v4.1.4

4.1.4.0

  Sources   Download

MIT

The Requires

 

by Doncho Petrov

23/08 2016

v4.1.3

4.1.3.0

  Sources   Download

MIT

The Requires

 

by Doncho Petrov

15/08 2016

v4.1.2

4.1.2.0

  Sources   Download

MIT

The Requires

 

by Doncho Petrov

15/08 2016

v4.1.1

4.1.1.0

  Sources   Download

MIT

The Requires

 

by Doncho Petrov

06/07 2016

v4.1.0

4.1.0.0

  Sources   Download

MIT

The Requires

 

by Doncho Petrov