| 1 |
COUNTER
|
| 2 |
-------
|
| 3 |
- Display Site Counter
|
| 4 |
- Display Clients IP
|
| 5 |
- Display Unique Visitor based on their IP Address
|
| 6 |
- You can set initial value for Counter
|
| 7 |
- Display node count
|
| 8 |
- Display user count
|
| 9 |
|
| 10 |
HOW TO START COUNTING
|
| 11 |
---------------------
|
| 12 |
To make Counter module start counting then you need to:
|
| 13 |
|
| 14 |
1. Enable the Counter block, or
|
| 15 |
2. If you want to count but don't want to show the Counter block then
|
| 16 |
- go to Administer-Site Buiding-Counter Setting
|
| 17 |
- set Show Site Counter Result for Administer group only = TRUE
|
| 18 |
|
| 19 |
THEMING
|
| 20 |
-------
|
| 21 |
CSS id="counter", i.e. to change text color to red then insert this code
|
| 22 |
to your style.css theme:
|
| 23 |
|
| 24 |
#counter li {
|
| 25 |
color: red;
|
| 26 |
}
|