Slideshows In Drupal-Embedded gallery (Normal and Applet) er
|
kiz_0987
Joined: 2005-02-27
Posts: 189 |
Posted: Fri, 2005-05-06 01:38
|
|
I'm trying to use the slideshow the a Drupal embedded gallery. Both the normal and the new full screen applet work when I use G2 directly, but via Drupal the slideshow does not run. I have URL Rewrite on. Normal: Applet (and Gallery Remote): # Only redirect to Gallery base file if there's no such file already, and
# make sure gallery_remote2.php generates a 404 in order to be compatible
# with Gallery Remote.
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteRule ^.+$ - [L]
RewriteRule ^g2/$ /drupal/gallery?g2_view=core:ShowItem [QSA,L]
RewriteRule ^g2/(.+)$ /drupal/gallery?g2_view=core:ShowItem&g2_path=$1 [QSA,L]
RewriteRule ^(.+)$ /drupal/gallery?g2_view=rewrite:FileNotFound&g2_path=$1 [QSA,L]
Other comments on the Applet (in non-embedded mode): Any ideas? Thanks for your help. ---- |
|

Posts: 32509
@normal slideshow in embedded in drupal:
ask walkah, the author of the integration. i guess he doesn't add the javascript properly.
Posts: 189
Thanks Valiant. I have fixed the normal slideshow issue for embedded. Your post reminded me to go back and check http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=23957&start=45 and sure enough gallery.module is older than the change introduced in this thread and the CVS (the <script> tags were used twice).
I'll post the fix on the drupal gallery.module issues list.
The gallery_remote and applet embedded questions remain. Looking through the forum I see similar problems for embedded gallery_remote. Does anyone have it working embedded?
Let me just say that not only am I impressed with G2, but I am super-impressed by the responsiveness and level of support that you all provide in this forum. Great work. On some other (to remain nameless) open source projects I'm lucky to get any response ever.