-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (25 loc) · 1.21 KB
/
Copy pathREADME
File metadata and controls
35 lines (25 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Module : @TITLE@
Version : @VERSION@
Author : Maurice Makaay <maurice@phorum.org>
*** IMPORTANT ***
This module requires Phorum @REQUIRED_VERSION@ or higher.
It will not work for versions of Phorum prior to this versions.
This module makes it possible to add polls to forum topics. For each
forum the administrator can configure who can create polls. Features:
o Admin interface that allows for a specific configuration for each forum.
o CSS based styles, each forum can have its own style.
o Revoking votes for registered users who have voted.
o Polls can be for registered users only or for all visitors.
o It is possible to hide all thread replies until the visitor casts a vote.
o Anonymous vote tracking is done using a combi of cookies and IP blocking.
o Easy poll editor for users, implemented as a separate posting editor screen.
Install:
--------
- Unpack the archive;
- Move the directory "@MODULE_ID@" to the directory "mods"
within your Phorum installation;
- Login as administrator in Phorum's administrative interface and
go to the "Modules" section;
- Enable the module "@TITLE@";
- After this, go to the module's settings screen to configure
the options for this module.