Thread: FAQ Manager

Results 1 to 10 of 369

Hybrid View

  1. #1
    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!

  2. #2
    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?

  3. #3
    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.

 

 

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

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