I have noticed that the Tell a Frind Captcha number does not displayed when browsing categories. It shows fine on index page or when performing a search. What might be the problem? Using v.1.4
I have noticed that the Tell a Frind Captcha number does not displayed when browsing categories. It shows fine on index page or when performing a search. What might be the problem? Using v.1.4
hello,
you can fix it manualy by edit on your template (portal_dir) in folder block/block.tell_friend.html.
please, replace some codes below :
<img src="captcha.php?x" alt="" />
with
<img src="<%$site_url%>/captcha.php?x" alt="" />
Thanks Nakos, that works fine!