Page 2 of 2
Re: Show description in Shadowbox
Posted: 18 Nov 2009, 15:06
by Jan
Hi, I have tested it one year ago, so for now I don't know exactly what should be changed, but you should see the shadowbox documentation, there is described where is the title displayed (some html tag in the code) and this tag should be edited in:
components/com_phocagallery/views/category/tmpl/default.php
Jan
Re: Show description in Shadowbox
Posted: 29 Nov 2009, 13:36
by MDodge
components/com_phocagallery/views/category/tmpl/default.php
in row 104
i change
Code: Select all
echo ' title="'. $value->title. '"';
on
Code: Select all
echo ' title="'. $value->title.$value->description.'"';
But now title and description in 1 column, and script add to description div tag, how change this to do in 1 row?
Re: Show description in Shadowbox
Posted: 30 Nov 2009, 19:04
by MDodge
Fix, it was JCE component.
Re: Show description in Shadowbox
Posted: 02 Dec 2009, 00:27
by Jan
Ok
Re: Show description in Shadowbox
Posted: 02 Dec 2009, 12:57
by MDodge
Thanks for your help.
Re: Show description in Shadowbox
Posted: 02 May 2012, 20:59
by fish
MDodge wrote:components/com_phocagallery/views/category/tmpl/default.php
in row 104
i change
Code: Select all
echo ' title="'. $value->title. '"';
on
Code: Select all
echo ' title="'. $value->title.$value->description.'"';
But now title and description in 1 column, and script add to description div tag, how change this to do in 1 row?
so this worked fine in Joomla 1.5 and phocagallery v 2.x.
i am on Joomla 2.5 and Phoca Gallery 3.2.
is there any code that can be altered to get the descriptions in Shadowbox?
i no next to nothing about this, except i followed the old instructions.
JSshadowbox website simply states "descriptions are not supported in Shadowbox.
all the other detail window scripts are ugly and clunky looking in my opinion.
any ideas? HELP!
Re: Show description in Shadowbox
Posted: 09 May 2012, 12:20
by Jan
Hi, try to see similar posts here, there were some guides (not easy, there were problems in different versions of the shadowbox)