Ecodev / natural-gallery-typo3

TYPO3 extension to display photos as you scroll and more
2 stars 2 forks source link

[FEATURE REQUEST] TYPO3 8.7 compatible #30

Open JohannesDeml opened 7 years ago

JohannesDeml commented 7 years ago

Are there any plans to make the plugin TYPO3 8.7 compatible? Or do you have any public roadmap I can take a look at? Great work so far :)

sambaptista commented 7 years ago

Hello, sorry for this delayed answer.

Thank you for your positive input !

Unfortunately we have no developments planned at the moment. We'll probably upgrade for next TYPO3 8.x website that needs a gallery.

Best regards.

fabarea commented 7 years ago

Perhaps you could just test the extension by changing the typo3 compatibility in ext_emconf.php. It could well be that works like that. If not please, report the issue on this ticket and we will sort it out.

SadlerJohnson commented 6 years ago

I have installed NG into T3 v8.7.8. I had to ignore warnings to get it to install. VHS and Media was required. The BE and FE partially work but not enough to display a gallery. The NG java-script makes it into the page with "naturalGallery.images =" seemingly populated but the gallery div is empty. This is with manually putting "file:1:/img/" into the Folders field which is interpreted as "/fileadmin/img" by the CMS but I haven't been able to get a Media collection to appear in the plugin BE.

My application is an image archive with around 2K images. I'd like to be up-to-date with v8.7.8 to have some longevity but will have to move back to v7.6.23 if I can't get NG to work in that version.

sambaptista commented 6 years ago

@fabarea Any planned upgrade on an existing typo3 8.x that uses natural-gallery-typo3 ? Could be the opportunity to upgrade it as well.

SadlerJohnson commented 6 years ago

Hello again. I'm revisiting this with 8.7.16 and get a different (more interesting) result. I still have to manually enter the Folder as above but this now generates data:

        `naturalGallery.images = [{"thumbnail":"\/fileadmin\/i\/p05a089.jpg","enlarged":"\/fileadmin\/i\/p05a089.jpg","id":26709,"title":null,"description":null,"tWidth":400,"tHeight":261,"eWidth":400,"eHeight":261,"categories":[]},`

Which seems that it is just the quote marks that aren't being interpreted correctly. Looks to be much closer to working than last time - but how much closer? Any hints?

Success! Edited "List.html" line 30 Changed to: naturalGallery.images = <f:format.htmlspecialchars keepQuotes="1" >{gallery:imageStack()}</f:format.htmlspecialchars>;