Thread: FAQ Manager

Page 31 of 37 FirstFirst ... 212930313233 ... LastLast
Results 301 to 310 of 369
  1. #301
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I have installed the FAQ manager I downloaded here on a modded 1.3.8a system.

    The problems I have so far is that:
    1. I don't have a button that shows for "Ask a Question", it just shows the alt text. Yet I can see the button in the directory where the other buttons are.
    2. I also do not have the config option that is supposed to be in the admin section.

    Can ayone help with this or has this module pretty much died?

    Site is http://niagaraicewineshop.com

    Thanks
    Robert

  2. #302
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Is there a list of files that need to be pulled in the event that I decide to delete this MOD?

    Is there a way to remove the SQL changes that were needed for this MOD?

    Robert

  3. #303
    Join Date
    Jun 2009
    Posts
    4
    Plugin Contributions
    0

    customer issue Re: FAQ Manager

    I have also found the same issues for my site:
    http://www.wholesaleclothinginc.com/

    Now it is ok, i have searched so many times:

    From here, this dear buddy help me:

    http://www.zen-seo.com/2009/06/25/fa...-cart-updated/

    Thanks!

  4. #304
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by wholesaleclothinginc View Post
    I have also found the same issues for my site:
    http://www.wholesaleclothinginc.com/

    Now it is ok, i have searched so many times:

    From here, this dear buddy help me:

    http://www.zen-seo.com/2009/06/25/fa...-cart-updated/

    Thanks!
    I like how you have it set up as what looks like an EZPage at the top rather than a sidebox. How did you do that?

  5. #305
    Join Date
    Sep 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: FAQ Manager

    This will fix the category bug: (when I clicked on a side box link - it didn't show the results in a category view - it just showed all of them)

    find tpl_faq_all_default.php

    around line 36, change / add the code so it looks more like this. If someone has a better way - please say!

    PHP Code:
      if(isset($fcPath) && $fcPath >= '0'){
          
    $faqs_all_query_raw "select f.*, fd.*, fcd.faq_categories_name from " TABLE_FAQS " f, " TABLE_FAQS_DESCRIPTION " fd, " TABLE_FAQ_CATEGORIES_DESCRIPTION " fcd, " TABLE_FAQ_CATEGORIES " fc " .  "where f.faqs_status = '1' and f.faqs_id = fd.faqs_id and fd.language_id = '" . (int)$_SESSION['languages_id'] . "' 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'  and f.master_faq_categories_id = '".$fcPath."' " $order_by;
        
      }else{
        
    $faqs_all_query_raw "select f.*, fd.*, fcd.faq_categories_name from " TABLE_FAQS " f, " TABLE_FAQS_DESCRIPTION " fd, " TABLE_FAQ_CATEGORIES_DESCRIPTION " fcd, " TABLE_FAQ_CATEGORIES " fc " .  "where f.faqs_status = '1' and f.faqs_id = fd.faqs_id and fd.language_id = '" . (int)$_SESSION['languages_id'] . "' 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;
      } 
    Last edited by jezjones29; 4 Aug 2009 at 09:12 PM.

  6. #306
    Join Date
    Mar 2009
    Location
    PA, USA
    Posts
    31
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by Rob905 View Post
    I have installed the FAQ manager I downloaded here on a modded 1.3.8a system.

    The problems I have so far is that:
    1. I don't have a button that shows for "Ask a Question", it just shows the alt text. Yet I can see the button in the directory where the other buttons are.
    2. I also do not have the config option that is supposed to be in the admin section.

    Can ayone help with this or has this module pretty much died?

    Site is http://niagaraicewineshop.com

    Thanks
    Robert
    I would also be VERY keen to know how to have an "Ask a Question" button if anyone can help.

    Rob905, I guess you abandoned the idea of having an FAQ on your site, that is a shame, it would have been of great interest on a site such as yours.

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

    Default Re: FAQ Manager

    Quote Originally Posted by liam1964 View Post
    I would also be VERY keen to know how to have an "Ask a Question" button if anyone can help.

    Are you asking about coding a button? The 'ask a question' button and form is part of the mod.
    Dave
    Always forward thinking... Lost my mind!

  8. #308
    Join Date
    Jul 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by Rob905 View Post
    I have installed the FAQ manager I downloaded here on a modded 1.3.8a system.

    The problems I have so far is that:
    1. I don't have a button that shows for "Ask a Question", it just shows the alt text. Yet I can see the button in the directory where the other buttons are.
    2. I also do not have the config option that is supposed to be in the admin section.

    Can ayone help with this or has this module pretty much died?

    Site is http://niagaraicewineshop.com

    Thanks
    Robert
    Robert look here http://www.zen-cart.com/forum/showthread.php?t=41273

    It will get the image up. There are a lot of issues with this mod and you have to go through the entire thread to get this to work. But it does work. Don't make the DB changes as suggested earlier in the thread, that won't work and causes other issues. You will get and error when trying to populate the DB if you up load from the Admin. I went to MyPhPAdmin and inserted from there. Still got an error but at least the db populated. There are several other issues like the, "Ask a question", part that you will find the answer to here in the thread. I would like to take all the files that I have made changes to and upload them, but I feel it is up to the original person that started this mess to take all the work others have posted and clean up the original mod and update it, however, as he has stated many times this is not one of his companies priorities.

  9. #309
    Join Date
    Apr 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Hi, can you help me. I have problem with duplicate faq view. On image you can see 2 faqs.
    Where can i repair it, some idea?
    Thank you.
    Attached Images Attached Images  

  10. #310
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by mrowkaz View Post
    My faq files.
    Will the admin files and sql pach remain the same as orignal.

 

 
Page 31 of 37 FirstFirst ... 212930313233 ... 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