Skip to content

Commit

Permalink
Adding new verson 2.3.2 (aka Added Admin Section) - 06/06/2018
Browse files Browse the repository at this point in the history
Changes for plugin version 2.3.2 (aka Added Admin Section)	- 06/06/2018
	Added a new menu section so that if an Admin or Editor is logged in an extra
	menu shows. Designed for Admin documentation to be added and hided from the public.
	NB: It's only a menu, pages are still accessible if the URL is know.
	Aimed at normal Published pages so that Parent/Child relationship can be adopted.
	Driven from a category of your choice.
  • Loading branch information
BlakesHeaven committed Jun 6, 2018
1 parent 55d9c1f commit ad7d41b
Show file tree
Hide file tree
Showing 5 changed files with 862 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"plugin-data":
{
"name": "Auto-Archive-Menu-Plus-More",
"description": "Think of a conveyor-belt... </br>Published content moves through Upcoming menu section, into Current menu section and finally to the Archive menu section; all based on published date. All sections are configurable, including the duration in each section.<br>Oh yes; there's a few more features as well, like hidden pages..."
},
"global-options-title" : "Global Options",
"duration-type-label": "Duration Type",
"week": "Week",
"month": "Month",
"year": "Year",
"duration-type-tip":"This value works with the CurrentAfter and ArchiveAfter integer values",
"nothing-label": "What to do about nothing",
"show-section-label": "Show Section Label",
"hide-section-label": "Hide Section Label",
"what-about-nothing-tip": "Handles whether to show/hide section label if empty. See below to display alternative text under label",
"fillin-text-label": "Fill-in text if nothing",
"fillin-text-tip": "If above is selected to display, this fill-in text will show.",

"static-pages-options-title": "'Static Pages' section settings",
"display-static-pages-section": "Display Static Pages section",
"display-static-pages-section-tip": "Enable to display the STATIC PAGES section on the sidebar.",
"static-label": "Label for static pages menu",
"static-label-tip": "The static page menu is almost always used in the sidebar of the site.",
"home-link": "Home link",
"home-link-tip": "Show the home link at the top of this plug-in in the static pages section.",

"upcoming-section-title": "'Upcoming' section settings",
"display-upcoming-section": "Display 'Upcoming' section",
"enable-section": "Enable",
"disable-section": "Disable",
"display-upcoming-section-tip": "Enable to display the upcoming section on the sidebar",
"upcoming-label": "Label for upcoming content",
"upcoming-label-tip": "This title is used for the published date if the status is published.",
"show-upcoming-children": "Show upcoming children",
"show-upcoming-children-tip": "Enable to display the Children in the Upcoming section.",

"current-section-title": "'Current' section settings",
"current-label": "Label for current content",
"current-label-tip": "This title is use for the published content that relevant to now.",
"current-after": "Current after how long",
"current-after-tip": "Content becomes current after X {time duration} from the published date.",
"show-current-children": "Show current children",
"show-current-children-tip": "Enable to display the Children in the current section.",

"archive-section-title": "'Archive' section settings",
"display-archive-section": "Display 'Archive' section",
"display-archive-section-tip": "Enable to display the archive section on the sidebar.",
"archive-label": "Label for archived content",
"archive-label-tip": "This title is use for the published content that has moved into the past and not current.",
"archive-after": "Archive after how long",
"archive-after-tip": "Content becomes archived after X {time duration} from the published date.",
"amount-of-items": "Amount of items",
"amount-of-items-tip": "The number of items appearing under the Archive list to prevent uncontrolled growth.",
"show-archive-children": "Show archive children",
"show-archive-children-tip": "Enable to display the Children in the archive section.",

"plus-some-section-title": "'Plus Some' more options",
"hidden-category": "Hidden Category",
"hidden-category-tip": "Any content assigned this category will be hidden from the menu. NB: The category must already exist.",

"display-admin-stuff-section": "Display 'Admin Stuff' section",
"display-admin-stuff-section-tip": "Enable to display the Admin Stuff section on the sidebar.",
"admin-stuff-category": "Admin Stuff Category",
"admin-stuff-category-tip1": "Content assigned this category will only be see by logged in Admin. NB: The category must already exist.",
"admin-stuff-category-tip2": "All 'Admin stuff' content will be ordered according to it position, not date published, and after the static pages.",
"admin-stuff-label": "Label for Admin content",
"admin-stuff-label-tip": "Enter the label here that you want displayed above the Admin stuff content.",
"show-admin-stuff-children": "Show Admin Stuff children",
"show-admin-stuff-children-tip": "Enable to display the Children in the Admin Stuff section. Make Parent the content page with links to children."
}
10 changes: 10 additions & 0 deletions Bludit v2.3.x Admin menu/Auto-Archive-Menu-Plus-More/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"author": "David Blake",
"email": "",
"website": "",
"version": "2.3.2",
"releaseDate": "2018-05-06",
"license": "MIT",
"compatible": "2.3",
"notes": "Developed and tested against 2.3.4. Added Admin Stuff side menu control"
}
Loading

0 comments on commit ad7d41b

Please sign in to comment.