Enabling Captcha with News Module

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Frankie

Enabling Captcha with News Module

Post by Frankie »

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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Enabling Captcha with News Module

Post by Dr.CSS »

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.
JeremyBASS

Re: Enabling Captcha with News Module

Post by JeremyBASS »

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
Frankie

Re: Enabling Captcha with News Module

Post by Frankie »

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
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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Enabling Captcha with News Module

Post by Dr.CSS »

This is what is in comments module...

Code: Select all

{$startform}
{$image}
{if $spamprotect}
{$spamprotectimage}

{/if}


{if $spamprotect}
	
		{$entercodetxt}:
		{$inputentercode}
	
{/if}
andrewvideo
Forum Members
Forum Members
Posts: 127
Joined: Fri Nov 28, 2008 10:28 pm

Re: Enabling Captcha with News Module

Post by andrewvideo »

Do anyone know how make this work on the Lastest CMSM 1.11.2 and News Module.

Cheers

Andrew
proboscidian
Forum Members
Forum Members
Posts: 23
Joined: Sun Feb 24, 2008 11:12 pm

Re: Enabling Captcha with News Module

Post by proboscidian »

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.
proboscidian
Forum Members
Forum Members
Posts: 23
Joined: Sun Feb 24, 2008 11:12 pm

Re: Enabling Captcha with News Module

Post by proboscidian »

I'm still trying to find a solution. Anyone get this to work?
andrewvideo
Forum Members
Forum Members
Posts: 127
Joined: Fri Nov 28, 2008 10:28 pm

Re: Enabling Captcha with News Module

Post by andrewvideo »

Someone most know how to do this. Help :)
Locked

Return to “Modules/Add-Ons”