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;"> </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>';
}Would appreciate any help on this.
Regards, Rob.

