Bug in album description?

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?

Comments

  • acrylian Administrator, Developer
    You need to add the "target" atribute to the allowed tags on the gallery options.
  • FilMar Member
    Ok, thanks.

    After some try and error I think I found it.

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

    I first added the target part at the first line like this:
    a => (href => () title => () target =>())
    but that didn't work???
  • Can you be more specific? What did not work? The save or the allowing of target?
  • FilMar Member
    Hallo,

    After saving the description, the target part was gone.
    I also tried a => (target =>()) as seperate line but then the href-part vanished after saving.
    It seems that all elements have to exist to be allowed.
  • 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.
Sign In or Register to comment.