https://extensions.joomla.org/extensions/extension/photos-a-images/galleries/ozio-gallery/
This extension has been unpublished for the following reason:
- PE1: PE1
Description
Ozio Gallery is a Joomla component allowing the display of a photo gallery or Videos
from Flickr.com, Google Photos, or Youtube.
Discontinuation of the Google Photos service
see http://www.jltryoen.fr/blog/279-lacces-a-google-photos-via-lapi-google-photos-nest-plus-autorise
The component required for Google Photos to have created a developer profile
https://console.developers.google.com
Example
|
|
In version 6.0 there is a small bug that I fixed!!! |
--- a/administrator/components/com_oziogallery4/views/setup_auth/view.html.php
--- a/administrator/components/com_oziogallery4/views/setup_auth/view.html.php
+++ b/administrator/components/com_oziogallery4/views/setup_auth/view.html.php
@@ -68,7 +69,7 @@ class OzioViewSetup_Auth extends JViewLegacy
// $document->addScript("https://accounts.google.com/gsi/client");// async defer
// $document->addScriptDeclaration('ozio_setup_auth();');
-$document->addScript("https://apis.google.com/js/client.js?onload=ozio_setup_auth","text/javascript",true,true);// async defer
+ $document->addScript("https://apis.google.com/js/client.js?onload=ozio_setup_auth");//JLT,"text/javascript",true,true);// async defer
--- a/administrator/components/com_oziogallery4/views/setup_auth/view.html.php
+++ b/administrator/components/com_oziogallery4/views/setup_auth/view.html.php
@@ -68,7 +69,7 @@ class OzioViewSetup_Auth extends JViewLegacy
// $document->addScript("https://accounts.google.com/gsi/client");// async defer
// $document->addScriptDeclaration('ozio_setup_auth();');
-$document->addScript("https://apis.google.com/js/client.js?onload=ozio_setup_auth","text/javascript",true,true);// async defer
+ $document->addScript("https://apis.google.com/js/client.js?onload=ozio_setup_auth");//JLT,"text/javascript",true,true);// async defer
I maintain a fork of the repo github with the modifications for Joomla 5.0
