Skip to content

Commit

Permalink
readme, titles
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahY committed Oct 27, 2011
1 parent 7102fa8 commit 5351050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Installation
- To download directly, go to the `project page`_ and click **Download**

#. extract the files to a subfolder such as ``history`` inside the ``qa-plugins`` folder of your Q2A installation.
#. navigate to your site, go to **Admin -> Plugins** on your q2a install and select options, then click **Save Changes**.
#. navigate to your site, go to **Admin -> Plugins** on your q2a install.
#. First, set up the event logger plugin to ``Log events to qa_eventlog database table``.
#. Then, go to History Admin, select options, then click **Save Changes**.

.. _Question2Answer: http://www.question2answer.org/install.php
.. _git: http://git-scm.com/
Expand Down
4 changes: 2 additions & 2 deletions qa-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}

qa_register_plugin_layer('qa-user-activity-layer.php', 'User Activity Layer');
qa_register_plugin_module('event', 'qa-user-activity-check.php','user_activity_check','Activity Check');
qa_register_plugin_module('module', 'qa-user-activity-admin.php','user_activity_admin','Activity Admin');
qa_register_plugin_module('event', 'qa-user-activity-check.php','user_activity_check','History Check');
qa_register_plugin_module('module', 'qa-user-activity-admin.php','user_activity_admin','History Admin');

0 comments on commit 5351050

Please sign in to comment.