jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom fields

jreklund opened this issue · comments

As discussed in #35; add the ability to add customized fields:

  • Text
  • Textarea

Maybe:

  • Radio (Yes / No)
  • Checkbox

Nice feature to have. And please add support for hyperlinks. Currently, personal notes field doesn't recognize urls as hyperlinks.

At this time there are no HTML support in the fields. php4dvd don't utilize bbcode, markdown (like github) or similar "forum codes", as you need to be absolute sure they can't be used for XSS attacks.

There are some tools like HTML Purifier that validates all HTML code so it dosen't include any security risks. But for now, I don't trust anything as there are no validator installed. Will keep it in mind for future releases.