Coder Social home page Coder Social logo

fr0z3nfyr / cakephp-feedbackit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stefanvangastel/cakephp-feedbackit

0.0 2.0 0.0 253 KB

Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.

License: MIT License

PHP 26.45% CSS 1.33% JavaScript 72.22%

cakephp-feedbackit's Introduction

Website: http://stefanvangastel.nl/feedbackitdemo/

Table of Contents
## Intro

This CakePHP plugin provides a static feedback tab on the side of the screen that enables website visitor to submit feedback or bugreports. Features pure client-side screenshot function including user-placed highlight / accent.

Currently saves the following on form submit:

  • Name of sender (optional, can work with AuthComponent)
  • E-mail of sender (optional)
  • Subject
  • Message
  • Current URL
  • Screenshot of body DOM element
  • Browser and browser version
  • User OS flavor
**Save options include (configurable):** ## Requirements

This plugin is CakePHP Security component compatible.

Required:

Optional:

Includes:

## Installation and Setup
  1. Check out a copy of the FeedbackIt CakePHP plugin from the repository using Git :

    git clone http://github.com/stefanvangastel/CakePHP-FeedbackIt.git

    or download the archive from Github:

    https://github.com/stefanvangastel/CakePHP-FeedbackIt/archive/master.zip

    You must place the FeedbackIt CakePHP plugin within your CakePHP 2.x app/Plugin directory.

    or load it with composer:

    "stefanvangastel/feedback-it": "dev-master"

  2. Load the plugin in app/Config/bootstrap.php:

    CakePlugin::load('FeedbackIt');

  3. Copy the default feedbackit-config file:

    Copy ../app/Plugin/FeedbackIt/Config/feedbackit-config.php.default to ../app/Plugin/FeedbackIt/Config/feedbackit-config.php

    And adjust it to your needs.

  4. Use the feedbackbar element in a view or layout to place the feedback tab on that (or those) pages. It doesn't matter where you place the following line since it uses absolute DOM element positioning.

    <?php echo $this->element('FeedbackIt.feedbackbar');?>

## Usage

To testdrive this puppy; http://stefanvangastel.nl/feedbackitdemo/

## Examples

Example of form Example of result

End

cakephp-feedbackit's People

Contributors

alexstallen avatar dereuromark avatar kb6673 avatar mhimmer avatar stefanvangastel avatar wyrihaximus avatar

Watchers

 avatar  avatar

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.