Fix The Plugin Album Slide-Show »  Show posts from    to     

Icy Phoenix


Old Support Topics - Fix The Plugin Album Slide-Show



mort [ Sun 20 Dec, 2015 11:17 ]
Post subject: Fix The Plugin Album Slide-Show
This at least makes it work --- I think it's right - don't know - too hard to work out all the changes.

Open:

plugins/album/templates

/default/

AND

/prosilver_ip/

album_showpage_body.tpl



Find:

<!-- IF S_SLIDESHOW_ENABLED -->


After ADD:

<!-- INCLUDE ALBUM_TPL_PATH album_slideshow_inc_js.tpl -->

And in the meantime it appears that one must at least

Copy:

album_showpage_body.tpl
album_slideshow_body.tpl
album_slideshow_inc_js.tpl

To:
ip_root/templates/default/*.*

for it to work with other themes such as:

MG Autumn
BW Phoenix
Glacier Phoenix
Icy Phoenix
Frozen Phoenix

As adding "Dummy" folders with the required album files to the album/templates folder - doesn't work..


Mighty Gorgon [ Sat 09 Jan, 2016 11:29 ]
Post subject: Re: Fix The Plugin Album Slide-Show
Hi David, thanks for reporting.

Unfortunately the fix is not correct.

The right fix is:

OPEN overall_header.tpl
FIND
Code: [Hide] [Select]
<!-- INCLUDE album_slideshow_inc_js.tpl -->

REPLACE WITH
Code: [Hide] [Select]
<!-- INCLUDE ../../plugins/album/templates/default/album_slideshow_inc_js.tpl -->


I'll upload fixed files in next repo commit.

Thanks.


mort [ Mon 11 Jan, 2016 01:54 ]
Post subject: Re: Fix The Plugin Album Slide-Show
At least I was trying! . . . . and failing - - -

And knowing absolutely nothing about the Album - It wasn't even a good guess.

Edit: (some time later)

In the "default" folder - all I can find is..

overall_inc_header_js.tpl

Code: [Hide] [Select]
<!-- IF S_SLIDESHOW -->
<!-- INCLUDE album_slideshow_inc_js.tpl -->
<!-- ENDIF -->


I think I'll leave this for you to sort out and update - because it only needs ONE person working on it.


Mighty Gorgon [ Thu 21 Jan, 2016 17:22 ]
Post subject: Re: Fix The Plugin Album Slide-Show
mort wrote: [View Post]
At least I was trying! . . . .

And this is absolutely what I appreciate of you.

You are always challenged by support topics... Thank you very much for your precious help, because you pointed me to the right direction.




Powered by Icy Phoenix