Topic: Remove caption link after it is already there.
I have a site with a bunch of galleries managed by svManager. After the client has uploaded hundreds of photos with captions we must now change it so that the captions do not link to the image. I can see that the linking is done by html inside the gallery.xml file, and this seems to be controlled by the option DEFAULT_ADD_LINKS in a file called constants.php
I have changed it so it says define('DEFAULT_ADD_LINKS', false);
- Will this stop links being added in future?
Now, how can I get all those links out of the current galleries? I tried clicking "rebuild" after changing the DEFAULT_ADD_LINKS constant, but it didnt work. Is there anyway to do this in svManager?