GithubHelp home page GithubHelp logo

machwatt / sf_filecollection_gallery Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 11.0 1.55 MB

Simple Image Gallery für TYPO3 CMS which renders a FileCollection containing static or folder based images.

License: GNU General Public License v2.0

PHP 77.43% HTML 21.90% CSS 0.67%

sf_filecollection_gallery's Introduction

Hi there 👋

Works with:

HTML5

CSS3

Sass

JavaScript

TYPO3

PHP

Git


Connect with:

joerankurschatke.de machwatt – Twitter instagram – Instagram

Some Fun

Currently playing on Spotify 🎧

Spotify

sf_filecollection_gallery's People

Contributors

a-r-m-i-n avatar derhansen avatar ferhat67 avatar konafets avatar machwatt avatar malteriechmann avatar mmunz avatar nbebaw avatar patta avatar runepiper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sf_filecollection_gallery's Issues

[BUG] Check t3colorbox functionality

Ich kann die lightbox für die Gallery nicht aktivieren???

Benutzt wird die t3colorbox welche auch sonst funktioniert.

Unklar ist im Konstanteneditor

  • Enable lightbox for default template, hier habe ich: 1
  • Choose the lightbox related value (Default 'lightbox'), hier habe ich jetzt t3colorbox

Aber alle Versuche ohne Erfolg.

[TASK] TYPO3 CMS 7 Compatibilty

Use
\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule
instead of
\TYPO3\CMS\Core\Utility\GeneralUtility::array_merge_recursive_overrule
in PaginateController.php intializeAction()

Its not possible to overwrite Pagination Template

I tried this TS:
plugin.tx_sffilecollectiongallery.view.widget.SKYFILLERS\SfFilecollectionGallery\ViewHelpers\PaginateViewHelper.templateRootPath = EXT:myextension/Resources/Private/Templates/

And put the modified pagination template file in this folder:
typo3conf/ext/myextension/Resources/Private/Templates/ViewHelpers/Pagination/Index.html

also tried this pathes:
typo3conf/ext/myextension/Resources/Private/Templates/Index.html
typo3conf/ext/myextension/Resources/Private/Templates/Pagination/Index.html
typo3conf/ext/myextension/Resources/Private/Templates/ViewHelpers/Widget/Pagination/Index.html

In every case i got this error in frontend:
Sorry, the requested view was not found.

The technical reason is: No template was found. View could not be resolved for action "index" in class "SKYFILLERS\SfFilecollectionGallery\Controller\PaginateController".

Image sorting

Any way to add the ability to manually sort the images - not just asc/desc, but in a specific, user defined order.

Language Settings

Hi, what's the best way to set the language? Are there typoscript instructions availabe to set the language for first and last in pagination or should I copy the file settings in locallang.xlf
<file source-language="de" ...
I've tried to overwrite the english data and to copy, but it didn't work!
Best regards
alexingo

PHP 5.3 compatibility issue

Your extension should be compatible with TYPO3 6.2. This is what you've defined in emconf. But TYPO3 6.2 is compatible with PHP down to version 5.3.7.

Unfortunately your extension is not compatible with that PHP version (5.3.x).

Example:
$this->frontendConfigurationManager->getConfiguration()['settings']['order']

This causes in frontend this error:
Parse error: syntax error, unexpected '[' in ...\typo3conf\ext\sf_filecollection_gallery\Classes\Service\FileCollectionService.php on line 175

To fix it, you need to assign the return value of the method to a variable, and then you are allowed to access the keys of the array.

I did not check the rest of the extension, but when you perform a search on )[ you should find all spots, which are incompatible with older php versions.

Lightbox

Hi,

I've installed the extension. I like the simplicity of it. But I've got a problem. The lightbox doesn't work.

...div class="sf-filecollection-gallery-image-container">
..a rel="{$plugin.tx_sffilecollectiongallery.settings.image.lightbox}" class="{$plugin.tx_sffilecollectiongallery.settings.image.lightbox}" title=""
href="...">

</a...
</div...

Could you help me please?
Best regards
alexingo

[TASK] Add better default settings

In order to handle problems with different image sizes, consider adding the following default settings in constants.

width = 200c
height = 200c

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.