Page 1 of 1

overlib title and description

Posted: 02 Jan 2010, 00:30
by zvonko
hi, wheres the overlib description created ( i would like to decrease padding a bit )
and also how do u remove title from overlib effect
i.e. is it possible to display only overlib description without title, and
if theres no description then nothing is displayed when hovering over the thumbs

im talking about thumbnail hovering overlib effect

thanks

Re: overlib title and description

Posted: 04 Jan 2010, 20:01
by Jan
Hi, you can display:

Only Image
Only Description
Image and Description

The title is there if description is displayed, you can customize it in:
components\com_phocagallery\views\category\view.html.php
components\com_phocagallery\views\category\tmpl\default.php

Jan

Re: overlib title and description

Posted: 04 Jan 2010, 20:40
by zvonko
hi jan,

thank you very much for your reply and time,
ive looked thru these two files but i cant figure it out,

commenting your code would be much more helpful with these sort of questions (this is just a friendly suggestion :))

i can see some $value->title statements throughout these files but i cant pinpoint
which ones are used for displaying overlib thumb title

is there anyone else here who had similar "problem" ?

thanks again :)

Re: overlib title and description

Posted: 05 Jan 2010, 02:49
by abhijack
Please go include/js/overlib_mini.js file...

In that file there is one function ol_content_caption() in line 70.

This function deals with overlib display....

Hope you can make the changes now......

abhijack