1
I have a simple request to change a link in MyAlbum. The link on the main page says "add photo". I am using this module to store files that are not photos and want the link to simply say "add file".
Clearly I am missing an important piece of how to do this and would appreciate some guidance.
I have cloned the template set and found the following code in the myalbum_index.html page:
<{if $lang_add_photo}>
<{$lang_add_photo}><{/if}>
Since I am not a programmer, I am guessing that there is something really really basic that I am missing. Changing "photo" to "file" in the code above breaks the link or makes it disappear.
Do I have to change something in the database?
Optimism is the mother of disappointment.