ZenphotoCMS Forum
Bug in album description? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Bug in album description? (/thread-5126.html)



Bug in album description? - FilMar - 2009-05-01

I think there is a bug in album management.
When I put a link in the Album description with 'target="_blank"' it shows well up there (html-mode) but the target disappears once you save the album.

Has someone else the same problem?




Bug in album description? - acrylian - 2009-05-01

You need to add the "target" atribute to the allowed tags on the gallery options.




Bug in album description? - FilMar - 2009-05-03

Ok, thanks.

After some try and error I think I found it.

I added the following line:
[b]a => (href =>() target=> ())[/b]
and that seems to work.

I first added the target part at the first line like this:
[b]a => (href => () title => () target =>())[/b]
but that didn't work???




Bug in album description? - sbillard - 2009-05-03

Can you be more specific? What did not work? The save or the allowing of target?




Bug in album description? - FilMar - 2009-05-05

Hallo,

After saving the description, the target part was gone.
I also tried [b]a => (target =>())[/b] as seperate line but then the href-part vanished after saving.
It seems that all elements have to exist to be allowed.




Bug in album description? - sbillard - 2009-05-05

All this is working properly for me. So, maybe you are doing something different.

First: what version of Zenphoto are you using.
Second: are you using the tinyMCE editor for the descriptions?
Then, describe EXACTLY the steps you are doing and the results at each step.