Bug #24616
closedNew page links in new record wizards are not configurable
100%
Description
Pretty much everything is configurable in the new record wizard (typo3/db_new.php), except for the three links to create new pages (after, inside and select position).
The attached patch introduces new Page TSconfig options to that effect.
I'm just opening this bug report in order not to lose track of this change, but it will go into 4.6 (too late for 4.5).
(issue imported from #M17086)
Files
Updated by Francois Suter about 14 years ago
Original patch by Fabien Udriot, with some changes by me.
Updated by Francois Suter over 13 years ago
- Category set to Backend User Interface
- Status changed from New to Accepted
- Assignee set to Francois Suter
- TYPO3 Version changed from 4.5 to 4.6
The new options are:
- mod.wizards.newRecord.pages.show.pageInside
- mod.wizards.newRecord.pages.show.pageAfter
- mod.wizards.newRecord.pages.show.pageSelectPosition
For example, setting:
mod.wizards.newRecord.pages.show.pageInside = 0
will hide the "Page (inside)" link (see screenshot).
Updated by Francois Suter over 13 years ago
- File page_inside_hidden.png page_inside_hidden.png added
Updated by Francois Suter over 13 years ago
Proposed text for documentation (if and when patch gets committed).
Property: pages
Data type: boolean
Description:
Use the following sub-properties to show or hide the links to create new pages after, inside or at a selected position.
show.pageAfter
show.pageInside
show.pageSelectPosition
Setting any of these properties to 0 will hide the corresponding link. Any other value will leave it visible.
Example:
mod.wizards.newRecord.pages.show.pageInside = 0
hides the "Page (inside)" link (screenshot to be added).
Default: not set (hence all links are visible)
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I7efd0fb710f8026b34c1c9cbbbe8f8f1d43693cc has been pushed to the review server.
It is available at http://review.typo3.org/2450
Updated by Andy Grunwald over 13 years ago
The following setup produces the output visible on the picture:
mod.wizards.newRecord.pages.show.pageInside = 1 mod.wizards.newRecord.pages.show.pageAfter = 1 mod.wizards.newRecord.pages.show.pageSelectPosition = 0
The space between pages an content elements is missing.
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I7efd0fb710f8026b34c1c9cbbbe8f8f1d43693cc has been pushed to the review server.
It is available at http://review.typo3.org/2450
Updated by Francois Suter over 13 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset 29b59dd22f598d2d08b80a0d451186599d3d0d31.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed