I thought that by having the displayname=0 would do the trick, but the picture names are still included in the thumbnails.
Thanks!
Way to not show picture name in content?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, the problem can
Hi, the problem can be, if you save your article, editor add some tabs, white spaces and others (\n \r) to the code. So, if you have e.g.:
detail=1|
displayname=0|displaydetail=1|displaydownload=1|float=right
you must give SHIFT+ENTER after detail=1| not ENTER only. If you do it, there will be <br /> only and Phoca Gallery plugin deletes this tag and find the displayname parameter. Try to add the code this way and you will see it:
detail=1|displayname=0|displaydetail=1|displaydownload=1|float=right
Jan
See the demo page (displayname=0)
detail=1|
displayname=0|displaydetail=1|displaydownload=1|float=right
you must give SHIFT+ENTER after detail=1| not ENTER only. If you do it, there will be <br /> only and Phoca Gallery plugin deletes this tag and find the displayname parameter. Try to add the code this way and you will see it:
detail=1|displayname=0|displaydetail=1|displaydownload=1|float=right
Jan
See the demo page (displayname=0)
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 9
- Joined: 02 Jan 2008, 12:05
Yaaayyy! That was it
Yaaayyy! That was it, fixed and now looks great.
Thanks again!!!
Thanks again!!!
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project