Hide Mouseover on Phoca Plugin
Posted: 13 Jul 2009, 09:35
Thank you for such a great and versatile plugin!
I apologize if this question has been answered but I've only been able to find a relative question for the random image module.
How do I hide the mouseover title and keep the description in shadowbox detail view?
In default.php, I've changed this: if ($value->overlib == 0) {echo ' title="'. $value->title.'"';}
to this: if ($value->overlib == 0) {echo ' title="'. $value->description.'"';}
in order to see the description in shadowbox detail view. I can coment this line out but then I lose the description.
I'm a newbie, help! Almost have my site done, this is one of the last details.
Thanks in advance.
I apologize if this question has been answered but I've only been able to find a relative question for the random image module.
How do I hide the mouseover title and keep the description in shadowbox detail view?
In default.php, I've changed this: if ($value->overlib == 0) {echo ' title="'. $value->title.'"';}
to this: if ($value->overlib == 0) {echo ' title="'. $value->description.'"';}
in order to see the description in shadowbox detail view. I can coment this line out but then I lose the description.
I'm a newbie, help! Almost have my site done, this is one of the last details.
Thanks in advance.