forked from rayogram/SimplyCivi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
95 lines (58 loc) · 2.79 KB
/
README.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# $Id: README.txt,v 1 2010/09/07 16:00:00 kylejaster Exp $
--- README -------------------------------------------------------------
SimplyCivi, Version 1.x
Design and Development by Kyle Jaster for rayogram
http://rayogram.com
Requirements: Drupal 6.x
Recommended: CiviCRM 3.2.x, civicrm_theme module
Much borrowed from the Blueprint theme (except, not blueprint.css!) hard work by:
Brent Hardinge, aka, designerbrent
http://brenthardinge.net/
Contributors:
Originally by Ted Serbinski, aka, m3avrck
http://tedserbinski.com
Richard Burford, aka, psynaptic
http://www.freestylesystems.co.uk
--- INSTALLATION --------------------------------------------------------
1. have a working version of CiviCRM installed on your Drupal site
2. Download the latest version of the SimplyCivi theme:
http://github.com/kylejaster/SimplyCivi/zipball/master
Place it in you sites/all/themes directory (you may wish to rename the
directory to "SimplyCivi" - github adds a silly name) and enable it at
admin/build/themes
ALTERNATE OPTION: clone the SimplyCivi project into your
sites/all/themes directory with this command:
git clone [email protected]:kylejaster/SimplyCivi.git
3. Download, install and enable the civicrm_theme module:
http://drupal.org/project/civicrm_theme
4. Visit the Admin Theme configuration page at: admin/settings/admin
Configure the "CiviCRM Administration Theme" to use "SimplyCivi"
5. Configure your CiviCRM blocks for the SimplyCivi theme at:
admin/build/block/list/SimplyCivi
There are regions for many of the blocks CiviCRM provides, simply match
the blocks to the regions (place "CiviCRM full text search" into the
"Header" region)
Additional blocks may be put into the Left and Right sidebars - these
are hidden by default, but show tabs on the left and right sides of
the screen when enabled.
Once you have configured your blocks, you are done!
Visit yoursite.org/civicrm/dashboard?reset=1 and
enjoy your clean new CiviCRM admin theme.
--- FEATURES --------------------------------------------------------
- normalizes Drupal's CSS to be consistent
- properly aggregates all SimplyCivi CSS files into a single file
when this setting is enabled
- Adds custom icons for contact types
- Contact tabs are in a "sidebar"
- Drupal and CiviCRM messages are aggregated and positioned at the top
of the page, clearly visible and hideable
- CSS alterations to CiviCRM are broken out for easy adoption into your
own theme
- single column design for best use of CiviCRM while maintaining easy
access to existing sidebars for your actual site
- Getting close to full support of Drupal KIT theme specification
http://drupal.org/project/kit