Thread: FAQ Manager

Page 34 of 37 FirstFirst ... 243233343536 ... LastLast
Results 331 to 340 of 369
  1. #331
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by davewest View Post
    OK... I don't have time right now to clean it up or remove my formatting so you'll need to really look things over before going live with it. How it's setup on my site is what it is, I used a EZ page link to take visitors to the FAQ page, Internal Link URL: index.php?main_page=faqs_all

    Anyway... I've setup a link for downloading my files on my blog for now in my ZC Mod section. Also has some explanation of what the files are.
    Thank you for taking the time to upload your files. I really appreciate it, as do others I'm sure.

    I did try to install what you have but I keep getting the error message "Sorry, the question was not found." This was happening to me in the previous module and I've not been able to get around it.

    I'm not sure if your files made a difference, as I'm stuck in the same boat as before. Any idea what this error is?

  2. #332
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: FAQ Manager

    Quote Originally Posted by swamyg1 View Post
    Thank you for taking the time to upload your files. I really appreciate it, as do others I'm sure.

    I did try to install what you have but I keep getting the error message "Sorry, the question was not found." This was happening to me in the previous module and I've not been able to get around it.

    I'm not sure if your files made a difference, as I'm stuck in the same boat as before. Any idea what this error is?
    Sorry my files wasn't much help... I guess the next thing to look at would be your tables.

    Again.. I didn't install all the tables or configurations so I can't list what you may be missing.

    FAQ Manger is basically a product type with an added feature of behaving as it's own system with features, new and tell a friend things. Which I deleted, didn't need or want. Let me look at it's logic and see where the call is and see what I can come up with. Maybe I can gave you a better idea where to look.
    Dave
    Always forward thinking... Lost my mind!

  3. #333
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: FAQ Manager

    I did try to install what you have but I keep getting the error message "Sorry, the question was not found." This was happening to me in the previous module and I've not been able to get around it.
    OK... had a bit to look over what I did and the old code. The FAQ uses a file to change 'order by' in the sql statement depending on selections in your configuration.

    includes\templates\YOUR_TEMPLATE\templates\tpl_faq_default.php

    needs a 'order by fc.sort_order, fcd.faq_categories_name' to get the categories names and such, but there is none matching this in

    includes\modules\faq_listing_display_order.php

    You can rewrite the sql statements so they work, or try to fix it in faq_listing_display_order.php, I was rewriting much of the code so changing the sql statements worked for me.

    Try changing this line in includes\modules\faq_listing_display_order.php
    Code:
    $order_by = " order by fc.sort_order, f.faqs_sort_order";
    to this and see if it works..
    Code:
    $order_by = " order by fc.sort_order, fcd.faq_categories_name";
    Doing sorts on two tables in one sql statement is strange.... more then likely where the error was.

    Not sure if this will work for you.... couldn't get a good test going.. I don't use faq_listing_display_order.php even through I left it in place, just hard coded the 'order by' .
    Dave
    Always forward thinking... Lost my mind!

  4. #334
    Join Date
    Apr 2009
    Location
    London
    Posts
    124
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Dear All,

    I have been seaching on this thread, but don't seem to find this problem being mentioned previously. I have uploaded image for each of the question, but when you click enlarge image, it shows a complete different image. Looks like it has taking from my image folder. Could anyone out there help me out.

    Many many thanks in advance for any suggestion and help.

    Genesis

  5. #335
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by iZilla_Pod View Post
    It doesn't work anymore right now. I did not design the actual contribution, I just changed a few lines of code to make it compatible with version 1.3.5. But it obviously does not work with 1.3.6. I would recommend uninstalling it until a fix is found. Sorry about all the confusion.
    I was really pleased to find this module and have it installed it. It was exactly what I wanted. Then I find out it doesn't work. Oh bugger.
    I have the latest Zen Cart installed.

  6. #336
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I have read through all the posts in this thread and can not find an answer to why I have the question showing and no answer and why "page not found" and site map shows up instead.

    Please help.
    Kind Regards

  7. #337
    Join Date
    Feb 2010
    Posts
    22
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I've just installed the FAQ module - it's fantastic - exactly what I need. But I can't find the button_ask_a_question.gif. I've searched the download files and server files and can't see it.
    Thanks
    A

  8. #338
    Join Date
    Feb 2010
    Posts
    6
    Plugin Contributions
    0

    Default FAQ Manager - Pending FAQ's how to process?

    Hi Guys

    Read this entire thread and fixed a few of the obvious issues. FAQ manager is mostly working now.

    I still have double breadcrumbs but have seen fix for that and it is more annoying than broken.

    My problem is something I have seen reported but not fixed yet and I am sure I have missed something.

    When I submit a question (and that all seems to work) I get an email as the submitter of the question saying the usual we got it wait 48 hours message. As the administrator I get the same messsage?

    As the submitter I get the message with this subject
    "Your Faq Submission At Pets World Online"
    As the admin I get the exact same message with this subject
    "Question Submission Your Faq Submission At Pets World Online"
    In all other respects the message is identical.

    Now here is the problem

    When I go to the admin -> extras -> FAQ Manager under all the icons is the following
    Active FAQ Count 0
    Pending FAQ Count 2
    Disabled FAQ Count 0
    FAQ Reviews Count 0

    I have 8 icons
    FAQ's category box config
    All FAQs page config
    FAQ reviews
    FAQs page config
    New FAQs page config
    FAQs & FAQ categories
    FAQ listing config
    FAQs Misc settings
    ---- AM I Missing any?

    So I have two Pending FAQ's. HOW DO I PROCESS THEM?

    Maybe a stupid question, I have read all documentation I can find but I cannot work this out.

    If there is better docs that tell me what is supposed to happen please point me at it.
    I am sure I am getting the wrong email as the admin but can't prove it.

    What I want to know is how to add questions & answers?

    I am using the latest versions of Zen Cart and FAQ Manager

    Thanks in advance

  9. #339
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: FAQ Manager - Pending FAQ's how to process?

    Quote Originally Posted by freddy View Post
    What I want to know is how to add questions & answers?

    I am using the latest versions of Zen Cart and FAQ Manager
    You got more Icons then I do.....but I deleted some too. The icon for 'FAQs and FAQ Categories' is the one your looking for. Create categories, same as products, products would be your questions and answers. To approve or edit submitted questions, look here again. the newly added questions will have a red dot for status if you have the settings set that admin needs to approve before going live.

    Faq manager was designed for a lesser version then the current, thus the problems with installing it.
    Dave
    Always forward thinking... Lost my mind!

  10. #340
    Join Date
    Feb 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: FAQ Manager - Pending FAQ's how to process?

    I knew it was simple but do you think I could find it.

    Thanks

 

 
Page 34 of 37 FirstFirst ... 243233343536 ... LastLast

Similar Threads

  1. FAQ manager
    By louisapple in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 8 Apr 2009, 03:08 PM
  2. FAQ Manager error
    By tpascubarat in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jan 2008, 12:48 PM
  3. FAQ Manager ?
    By winky3d in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 26 Jul 2007, 02:33 PM
  4. Faq Manager Character Limit
    By jaywhy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 May 2007, 05:28 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR