Hello! I need the thumbs to appear only the description, but the Shadowbox title + description.
As I can do?
Thanks
SHADOWBOX (Description + Title)
- Jan
- Phoca Hero

- Posts: 49172
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: SHADOWBOX (Description + Title)
Hi, search this forum, there are some guides how to customize it because shadowbox itself does not have a place for description.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
CrazyMonkey
- Phoca Newbie

- Posts: 3
- Joined: 14 Aug 2011, 07:52
Re: SHADOWBOX (Description + Title)
I searched a lot.
I could do this by modifying the line 123 (views/category/default.php):
for
But but appears in the image as ALT in HTML!
In ALT I just want to see description!
I could do this by modifying the line 123 (views/category/default.php):
Code: Select all
echo ' title="'. $value->title.'"';Code: Select all
echo ' title="'."<b>". $value->title."</b> ".$value->description.'"';In ALT I just want to see description!
- Jan
- Phoca Hero

- Posts: 49172
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: SHADOWBOX (Description + Title)
Hi, then you need to modify the ALT too (but if there is no dependecy to shadowbox javascript
)
If you find Phoca extensions useful, please support the project