I insert new question and than quesiton is insert in my language and in english language too. I need turn off view in english. How can i do that?
please
Printable View
I am getting the following error, when i try to view the FAQ on the category page:
1109 Unknown table 'c' in order clause
in:
[select f.*, fd.*, fcd.faq_categories_name from faqs f, faqs_description fd, faq_categories_description fcd, faq_categories fc where f.faqs_status = '1' and f.faqs_id = fd.faqs_id and fd.language_id = '1' and f.master_faq_categories_id = fcd.faq_categories_id and f.master_faq_categories_id = fc.faq_categories_id and fc.faq_categories_status='1' order by c.sort_order, cd.categories_name limit 0, 10]
The ORDER is using:
I do not see "c" or "cd" referenced ... aren't those "f" and "fcd"? :unsure:Code:order by c.sort_order, cd.categories_name
Check your table structures to be sure which ones they should be ...
I just installed the patch to the existing database.
I too didn't have the button for "ask a question". If you right click the alt text and look at properties you will find that the image path is to a file called: includes/templates/template_default/buttons/english/button_ask_a_question.gif
However the file there is misspelled: button_ask_a_quetion.gif (missing the "s")
Fix: Rename the file button_ask_a_question.gif
Hope that helps!
Now, if I can just find out where the "SILVER_SEPARATOR" file is... my web stats page always shows a 404 Error for some image named SILVER_SEPARATOR and I think it has to do with this module.
Anybody else see this 404 error?
found the answer: http://www.zen-cart.com/forum/showpo...28&postcount=8
I installed this mod, however after creating a test category and faq...I get the message 'question not found' when trying to view the faq on the site.
I wish I knew more about modifying pages because I think what I want is an easy fix.
For some reason, (and there might be a good one) in the Admin for the FAQ sidebox module you cannot choose "Category" as the default sort order for the FAQ page. It skips right over it!
Unfortunately, I think that is the one that looks the best, but I cannot figure out how to make it selectable by modifying the code.
Does anyone know how to change the php in the Admin side of the FAQ module so that I can make "Category" the default sort order for all pages?
Thanks,
bill