View Single Post
  #6  
Old 04-23-2009, 02:23 PM
 
espresso espresso is offline
 

eXpert
  
Join Date: Apr 2007
Location: Ontario, Canada
Posts: 227
 

Default Re: rotating testimonials

I have this mod installed for over 1 year and started getting hackers hijacking the form.

Carrie from BCSE promised a captcha feature for this mode since late last year but didn't get around to it yet.

So, I decided to disable the mod for unregistered users.

Just modify the skin1/customer/main/testimonials.tpl to:

Code:
{elseif $mode eq "new_form" or $mode eq "error"} {capture name=dialog} {if $login eq "" } Please Login to write a Testimonial. We appreciate your Feedback, thank you. {else} <table width=100%>

and add the {/if} behind the </table> tag

Works for me...
__________________
Rene
End user - merchant
In the upgrade process 4.6.6 to 5.4.x


Mods I miss in 5.4.x:
xCMS, Create-A-Sale, On-Sale AC, Kit Builder AC, Manufacturer-A-Z BCSE, Product-Bundle BCSE, Pre-Order BCSE, Customer Quotes BCSE
Reply With Quote