CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #9583

default typolink in categories

Added by Markus Gerlach almost 3 years ago. Updated over 2 years ago.

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.

Feature_9583.patch (3.1 kB) Markus Gerlach, 2010-09-03 15:56

9583setup.txt.patch (1.5 kB) Markus Gerlach, 2010-09-09 11:11

manual.sxw.patch (181 Bytes) Markus Gerlach, 2010-09-09 11:44

History

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

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
}

Also available in: Atom PDF