I think im onto something I wonder what your thoughts are oh invisible help....
I use CAPTCHA add on with FEC everything seems fine except the CAPTCHA box doesnt appear in the account creation/login page.
I thoroughly checked through all the files and compared my existing templates and module files to the original CAPTCHA mod and FEC mod. my files look more like the CAPTCHA original, I dont know how FEC even works it must be a miracle.
Anyway I notied my tpl_create_account in /templates and create_account in /modules were missing the CAPTCHA code in the original mod files- so I added it and no conflicts everything the same as before but still no CAPTCHA!
Then a bulb lit up in my head when I realise that these 2 mods use a slightly different folder structure.
while CAPTCHA calls the module file from ...include/modules directly FEC calls them from includes/modules/MY_TEMPLATE
Ah ha! and then i saw I had 2 create_account module files one in each folder. So i disabled each to see what happens, and the file in include/modules has no impact whatsoever, so I left it disabled and merged the CAPTCHA code with the other file, as mentioned.
I have a feeling that since the 2 mods use different folder structure and since FEC is clearly king here that the CAPTCHA files that call upon the create_account module file would not find one.... even if there was one there...(makes sense?) since FEC was ruling things and IT calls the shots from the file in includes/modules/MY_TEMPLATE
I want to know where in the CAPTCHA mod files I can somehow "redirect" or re-code to make that mod seek the module file from the includes/modules/MY_TEMPLATE folder where the merged create_account file is.
I always feel like I dont make myself clear and thats why nobody ever helps me....:cry:
But what happened to a bit of good brainstorming.. is everyone really that busy to lend a hand :huh: