Giter Club home page Giter Club logo

simplecomments's Introduction

Simple Comments for Rainlab/Blog

The simplest and fastest way to get a comment system for each of your blog posts.

  • To implement a form box for each of your post simply add our component: "boxcomment" and add the next line anywhere in your html document: ** {% component 'boxcomment'%} **
  • To implement a list of comments associated with the active post simply add the component [listcomments] and add the following line anywhere in your html document: ** {% component 'listcomments'%} **

Main features of the plugin

  • Easy installation and natively
  • No javascript No Jquery
  • Customizable error messages
  • Customizable success messages.
  • Administration of the comments associated with the post, search, filtering, modification and elimination.
  • The html structure is easy to modify and you can adapt the css styles of your theme to it.

Example for single post

 title = "Post"
 url = "/blog/post/:slug"
 layout = "default"
 is_hidden = 0

 [blogPost]
 slug = "{{ :slug }}"
 categoryPage = "blog/category"

 [boxcomment]

 [listcomments]
 ==

Administration of comments.

Additionally you can manage the existing comments, you can delete or modify the comments associated with the posts.

It is quite easy to manage the comments, if you have successfully installed the plugin you will see a new icon in its main menu, this will take you to the comments list where you can filter the comments by ** post ** or ** posts ** from there delete or modify.

simplecomments's People

Contributors

fenriz07 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ezersky

simplecomments's Issues

Integrate Google Recaptcha

  • Give the possibility of adding the recaptcha to the form
  • Setting: Section to configure the recaptcha credentials

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.