I have changend the html output of the counter block, is a simple style change around existing functions, every numeric value is now surrounded by a span with class="value" and the list of visitors per day, week month etc is a nested sub-list ul-li-ul-li, this should allow designers to easily change the appearance of the block via css ovveride without hacking the module.
Hope you like it.
| Comment | File | Size | Author |
|---|---|---|---|
| counter.module.zip | 2.72 KB | misthero |
Comments
Comment #1
misthero commentedComment #2
drupalnesia commented7.x-1.0-alpha7: New: Add counter.css to styling your output, align value to right
Bug fix: Thousand separator for Visitors statistic
Bug fix: Use hook_permission rather than depreciated hook_perm
Bug fix: Fixed admin/config/counter blank page
But available on 7.x yet, maybe I have time to convert it to 6.x.
Comment #3
drupalnesia commentedI can't sleep :) so I apply 7.x feature to 6.x now.
6.x-2.24:
New: Styling output by counter.css