Yes, it looks like something bugged out when i uploaded the files originally. It seems to be working ok now. thanks![]()
Yes, it looks like something bugged out when i uploaded the files originally. It seems to be working ok now. thanks![]()
Tiffany Rose
Frozen Rose Design
Hi Again,
Your welcome.
Just checked your website and it seems to be fine for me too. By the way, ur site looks great :)
Cheers,
thank you! i've put a lot of work into it![]()
Tiffany Rose
Frozen Rose Design
Hello,
I have just intalled the add on I get same inital issue as the mistycloudz. When I click on review I get a login prompt.
I am using the same template as mistycloudz the "RI_TEMPLATE_07:.
I wonder what did you have tyo change in your template to get it not to prompt a login page?
Any help is greatly appricated.
Thank you,
djace
Sucess is the Sum of Small Efforts
I found out my problem.
I had my "tell a friend" disabled in Admin => Configuration.
It is working now :)
Best Regards,
djace
Sucess is the Sum of Small Efforts
Hello,
Just when I thought I got it all working I noticed a bug.
When I enable Web Maintanance on my site, go to Contact Us section to write an email I see "enable picture" inseatd of captcha code.
However, if there is no Maintanance everything is working fine.
Can anyone test their website and see if the Captcha is working fine with the web maintatnce ON?
Thank You.
djace
Sucess is the Sum of Small Efforts
Still having issues as well.
1) All CAPTCHA images render properly.
2) Contact Us - CAPTCHA works, no login required.
3) Tell a Friend - CAPTCHA works, no login required.
4) Write a Review - still gets a LOGON page with CAPTCHA.
Does something else need to be set for a guest to Write a Review???
Thanks,
-Rich
Hi, rlexyd!
Just wanted to say thanks for a great mod! I've been looking for a good captcha script and this definitely fit the bill. I know your readme says it isn't your code, but I appreciate the effort you went to in order to save us all some trouble. Kudos to Andrew as well for his original work. Great stuff!
Thank you again! :)
[FONT="Verdana"]If you want something done right, you have to get Zenned.
♥~-My Zen Cart Mods-~♥[/FONT]
I have an issue with Tell-A-Friend function.
Full details here: http://www.zen-cart.com/forum/showthread.php?t=179461
I'm just checking all the options and wondered whether Captcha on that form was causing the problem.
If anyone here has any thougths about possible conflicts please let me know.
Meanwhile I'll keep hunting elsewhere.
![]()
"Why dumb down when we can rise up?" Worldmaker / BonDevZone Store
*sigh* - finally figured out. I did not remove the following code from the \includes\modules\pages\product_reviews_write\header_php.php
Working as advertised now. There are several differences between 1.39h and the page included in this products download. Hard to figure out which differences need to be ignored and which need to be included.Code:if (!$_SESSION['customer_id']) { $_SESSION['navigation']->set_snapshot(); zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL')); }