I'm using fesubmit with the news module so users can post news items. I've searched everywhere and can't seem to find any documentation/examples...
Has anyone successfully integrated the Captcha module with News?
Thank you in advance.
Enabling Captcha with News Module
Re: Enabling Captcha with News Module
You might be able to pick up how it's done in other modules, comments is the first to come to mind, and use some of the structure/coding they use...
Last edited by Anonymous on Sun Jul 26, 2009 7:58 pm, edited 1 time in total.
Re: Enabling Captcha with News Module
Question if you are going to use Captcha for the news submit... are you not having the user login to use the form???... IIRC they have to log in, thou all my uses of this are behind FEU, soin that case I'd think that it's be redundant to re-secure the form... Just a thought...
Cheers
Jeremy
Cheers
Jeremy
Re: Enabling Captcha with News Module
Thanks Jeremy for your input. No, I will not be requiring user registration to submit news items, that is why the captcha is so necessary.JeremyBASS wrote: Question if you are going to use Captcha for the news submit... are you not having the user login to use the form???... IIRC they have to log in, thou all my uses of this are behind FEU, soin that case I'd think that it's be redundant to re-secure the form... Just a thought...
Cheers
Jeremy
Re: Enabling Captcha with News Module
This is what is in comments module...
Code: Select all
{$startform}
{$image}
{if $spamprotect}
{$spamprotectimage}
{/if}
{if $spamprotect}
{$entercodetxt}:
{$inputentercode}
{/if}
-
- Forum Members
- Posts: 127
- Joined: Fri Nov 28, 2008 10:28 pm
Re: Enabling Captcha with News Module
Do anyone know how make this work on the Lastest CMSM 1.11.2 and News Module.
Cheers
Andrew
Cheers
Andrew
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
Re: Enabling Captcha with News Module
I have been trying to get this to work too, unsuccessfully so far. Anyone? There are questions going back years on the forum.
I'm a little puzzled about the [SOLVED] in the title of the first post, when there is no solution given. The Comments code doesn't work directly in a news template.
I'm a little puzzled about the [SOLVED] in the title of the first post, when there is no solution given. The Comments code doesn't work directly in a news template.
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
Re: Enabling Captcha with News Module
I'm still trying to find a solution. Anyone get this to work?
-
- Forum Members
- Posts: 127
- Joined: Fri Nov 28, 2008 10:28 pm
Re: Enabling Captcha with News Module
Someone most know how to do this. Help 
