-
Notifications
You must be signed in to change notification settings - Fork 30
SP 4.5 Release Notes
(See the changelog for additional details: https://github.com/subjectsplus/SubjectsPlus/blob/master/CHANGELOG.md )
The new default theme (splux) comes in 3 color scheme variants, each associated to a CSS file. To get started:
- Update to the latest version of the master branch on GitHub. Make sure your local copy has the following folders and files:
/themes/splux/
includes/header_splux.php,
includes/footer_splux.php
assets/css/public/sp-lux-default.css [blue]
assets/css/public/sp-lux-greens.css
assets/css/public/sp-lux-reds.css
subjects/guide.php
- Go to SP Control and navigate to Admin > Edit Config > Basic Settings > Appearance and put "splux" into the Use a Theme and Header Switcher area. Hit save.
In this case, you could switch between the default theme and the splux one on a per guide basis.
If you just wanted to use the splux option, you would remove default (and the comma).
-
The final step is to go into any existing guides and set the new theme to "splux".
-
When you view the home page, database list, etc., you will see the blue splux theme.
-
You can update your logo and menu navigation options by editing the following file: includes/header_splux.php
-
The new CSS files are uncompressed allowing you to make edits or create your own color scheme variant.
CKEditor plugins are now disabled by default. This means that the following buttons will not work on the Default Box pluslet when you update to the latest version of SubjectsPlus:
To enable them again go to these files and remove the die("Disabled!"); line at the top:
ckeditor/plugins/subsplus_asset/php/getExistingRadioButtons.php
ckeditor/plugins/subsplus_faq/php/getFaqCheckboxes.php
ckeditor/plugins/subsplus_resource/php/getResourceRadioListSearch.php
ckeditor/plugins/subsplus_sub_spe/php/getStaffCheckboxes.php
ckeditor/plugins/subsplus_toc/php/getLinkCheckboxes.php
You should also uncomment lines 29 and 48 on the file ckeditor\config.js:
Line 29: // { name: 'subjectsplus', groups: [ 'subsplus_resource', 'subsplus_asset' , 'subsplus_faq', 'subsplus_cat_link' ] },
Line 48: // ['subsplus_resource', 'subsplus_asset' , 'subsplus_faq' , 'subsplus_cat_link', 'Abbr']
Github Issue number 1416
The collection_subject table doesn't have a default value for the sort column.
If you already have SubjectsPlus installed, please run the following SQL query in your database:
USE Your-SubjectsPlus-Database-Name
;
ALTER TABLE collection_subject;
ALTER sort SET DEFAULT 0;
To change a section layout the section must be selected first.
To activate the Layout flyout choices click the arrows button on the appropriate section
Choose layout
A LibraryH3lp pluslet has been added.
To enable it go to Admin > Config Site > API