Closed tauchvogel closed 4 years ago
The changing of the pagination template is a confirmed bug. I'll try to fix this if i got the time for that.
For the Bootstrap please open another ticket, as this is not a bug.
Hello, everyone!
I have this problem too. I can't change the pagination template.
I have TS:
plugin.tx_sffilecollectiongallery {
view {
templateRootPaths {
0 = {$plugin.tx_sffilecollectiongallery.view.templateRootPath}
10 = EXT:sitepackage/Resources/Private/Templates/SfFilecollectionGallery/
}
partialRootPaths {
0 = {$plugin.tx_sffilecollectiongallery.view.partialRootPath}
10 = EXT:sitepackage/Resources/Private/Partials/SfFilecollectionGallery/
}
layoutRootPaths {
0 = {$plugin.tx_sffilecollectiongallery.view.layoutRootPath}
10 = EXT:sitepackage/Resources/Private/Layouts/SfFilecollectionGallery/
}
}
}
My pagination template file in EXT:sitepackage/Resources/Private/Templates/SfFilecollectionGallery/Paginate/index.html
What is wrong?
SOLUTION
plugin.tx_sffilecollectiongallery {
view {
templateRootPaths {
0 = {$plugin.tx_sffilecollectiongallery.view.templateRootPath}
10 = EXT:sitepackage/Resources/Private/Templates/SfFilecollectionGallery/
}
partialRootPaths {
0 = {$plugin.tx_sffilecollectiongallery.view.partialRootPath}
10 = EXT:sitepackage/Resources/Private/Partials/SfFilecollectionGallery/
}
layoutRootPaths {
0 = {$plugin.tx_sffilecollectiongallery.view.layoutRootPath}
10 = EXT:sitepackage/Resources/Private/Layouts/SfFilecollectionGallery/
}
widget.SKYFILLERS\SfFilecollectionGallery\ViewHelpers\PaginateViewHelper.templateRootPath = EXT:sitepackage/Resources/Private/Templates/SfFilecollectionGallery/
}
}
I consider this as closed now
The pagination template I only can change in typo3conf/ext/sf_filecollection_gallery/ directory. The List-HTML I only can change in fileadmin. Why? Should I use another TS instead that one in the documentation?
And how can I use the lightbox with Bootstrap changes?