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
Show description in Shadowbox
- Jan
- Phoca Hero

- Posts: 49150
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Show description in Shadowbox
If you find Phoca extensions useful, please support the project
-
MDodge
- Phoca Newbie

- Posts: 7
- Joined: 10 Nov 2009, 15:35
Re: Show description in Shadowbox
components/com_phocagallery/views/category/tmpl/default.php
in row 104
i change on
But now title and description in 1 column, and script add to description div tag, how change this to do in 1 row?
in row 104
i change
Code: Select all
echo ' title="'. $value->title. '"';Code: Select all
echo ' title="'. $value->title.$value->description.'"';-
MDodge
- Phoca Newbie

- Posts: 7
- Joined: 10 Nov 2009, 15:35
Re: Show description in Shadowbox
Fix, it was JCE component.
- Jan
- Phoca Hero

- Posts: 49150
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Show description in Shadowbox
Ok
If you find Phoca extensions useful, please support the project
-
MDodge
- Phoca Newbie

- Posts: 7
- Joined: 10 Nov 2009, 15:35
Re: Show description in Shadowbox
Thanks for your help.
-
fish
- Phoca Member

- Posts: 15
- Joined: 16 Nov 2010, 01:33
Re: Show description in Shadowbox
so this worked fine in Joomla 1.5 and phocagallery v 2.x.MDodge wrote:components/com_phocagallery/views/category/tmpl/default.php
in row 104
i changeonCode: Select all
echo ' title="'. $value->title. '"';But now title and description in 1 column, and script add to description div tag, how change this to do in 1 row?Code: Select all
echo ' title="'. $value->title.$value->description.'"';
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!
- Jan
- Phoca Hero

- Posts: 49150
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Show description in Shadowbox
Hi, try to see similar posts here, there were some guides (not easy, there were problems in different versions of the shadowbox)
If you find Phoca extensions useful, please support the project