/[drupal]/contributions/modules/counter/README.TXT
ViewVC logotype

Contents of /contributions/modules/counter/README.TXT

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Fri Sep 25 17:30:29 2009 UTC (2 months ago) by thenicespider
Branch: MAIN
CVS Tags: DRUPAL-6--2-2, DRUPAL-6--2-3, DRUPAL-6--2-1, DRUPAL-6--2-0, HEAD
Changes since 1.4: +10 -1 lines
File MIME type: text/plain
How to theming Counter module
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 }

  ViewVC Help
Powered by ViewVC 1.1.2