Page 2 of 2

Re: How to avoid displaying filename.

Posted: 07 Sep 2014, 20:46
by koed
Hi Jan
My images has the title filled with filename from Picasa.
If you try to clear that, it's replaced with "External Image", and that is shown in stead.

The ALT attrib ( Phoca Gallery options - General Settings - Alt Value ) is already set to "Description", And has always been so.
I have analysed with Firebug and found:
<div class="boxplus-caption ">
<div class="boxplus-title ">Festlige og farverige "blomster"</div>
<div class="boxplus-text ">External Image</div>

So if I can't suppress the "boxplus-text", I have to copy "Description" to "Title" on every single picture.
AND repeat that EVERY time I re-import. :x

Re: How to avoid displaying filename.

Posted: 08 Sep 2014, 15:06
by Jan
So then I think, modification of picasa import should be customized, so the title will be not filled by filename :idea:

Jan

Re: How to avoid displaying filename.

Posted: 08 Sep 2014, 15:37
by koed
Hi Jan
That's one way to do it, but then you have to allow "_blank" title-field as well.
As it is now, if you clear that, it's automatically filled with "External Image" on save.
I would prefer that the "boxplus-text" didn't show.
[ "<div class="boxplus-text ">External Image</div>"]

BR
Peder

Re: How to avoid displaying filename.

Posted: 08 Sep 2014, 23:28
by Jan
Hi, I think, this code is added by javascript, so this needs to be set or modified directly in the boxplus javascript :idea:

Jan

Re: How to avoid displaying filename.

Posted: 10 Sep 2014, 18:57
by koed
Hi Jan.
I found the spot, and comment the line out, so now i'm happy. :)
But I think it is misleading, when all options are set to "Description only".
Problem not solved, only circumvented.
But THNX anyway

BR.
Peder

Re: How to avoid displaying filename.

Posted: 10 Sep 2014, 22:00
by Jan
Ok