News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Gallery Description should be able to contain HTML

Started by Olaf Noehring, June 05, 2004, 04:12:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Olaf Noehring

Hi

I want to be able to place simple links in my "Gallery Description".
My problem is that the HTML code is not saved correctly to the database:

<a href="../../index.htm">Main page</a>

is saved as this:

&gt;a href=&quot;  ......

This should be an easy change  since it works when I update the database field by hand using PHPMyAdmin for example

Olaf

Nibbler

1) You can use bbcode to make links
2) There is an html hack but it not advisable, as it is open to abuse.