Feature #9583
default typolink in categories
| Status: | Needs Feedback | Start date: | 2010-09-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Feature request | Spent time: | 0.10 hour | |
| Target version: | 0.12.x | Estimated time: | 1.00 hour | |
| Votes: | 0 |
Description
Description
The categoryListView Image amd categoryListView teaserimage are set by default.
It is not possible to show this catrgory images without links.
Solution: Check out the patch and give feedback.
Markus G.
History
Updated by Markus Gerlach almost 3 years ago
- File Feature_9583.patch added
Updated by Markus Gerlach almost 3 years ago
Additional solution description:
In this solution now we have two additional if querys. One for teaserimages and the other one for images. This checks e.g. if 'typolink.setCommerceValues = 1' is set in the static setup.txt file.
Previously we set this links as default.
Markus G.
Updated by Ingo Schmitt almost 3 years ago
- Status changed from New to Needs Feedback
- Target version set to 0.12.x
Hi Markus,
could you please add also the changes in the default template and in the TYPOScript, as well as in the documentation
Updated by Markus Gerlach almost 3 years ago
- File 9583setup.txt.patch added
Updated by Markus Gerlach almost 3 years ago
- File manual.sxw.patch added
Hi Ingo,
here is the extended documentation.
This block is added in the categories property:
The images and teaserimages are linked by default to unlink them added this typoscript:
categoryListView.categories.fields {
images.stdWrap.typolink.setCommerceValues = 0
images.stdWrap.typolink.useCacheHash = 0
teaserimages.stdWrap.typolink.setCommerceValues = 0
teaserimages.stdWrap.typolink.useCacheHash = 0
}