checking method

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
burak
Posts: 23
Joined: Tue Dec 28, 2010 1:03 pm

checking method

Post by burak »

Hi,

Which code and file is responsible when checking whether a non-loggeduser has entered something or not during adding an faq ?

I am still trying to add tinymce , I have managed to get the editor, when I type info and submit, this is what I am getting .
-------------------------------
Proposal for a new FAQ
Required fields are your name, your email address, category, headline, your Record and, when requested, the Captcha code!
-------------------------------
Probably tinymce code I entered , does not report the exact fields necessary for this checking...
I need to find which code and file checks and causes the above message.

Thanks,
Burak
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: checking method

Post by Thorsten »

Hi,

it's in save.php... the checks are in line 60 to 64.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
hagen
Posts: 3
Joined: Tue Oct 18, 2011 11:53 am

Re: checking method

Post by hagen »

Hi,
I manged to get the editor in place, but when I try to post a Faq, I fill in all ares, captcha or not I get:
Required fields are your name, your email address, category, question, your Record and, when requested, the Captcha code!

I dont have a save.php, version 2.7.0
The site > astra.is/faq

Can you help?

Thanks
Hagen
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: checking method

Post by Thorsten »

Hi,

the code for save.php was moved into ajaxservice.php in version 2.7

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply