Hello,
How to integrate the "video description" for my AVS siteadmin.
in the videos-edit.tpl in backend/default :
I edited the file videos-edit.tpl (template/backen/default)
and after line 14, added :
<label for="keyword">Description: </label>
<textarea name="description" cols="40" rows="8">{$video[0].description}</textarea><br>
So now I can see the description box in my site admin.
But when I write something, nothing is registered. So It missed something else, but I can't find what !
What are the other files to modify ?
thank you in advance,
regards