I am revising a Gallery 3 installation ready for the move to PHP8:
I previously used greydragon as a theme but as this is no longer supported have moved over to Wide Wind, and would like to use the modal window for the exif details but cannot see how this could be done. For example, see:
PHP7 using the i button on the photo page:
PHP8 using the Photo details link in the thumbnail hover:
Any help appreciated.
Regards,
David Armstrong.--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/d340491b-4319-4b4d-82a7-a7012c7a7555n%40googlegroups.com.
I am using greydragon under php 8.1.6 (distro Fedora 37). I works.... ok-ish. Display is fine; what does not work for me is one of the side-modules that Serguei Dosyukov wrote around greydragon, keyboard navigation. But using the mouse works. Bummer, but... at least we keep flying, like Cpt Reynolds in Firefly.
Gerardo
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/46865adf-f928-5a52-76db-7a5ff9545a12%40thepostalzone.com.
-- // Gerardo L. Cahn <ger...@niuk.org> // linux, mac ... and, well, yes, // ((windows too)).
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/1fc33007-8075-90fd-7ef5-f84e1f550ba2%40Gmail.com.
MODPATH/gallery/helpers/gallery_theme.php[ 41 ]
MODPATH/gallery/libraries/Theme_View.php[ 236 ] » gallery_theme_Core::head()
DOCROOT/themes/greydragon/views/page.html.php[ 98 ] » Theme_View_Core->__call()
SYSPATH/libraries/View.php[ 318 ] » include( arguments )
SYSPATH/libraries/View.php[ 260 ] » View_Core->load_view()
MODPATH/gallery/libraries/MY_View.php[ 75 ] » View_Core->render()
SYSPATH/libraries/View.php[ 226 ] » View->render()
MODPATH/gallery/controllers/albums.php[ 77 ] » View_Core->__toString()
MODPATH/gallery/controllers/albums.php[ 22 ] » Albums_Controller->show()
{PHP internal call} » Albums_Controller->index()
SYSPATH/core/Kohana.php[ 302 ] » ReflectionMethod->invokeArgs()
SYSPATH/core/Event.php[ 208 ] » Kohana_Core::instance()
APPPATH/Bootstrap.php[ 67 ] » Event_Core::run()
DOCROOT/index.php[ 124 ] » require( arguments )
I had decided to move away from greydragon as the original developer is no longer involved, and it is also not included in Brad Dutton's fork of Gallery 3 on GitHub - it is more of a longer term strategy rather than trying to work with a stranded theme and instead use one of the "core" themes.
I figured out how to get the exif table to open as a modal window by editing exif_dialog.html.php to include an extra style / class div shown in bold ( at least I believe this is what enabled it):
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-dialog" class="ui-dialog-content ui-widget-content" style="width: auto; min-height: 108px; max-height: none; height: auto;">
<style type="text/css">
#g-exif-data { font-size: .85em; }
....................</div>
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/d75e9059-7572-a0e1-6c6c-949d9776fe36%40thepostalzone.com.
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/CALYoB%2B0G7iE0ocXkxAXCHKRPzyp0_bRouxhvRwqJn-pz5fudrw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/0eadde20-486a-b6f0-a4a2-857ca9aa53d5%40thepostalzone.com.
J.R.,
If you cannot remember what changes you made to your gallery, I would recommend doing a fresh install in a new folder and using WinMerge to compare with your current gallery:
I've attached the files I used to document the changes made to my gallery3 installation in a zip file, which can be expanded and viewed in a browser. The root html file was edited in Word after being produced as a report in WinMerge.
Regards,
David Armstrong.
On Thu, 9 Mar 2023 at 01:47, J.R. <jrl...@thepostalzone.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/d75e9059-7572-a0e1-6c6c-949d9776fe36%40thepostalzone.com.
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/CALYoB%2B1TGoNNMX9KAy0f61D14B9fEnbxtUj_%2BEfXR3ZkM5063g%40mail.gmail.com.