Description in slide show

Phoca Gallery - image gallery extension
rob-van-baal
Phoca Member
Phoca Member
Posts: 27
Joined: 14 Jan 2011, 21:15
Location: Netherlands
Contact:

Description in slide show

Post by rob-van-baal »

Hello Phoca team

I'm using Highslide JS as detail-view parameter.

I have already read on the new-features-forum that as from version 3 on (Joomla 1.6), the description will be shown when starting a slide show. But in the meantime, could you please help me on which code I should modify in de 2.7.6 source in order to get this working already.

I tried to examine the 3.0 code and copied that into the the 2.7.6 code (file default_slideshow.php), but it will not work or it is not complete( :? ):

Code: Select all

echo '<tr><td colspan="6"><div style="padding:0;margin:0;height:3px;font-size:0px;">&nbsp;</div></td></tr>';

// Standard Description (to get the same height as by not slideshow
if ($this->tmpl['displaydescriptiondetail'] == 1) {
	echo '<tr><td colspan="6" align="left" valign="top"><div></div></td></tr>';
}
Or is the description-fix not in 3.0 for Highslide JS??

Would appreciate any help on this.

Regards, Rob.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Description in slide show

Post by Jan »

Hi, the description is displayed while running slideshow in iframe methods (see: https://www.phoca.cz/documents/50-phoca/ ... al-advices (8).

In Phoca Gallery 3, there is new javascript library for this feature (in Joomla! 1.6 there is new mootools library). This javascript library cannot be implemented in Joomla! 1.5 as Joomla! 1.5 uses obsolete mootools library. :(

Jan
If you find Phoca extensions useful, please support the project
rob-van-baal
Phoca Member
Phoca Member
Posts: 27
Joined: 14 Jan 2011, 21:15
Location: Netherlands
Contact:

Re: Description in slide show

Post by rob-van-baal »

Ok, then I really have to move on to Joomla 1.6.
Thanks for the extra info.
Post Reply