Thread: FAQ Manager

Page 24 of 37 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 369
  1. #231
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Yeah I have it set to an email address in there but for some reason I am not getting them. Can't figure it out.

  2. #232
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: FAQ Manager

    I'm not sure what it is then. Do your stores other email fxns work?

  3. #233
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Yes when i test the "ask a question" function on the FAQ page and type in my email address in the form and hit submit I will get an email as the "question asker" saying thanks for your submission and stuff like that. I just don't get an email for the admin portion letting me know that a question has been submitted. Which means the only way to know is to go to the FAQ manager all the time to see if one has been added which can be annoying.

    Also my "Ask a question" image or link has an 'x' in internet explorer 7 but looks great in firefox. Not sure why this is happening but it doesn't look very good.

  4. #234
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Also my "Ask a question" image or link has an 'x' in internet explorer 7 but looks great in firefox. Not sure why this is happening but it doesn't look very good.
    I'm also getting this image error, I copied all the button into the right folder, /public_html/store/includes/templates/mystorename/buttons/english, and double checked to see if the image appeared, but I am still getting the X error for the image, when the button is in the right folder.
    Diva Boutiques
    www.divaboutiques.com

  5. #235
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Yeah not really sure what this is because if you look at it in firefox there is actually no image it is just a link which looks fine in firefox. Have you tried the email notification. Like if someone asks a question if you set it up in the FAQ manager to send you an email it should but for mine it isn't working.

  6. #236
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Getting Duplicate FAQs in front end!

    Quote Originally Posted by Adolfo View Post
    Hello. I am new here. Every time I qet a new question (FAQ), it shows duplicated in the FAQs page. So it someone posts "what colors do you have?" it will show 2 times in the users FAQs page.
    When I go to the admin faqs, i see just 1 posted question and answer in the category floder.

    I have apple zen, english and spanish, and i am at

    www.ganamarcando.com


    I read must of the forum and fix some problems. I has been really helpful to go over all this issues.

    Thanks.

    Heeeeeelp!!!
    I was getting this also... and I found a fix... couldnt' see it mentioned anywhere else so here it is I changed both files tpl_faq_default.php and tpl_faq_all_default.php and replaced the $faqs_all_query_raw = ..... line of code with the one below....

    $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 fcd.language_id = '" . (int)$_SESSION['languages_id'] . "' " .
    $order_by;

    I added the fcd.language_id = to avoid the duplicate rows being selected..

    Neil

  7. #237
    Join Date
    Dec 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I've searched this thread and have been unable to find anything related to my question.

    In the email that is sent out to the question submitter it says this:

    You will receive an email about the status of your submittal. If you have not received it within the next 48 hours, please contact us before submitting your question again.
    I'm assuming that means that once the FAQ is answered an email will automatically be sent to the submitter notifying them that their question has been answered. The problem is, those emails aren't being sent. Any ideas?

    I'm running the mod on 1.3.8a and every aspect seems to function propertly except for the answer email.

  8. #238
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    So are you saying if you ask a question on the actual page you get an email sent the FAQ manager?

  9. #239
    Join Date
    Dec 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by welchyboy View Post
    So are you saying if you ask a question on the actual page you get an email sent the FAQ manager?
    If a question is submitted both myself and the person that submitted the question get an email. The problem is, when I answer the question, there is no email sent to the submitter letting them know that their question has been answered.

    The initial email sent to the customer after submission leads me to believe that they should also be receiving an email when I answer their question.

  10. #240
    Join Date
    Dec 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by flightoffancy View Post
    I've searched this thread and have been unable to find anything related to my question.

    In the email that is sent out to the question submitter it says this:



    I'm assuming that means that once the FAQ is answered an email will automatically be sent to the submitter notifying them that their question has been answered. The problem is, those emails aren't being sent. Any ideas?

    I'm running the mod on 1.3.8a and every aspect seems to function propertly except for the answer email.
    In addition to the above problem I am also experiencing the problem mentioned a few pages back .... when a top level category is clicked the subcategories are appearing beneath the main page text instead of on their own page.

 

 
Page 24 of 37 FirstFirst ... 14222324252634 ... 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

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