Hi,
We had a fix in previous versions in the showphoto.php file so that parsed links would link correctly.
Since upgrading to 6.23 the fix no longer works and parsed links do not link correctly.
Here is what is being created from each link: notice the
& Code:
Content visible to verified customers only.
Here is what the link should be: notice the
& Code:
Content visible to verified customers only.
This is what we currently have in showphoto.php (the original fix) :
$extra1 = un_htmlspecialchars(convert_markups($extra1));
What do I need to change it to in order for it to work correctly again?
Thanks
Rick