Great! In the meantime, here's my workaround in case others want a quick fix.
ajaxservice.php
Line 402 in version 2.7.5:
$response .= '<p style="font-weight:bold;color:red">Please review the following similar FAQs, then confirm your submission below:</p><ul>';
Search found 13 matches
- Wed Apr 25, 2012 8:17 pm
- Forum: General discussions
- Topic: Number of suggestions after "Add Question" or "Ask Question"
- Replies: 2
- Views: 3140
- Wed Apr 25, 2012 5:01 pm
- Forum: General discussions
- Topic: Number of suggestions after "Add Question" or "Ask Question"
- Replies: 2
- Views: 3140
Number of suggestions after "Add Question" or "Ask Question"
When a visitor asks a question, they are presented with suggesions for related FAQs at the top of the page. If the number of matches is lengthy, the visitor is confused because the submit form with their question has moved out of sight. They don't know they need to scroll down and submit once more ...
- Mon Mar 22, 2010 6:50 pm
- Forum: General discussions
- Topic: Getting back to 'Ask a Question' suggestion screen
- Replies: 2
- Views: 3037
Re: Getting back to 'Ask a Question' suggestion screen
Here's the temporary "adjustment" I made to allow users to go back to the list of suggestions when using "Ask Question".
In template\ask.tpl I changed the form's method attribute from post to get. Then I added a hidden field <input name="action" type="hidden" value="savequestion" /> because it was ...
In template\ask.tpl I changed the form's method attribute from post to get. Then I added a hidden field <input name="action" type="hidden" value="savequestion" /> because it was ...
- Mon Mar 22, 2010 3:23 pm
- Forum: General discussions
- Topic: Getting back to 'Ask a Question' suggestion screen
- Replies: 2
- Views: 3037
Getting back to 'Ask a Question' suggestion screen
Hi,
A user asks a question and is presented with similar FAQs, then they click on one of them. If that FAQ does not satisfy them, how do they go back to try the other suggestions? If they use the back button, the browser complains because it's re-submitting the 'Ask Question' form. The user must ...
A user asks a question and is presented with similar FAQs, then they click on one of them. If that FAQ does not satisfy them, how do they go back to try the other suggestions? If they use the back button, the browser complains because it's re-submitting the 'Ask Question' form. The user must ...
- Fri Feb 19, 2010 12:07 am
- Forum: Bug reports
- Topic: Ask a Question bug
- Replies: 14
- Views: 10872
Re: Ask a Question bug
Works, thanks again, Thorsten!
- Thu Feb 18, 2010 10:38 pm
- Forum: Bug reports
- Topic: Ask a Question bug
- Replies: 14
- Views: 10872
Re: Ask a Question bug
Nevermind, I hosed it up myself. Thanks
- Thu Feb 18, 2010 10:26 pm
- Forum: Bug reports
- Topic: Ask a Question bug
- Replies: 14
- Views: 10872
Re: Ask a Question bug
When I aske a question I gets this on submission now:
phpMyFAQ warning [2]: require_once(savequestion.php) [function.require-once]: failed to open stream: No such file or directory in index.php on line 569
phpMyFAQ warning [2]: require_once(savequestion.php) [function.require-once]: failed to open stream: No such file or directory in index.php on line 569
- Wed Feb 17, 2010 4:27 pm
- Forum: Bug reports
- Topic: Ask a Question and Add a FAQ emails
- Replies: 6
- Views: 6760
Ask a Question and Add a FAQ emails
I assumed the system would email the user listed as the owner of a category when a question is asked in that category. The only email being generated (that I'm receiving) is the one to the admin. It also does not email the owner when a new faq is added.
- Wed Feb 17, 2010 4:21 pm
- Forum: Bug reports
- Topic: Ask a Question bug
- Replies: 14
- Views: 10872
Re: Ask a Question bug
I'm also seeing that problem with 2.6.2. The admin email address is being inserted into the ask_usermail column of the faqquestions table. Is that right?
It's also doing this for "Add a FAQ."
It's also doing this for "Add a FAQ."
- Tue Feb 16, 2010 8:57 pm
- Forum: General discussions
- Topic: Does not email forgotten passwords
- Replies: 5
- Views: 4704
Re: Does not email forgotten passwords
Hi Thorsten,
Can you tell me when 2.6.3 will be released? I'd like to get it working as soon as possible. Or, if you can point me to the necessary updated code, maybe I could just make the replacements.
Thanks!
Joe
Can you tell me when 2.6.3 will be released? I'd like to get it working as soon as possible. Or, if you can point me to the necessary updated code, maybe I could just make the replacements.
Thanks!
Joe
- Wed Feb 10, 2010 4:37 pm
- Forum: General discussions
- Topic: Does not email forgotten passwords
- Replies: 5
- Views: 4704
Re: Does not email forgotten passwords
Fantastic!
Thanks,
Joe
Thanks,
Joe
- Mon Feb 08, 2010 3:43 pm
- Forum: General discussions
- Topic: add a Captcha code Refresh
- Replies: 4
- Views: 5705
Re: add a Captcha code Refresh
In case it hasn't already been proposed (2.6.2)...
1) It's frustrating to get the captcha code wrong and have to go back and retype all your data. Can that be stored so all that is needed is captcha entry when it's wrong?
2) It does not display usernames in the admin user screen, just Real Names ...
1) It's frustrating to get the captcha code wrong and have to go back and retype all your data. Can that be stored so all that is needed is captcha entry when it's wrong?
2) It does not display usernames in the admin user screen, just Real Names ...
- Mon Feb 08, 2010 3:37 pm
- Forum: General discussions
- Topic: Does not email forgotten passwords
- Replies: 5
- Views: 4704
Does not email forgotten passwords
Hi, so far, I'm impressed by this software. Nice work.
I think I have everything working so far on 2.6.2, except emailing a forgotten password. When I submit the email address the next screen (confirmation?) does not load completely. The html source just ends, but the banner does load. No email ...
I think I have everything working so far on 2.6.2, except emailing a forgotten password. When I submit the email address the next screen (confirmation?) does not load completely. The html source just ends, but the banner does load. No email ...