Results 1 to 10 of 130

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Location
    Monterrey (metropolitan area) NL, MEXICO
    Posts
    11
    Plugin Contributions
    0

    Default Re: FAQ Module [Support]

    Quote Originally Posted by kamelion0927 View Post
    .......

    Let's get everything working in english before we tackle the spanish language issues.
    ...........

    If you still need help, I need a link to your faq page so I can see what's going on in the code.

    Good luck
    Hi kamelion!, I am now able to see faqs and faq categories however faq categories appear in both languages simultaneously. Faqs appear in the language selected only.
    I did create spanish directories beside the english directories uploaded with version 2.2, and copied into them the files under the corresponing english directory. My under construction store is at www.artesano-natural.com. Thanks in advance. I am very happy to be close to using your wonderful plugin.

  2. #2
    Join Date
    Sep 2012
    Location
    Monterrey (metropolitan area) NL, MEXICO
    Posts
    11
    Plugin Contributions
    0

    Default Re: FAQ Module [Support]

    Quote Originally Posted by arsanat View Post
    Hi kamelion!, I am now able to see faqs and faq categories however faq categories appear in both languages simultaneously. Faqs appear in the language selected only.
    I did create spanish directories beside the english directories uploaded with version 2.2, and copied into them the files under the corresponing english directory. My under construction store is at www.artesano-natural.com. Thanks in advance. I am very happy to be close to using your wonderful plugin.
    The application of knowledge seems like magic to the ignorant. So I magically solved the issue of faq categories appearing simultaneously in two languages while translating the faqs_all.php into spanish as follows:

    Code:
    <?php
    /**
     * @package FAQ Manager
     * @copyright Copyright 2003-2011 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @Original contrib by Vijay Immanuel for osCommerce, converted to zen by [email protected] - http://www.open-operations.com
     * @faqs_all.php updated 2012-09-18 to be v1.5 compatible kamelion0927
     */
     
    define('NAVBAR_TITLE', 'Preguntas');
    define('HEADING_TITLE', 'Preguntas Frecuentes');
    define('TEXT_NO_FAQS', 'No hay preguntas registradas ahora, por favor regrese dentro de un tiempo.');
    define('TEXT_INFO_SORT_BY_FAQS_NAME', 'Nombre de la Pregunta');
    define('TEXT_INFO_SORT_BY_FAQS_NAME_DESC', 'Nombre - Descendente');
    define('TEXT_INFO_SORT_BY_FAQS_CATEGORY', 'Categoría');
    define('TEXT_INFO_SORT_BY_FAQS_DATE_DESC', 'Fecha de creación - de nueva a vieja');
    define('TEXT_INFO_SORT_BY_FAQS_DATE', 'Fecha de creación - de vieja a nueva');
    define('TEXT_INFO_SORT_BY_FAQS_SORT_ORDER', 'Mostrar por defecto');
    define('TEXT_DISPLAY_NUMBER_OF_FAQS_ALL', 'Mostrando de la <strong>%d</strong> a la <strong>%d</strong> (de las <strong>%d</strong> preguntas)');
    define('SQL_SHOW_FAQ_INDEX_LISTING',"select configuration_key, configuration_value from " . TABLE_CONFIGURATION . " where configuration_key LIKE 'SHOW_FEATURED_FAQS_INDEX' and configuration_value > 0 order by configuration_value");
    define('TABLE_HEADING_FEATURED_FAQS','Las Preguntas Más Frecuentes');
    ?>
    I will later post all translated files, after testing them in my store.

  3. #3
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: FAQ Module [Support]

    Quote Originally Posted by arsanat View Post
    The application of knowledge seems like magic to the ignorant. So I magically solved the issue of faq categories appearing simultaneously in two languages while translating the faqs_all.php into spanish as follows:

    Code:
    <?php
    /**
     * @package FAQ Manager
     * @copyright Copyright 2003-2011 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @Original contrib by Vijay Immanuel for osCommerce, converted to zen by [email protected] - http://www.open-operations.com
     * @faqs_all.php updated 2012-09-18 to be v1.5 compatible kamelion0927
     */
     
    define('NAVBAR_TITLE', 'Preguntas');
    define('HEADING_TITLE', 'Preguntas Frecuentes');
    define('TEXT_NO_FAQS', 'No hay preguntas registradas ahora, por favor regrese dentro de un tiempo.');
    define('TEXT_INFO_SORT_BY_FAQS_NAME', 'Nombre de la Pregunta');
    define('TEXT_INFO_SORT_BY_FAQS_NAME_DESC', 'Nombre - Descendente');
    define('TEXT_INFO_SORT_BY_FAQS_CATEGORY', 'Categoría');
    define('TEXT_INFO_SORT_BY_FAQS_DATE_DESC', 'Fecha de creación - de nueva a vieja');
    define('TEXT_INFO_SORT_BY_FAQS_DATE', 'Fecha de creación - de vieja a nueva');
    define('TEXT_INFO_SORT_BY_FAQS_SORT_ORDER', 'Mostrar por defecto');
    define('TEXT_DISPLAY_NUMBER_OF_FAQS_ALL', 'Mostrando de la <strong>%d</strong> a la <strong>%d</strong> (de las <strong>%d</strong> preguntas)');
    define('SQL_SHOW_FAQ_INDEX_LISTING',"select configuration_key, configuration_value from " . TABLE_CONFIGURATION . " where configuration_key LIKE 'SHOW_FEATURED_FAQS_INDEX' and configuration_value > 0 order by configuration_value");
    define('TABLE_HEADING_FEATURED_FAQS','Las Preguntas Más Frecuentes');
    ?>
    I will later post all translated files, after testing them in my store.
    Thanks for the update

 

 

Similar Threads

  1. FAQ Module
    By raunharman in forum General Questions
    Replies: 2
    Last Post: 3 Sep 2009, 07:36 AM
  2. FAQ Manager Module Support *need help*
    By hamspots in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 31 Jan 2009, 04:30 PM
  3. FAQ Module
    By lizar5- in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Sep 2007, 10:44 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