1.2.2releasedLimit Section Entries
Offers a way to limit the maximum number of entries in a section.
Clone URLhttps://github.com/DeuxHuitHuit/limit_section_entries.git
Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/limit_section_entries.git extensions/limit_section_entries --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 |
Readme
Limit Section Entries
Github repo: https://github.com/DeuxHuitHuit/limit_section_entries
1 About
Offers a way to limit the maximum number of entries in a section.
- You can set the maximum number of entries on section's page.
- A message is displayed on publish page.
2 Installation
- Upload the
limit_section_entries
folder found in this archive to your Symphonyextensions'
folder. - Enable it by selecting the "Limit Section Entries" under System -> Extensions, choose Enable from the with-selected menu, then click Apply.
- You can now limit the number of entries in a section.
3 Usage
Go to section editor.
Original author
The original author of this project is @vlad-ghita. Respect.
Version history
Symphony 2.3 to 2.x.x
- Do not redirect on POSTS or when 'no-lse-redirect' query string is set
Symphony 2.3 to 2.x.x
- Fix issue with performance and errors when getting the id
Symphony 2.3 to 2.x.x
- Fix feedback message (thanks @michael-e)
- Added missing 'Create another?'
- Marked as compatible with all 2.x version > 2.3
Requires Symphony 2.3
- Updated english copywriting (thanks @nathanhornby)
Requires Symphony 2.3
- Adapt entry create / save message to reflect Section limit.
Requires Symphony 2.3
- Refactor PHP code to allow external usage.
Requires Symphony 2.3
- Move
Maximum entries
input below sectionName
on section settings page.
Requires Symphony 2.3
- Initial release