Thread: FAQ Manager

Page 1 of 2 12 LastLast
Results 1 to 10 of 369

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: FAQ Manager

    i just started using this mod but i realized quickly that if you choose a catagory/subcatagory you still see all the faqs this is kindof a pain is there a fix for this plus i'd like to make Sort by: catagory as the default instead of Sort by: faq name
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  2. #2
    Join Date
    Jun 2007
    Location
    San Diego, CA
    Posts
    62
    Plugin Contributions
    1

    Default Re: FAQ Manager

    You can display the faqs by category by changing the settings in the admin. You can see this at my site: www.factor4health.com/faqs

  3. #3
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: FAQ Manager

    i reallylike how you have your faq set-up, are the steps to trim it down in this topic
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  4. #4
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I have install ver faq manager 1.2 and it is working fine on zencart 1.3.8a except..
    when I turn on FCKeditor Plugin 2.5 downloaded from downloads section, i got this error message when I create new faq from admin

    Warning: Missing argument 1 for fckeditor() in /xx/xx/xx/public_html/xx/admin/includes/fckeditor_php4.php on line 42

    Fatal error: Call to undefined function: createfckeditor() in /xx/xx/xx/public_html/xx/admin/includes/modules/faq/collect_info.php on line 200

    Does anyone have a fix for the above error?

    many thanks

  5. #5
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I couldn't set the value to 3 in page " FAQ Manager - All FAQs Page" for the sort order as it wasn't available (only 1,2,5,6,7) so I modified the configureation table with the follow sql... as the 3, 4 sort options seemed to be specified in faq_listing_desplay_order.php ok. Don't know why they had been removed in the admin config area ? Do they not work so well or something ?

    UPDATE `zencart`.`configuration` SET `configuration_description` = 'What Sort Order Default should be used for All FAQs Display?<br />Default= 1 for FAQ Name<br /><br />1= FAQs Name<br />2= FAQs Name Desc<br />3= Category<br />4= Admin<br />6= Date Added desc<br />7= Date Added',
    `set_function` = 'zen_cfg_select_option(array(''1'', ''2'', ''3'', ''4'', ''6'', ''7''), ' WHERE `configuration`.`configuration_id` =588 LIMIT 1 ;

    Neil

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

    Default Re: FAQ Manager

    The sort on the now working faq (the changes I just attached in previous post) lost the fcPath from url and the sort would return blank results... added a hiden field to the search filter form.

    Search the file faq_listing_display_order.php for the follow line

    echo zen_draw_hidden_field('main_page', $_GET['main_page']);

    And add underneath it

    echo zen_draw_hidden_field('fcPath', $fcPath);


    Neil

  7. #7
    Join Date
    Jun 2007
    Location
    San Diego, CA
    Posts
    62
    Plugin Contributions
    1

    Default Re: FAQ Manager

    Neil -
    Thanks for the updates and fixes. I have reviewed the last few pages and there have been a number of fixes that people have posted. Has anyone integrated this into a version release, tested, and submitted to the downloads section?

  8. #8
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: FAQ Manager

    No, I don't believe so... buts its a good idea if you have the time... I will perhaps do it if I add/change some more things... but I'm not really a good one for testing etc...

    I tried to apply the FCKEditor fix, but couldn't get it to work, didn't spend too much time to work out and understand the changes required.

    I'm doing another thing right now, adding multi-language support the Testimonials module, just like ez-pages multi-linual one... just copying that.

    Neil

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

    Default Re: FAQ Manager

    I couldn't set the value to 3 in page " FAQ Manager - All FAQs Page" for the sort order as it wasn't available (only 1,2,5,6,7) so I modified the configureation table with the follow sql... as the 3, 4 sort options seemed to be specified in faq_listing_desplay_order.php ok. Don't know why they had been removed in the admin config area ? Do they not work so well or something ?

    UPDATE `zencart`.`configuration` SET `configuration_description` = 'What Sort Order Default should be used for All FAQs Display?<br />Default= 1 for FAQ Name<br /><br />1= FAQs Name<br />2= FAQs Name Desc<br />3= Category<br />4= Admin<br />6= Date Added desc<br />7= Date Added',
    `set_function` = 'zen_cfg_select_option(array(''1'', ''2'', ''3'', ''4'', ''6'', ''7''), ' WHERE `configuration`.`configuration_id` =588 LIMIT 1 ;

    Neil
    Can you be more specific, do I add the following code below in red into I sql section???

    UPDATE `zencart`.`configuration` SET `configuration_description` = 'What Sort Order Default should be used for All FAQs Display?<br />Default= 1 for FAQ Name<br /><br />1= FAQs Name<br />2= FAQs Name Desc<br />3= Category<br />4= Admin<br />6= Date Added desc<br />7= Date Added',
    `set_function` = 'zen_cfg_select_option(array(''1'', ''2'', ''3'', ''4'', ''6'', ''7''), ' WHERE `configuration`.`configuration_id` =588 LIMIT 1 ;


    Also:


    The sort on the now working faq (the changes I just attached in previous post) lost the fcPath from url and the sort would return blank results... added a hiden field to the search filter form.

    Search the file faq_listing_display_order.php for the follow line

    echo zen_draw_hidden_field('main_page', $_GET['main_page']);

    And add underneath it

    echo zen_draw_hidden_field('fcPath', $fcPath);

    Neil
    What file do I change and add the following information I searched but couldn't find this information in the 3 file specified

    Search the file faq_listing_display_order.php for the follow line

    echo zen_draw_hidden_field('main_page', $_GET['main_page']);

    And add underneath it

    echo zen_draw_hidden_field('fcPath', $fcPath);
    Last edited by divaboutiques; 16 Sep 2008 at 05:19 AM. Reason: correct spelling
    Diva Boutiques
    www.divaboutiques.com

  10. #10
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: FAQ Manager

    The below sql should be executed in order to update the configuration table, not inserted into anz php file. When I submited that fix I didnt fully understand that some db values are different on each install. So you want to have a look through your own configuration table for the entry "select * from configuration where configuration_key = 'FAQ_ALL_LIST_SORT_DEFAULT'

    Update the values for that field... it won't be at row 588 like my table.

    >What file do I change and add the following >information I searched but couldn't find this i>nformation in the 3 file specified

    >Search the file >faq_listing_display_order.php for the follow l>ine

    >echo >zen_draw_hidden_field('main_page', >$_GET['main_page']);
    >
    >And add underneath it

    >echo >zen_draw_hidden_field('fcPath', $fcPath);>[/QUOTE]

    Do you have the file faq_listing_display_order.php ? For me that line mentioned above was at about line 30... can you take another look ?

    Neil

 

 
Page 1 of 2 12 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