TowTruck

Component ID

1971598

Component name

TowTruck

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

312

Component created

Component changed

Component body

Introduction

Towtruck module makes it surprisingly easy to use TowTruck with your Drupal site.

About TowTruck:

TowTruck is a service for your website that makes it surprisingly easy to collaborate in real-time.

Demo

Use simplytest.me and follow installation instruction at http://simplytest.me/project/towtruck/7.x-1.x

Installation

  • Download & enable module towtruck.
  • To start Towtruck, you must either:
    • enable Towtruck block at Admin -> Structure -> Blocks
    • download and enable module admin_menu
    • add <button onclick="TowTruck(this); return false;">Start TowTruck</button> in your template file
    • control from your Javascript code
      <button id="start-towtruck">Start TowTruck</button>
      <script>
      $(function () {
        $("#start-towtruck").click(TowTruck);
      });
      </script>