Thanks for your help guys.
I'm just surprised that when I try to add a new module, it can effect another module in such a way that the first module no longer works.
These things should be settable globally, in the module admin page, and not just in a template.
Search found 13 matches
- Wed Nov 03, 2010 8:54 pm
- Forum: Modules/Add-Ons
- Topic: Disable Captcha in FrontEndUsers
- Replies: 12
- Views: 5694
- Mon Oct 25, 2010 7:00 pm
- Forum: Modules/Add-Ons
- Topic: Disable Captcha in FrontEndUsers
- Replies: 12
- Views: 5694
Re: Disable Captcha in FrontEndUsers
In FEU : Under Preferences, there is Authentication Module/Method: but this is for resetting passwords, length of login fields etc. 
Surely adding FEU & Captcha should enable great things, not restrict things

Surely adding FEU & Captcha should enable great things, not restrict things

- Sat Oct 23, 2010 10:46 am
- Forum: Modules/Add-Ons
- Topic: Disable Captcha in FrontEndUsers
- Replies: 12
- Views: 5694
Re: Disable Captcha in FrontEndUsers
no, that didn't work, that parameter is only for initialising the values...
does anyone have any ideas on how I can turn off the captcha for FEU ?
does anyone have any ideas on how I can turn off the captcha for FEU ?
- Thu Oct 21, 2010 2:29 pm
- Forum: Modules/Add-Ons
- Topic: Disable Captcha in FrontEndUsers
- Replies: 12
- Views: 5694
Re: Disable Captcha in FrontEndUsers
I found the variable in FrontEndUsers.module.php
I am going to check later if setting that to 1 will work sitewide for FEU.
Code: Select all
$this->SetParameterType('nocaptcha',CLEAN_INT);
- Thu Oct 21, 2010 9:09 am
- Forum: Modules/Add-Ons
- Topic: Disable Captcha in FrontEndUsers
- Replies: 12
- Views: 5694
Disable Captcha in FrontEndUsers
Is there a way to disable this globally ? Even with a code hack ? This should work {cms_module module='FrontEndUsers' nocaptcha='1'} but the problem is that I load the my own version of the login form via a user defined tag (as I want to show a different login form for IE6 users (don't ask) global $...
- Wed Dec 09, 2009 9:15 am
- Forum: Developers Discussion
- Topic: example of displaying another table's content in the same DB
- Replies: 2
- Views: 1959
Re: example of displaying another table's content in the same DB
Thanks Peciura for your help in this, I went with the PHP method in the end, as might want to use the code elsewhere.
Sorry for the delay in thanking you !
Paulie
Sorry for the delay in thanking you !
Paulie
- Wed Nov 11, 2009 12:04 am
- Forum: Developers Discussion
- Topic: example of displaying another table's content in the same DB
- Replies: 2
- Views: 1959
example of displaying another table's content in the same DB
I am still learning about user defined tags, but I still don't know how to do things. I have a table, in the same DB as my CMSMS install, called users , with fields , ID / firstname / surname / country eg. ID / firstname / surname / country 1 / paul / connors / ireland 2 / mary / martin/ england 3 /...
- Mon Sep 14, 2009 6:46 am
- Forum: Developers Discussion
- Topic: login and share cookie with 3rd party program
- Replies: 12
- Views: 5573
Re: login and share cookie with 3rd party program
Thanks ajprog for the pointer on where to start looking. Pierre M. : IU would like the person to be able to log in via either CMSMS Admin CP or via the 3rd party app. Once they are logged in they can see the admin stuff from CMSMS and the admin side of the 3rd party app. Also specific users, from FE...
- Sun Sep 06, 2009 7:07 am
- Forum: Developers Discussion
- Topic: login and share cookie with 3rd party program
- Replies: 12
- Views: 5573
login and share cookie with 3rd party program
I have another [custom] system that I want to use the username/password DB from my CMSMS install.
Where can I find details about the cookie's set by CMSMS ? or is it session based ?
Thanks for your help !
Paul
Where can I find details about the cookie's set by CMSMS ? or is it session based ?
Thanks for your help !
Paul
- Fri Jul 03, 2009 3:37 pm
- Forum: Feature ideas
- Topic: Copy Page Re: CMSMS 2.0 (say what now?!)
- Replies: 10
- Views: 10208
Re: Copy Page Re: CMSMS 2.0 (say what now?!)
I too would love to copy multiple pages.
Is there any easy SQL statement that I could run that would do the same ??
Is there any easy SQL statement that I could run that would do the same ??
- Fri Jun 05, 2009 3:30 pm
- Forum: Modules/Add-Ons
- Topic: Contact form which uses Extra Page Attributes ?
- Replies: 5
- Views: 2203
Re: Contact form which uses Extra Page Attributes ?
Thanks for the idea plger, but I don't think that will work, as robots will be able to find out all the email addresses of every club chairman across europe.
I think I will just create 35 contact forms.
Is there an easy way in the templates to say, if page = austria , select this contact form ?
I think I will just create 35 contact forms.
Is there an easy way in the templates to say, if page = austria , select this contact form ?
- Thu Jun 04, 2009 1:09 pm
- Forum: Modules/Add-Ons
- Topic: Contact form which uses Extra Page Attributes ?
- Replies: 5
- Views: 2203
Re: Contact form which uses Extra Page Attributes ?
Thanks for your help plger, sorry about the delay in replying, but some doctor thought I had swine flu (not kidding). I am still having problems with this, as I don't want to have the email address available in a hidden field. In the Form Fields I selected to add [glow=red,2,300]Email to User-Suppli...
- Fri May 29, 2009 1:33 pm
- Forum: Modules/Add-Ons
- Topic: Contact form which uses Extra Page Attributes ?
- Replies: 5
- Views: 2203
Contact form which uses Extra Page Attributes ?
Hi, I am doing a site for various different clubs around Europe (45 clubs), but I want the clubs to maintain their own details like - Chairmans Name - Meeting Times - Address I've done these via the content blocks i.e. {content block="Meeting Times Monday" oneline="true" wysiwy...