-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
41 lines (27 loc) · 1.42 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
all-admin admin-side theme for Textpattern CMS
You are free to modify this theme, reuse code herein, and distribute all its
supporting files as long as licences are respected (see below).
== Installation instructions ==
# Upload the directory 'alladmin' into your Textpattern installation ->
admin-themes directory.
# Log in to your Textpattern admin area. Navigate to admin -> preferences ->
admin.
# Select 'all-admin' from the 'Admin-side theme' dropdown list. Save
the preferences.
# Modify the css and javascript to suit your needs.
== Optional customizations for advanced users ==
You can disable auto-expanding text areas (autosize.js) by adding the following
line into Textpattern 'config.php' file (before the closing '?>' line):
define('no_autosize', true);
We also provide an optional user-defined custom CSS and JavaScript file for
further customization of the admin-side theme. By default, these are located at:
assets -> css -> custom.css
assets -> js -> custom.js
You may use different file names by adding the following line(s) within your
Textpattern 'config.php' file (before the closing '?>' line):
define('admin_custom_css', 'your_custom_rules.css');
define('admin_custom_js', 'your_custom_javascript.js');
You can then use those files to customize the admin-side theme to your
requirement.
Note: be careful not to overwrite your own custom rules when updating to a new
version of Textpattern!