Bug #72051
closedindexed_search does not use assigned templates
100%
Description
I'm using the extbase and fluidbased indexed_search plugin, which works fine, but i'm just not able to use my proper template.
I tried all the ways in the constants, in the setup and the pathes i added work fine for other extensions. But nothing happend, always the same template. Even the Typoscript Object Browser shows me the correct path.
In the end i tried changing the template path in the constants.txt of the indexed_search itself, and not even that lead to the usage of my template.
Anybody else has the same problem? At the moment, the only possibility is to change the template in the CORE, what's pretty frustrating.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45118
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45118
Updated by Daniel Goerz almost 9 years ago
- Category set to Indexed Search
- Target version set to Candidate for patchlevel
I was able to overwrite the template with my own fluid template but I figured that the new, flexible way of rootPaths with fallback chains for tempaltes, partials and layouts is not used in indexed_search yet.
So after this patch it should be even easier to put your own template in place.
Updated by Markus Klein almost 9 years ago
- Assignee set to Daniel Goerz
- Target version changed from Candidate for patchlevel to 7.6.1
- Complexity set to easy
Updated by stefanie axinger almost 9 years ago
Thanks! With overwriting the path in the constants, it took my own template in the end!
Updated by Daniel Goerz almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b30fb5be26529935ae7096c6ad78bfb5bc405872.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed