Page 93 of 151 FirstFirst ... 43839192939495103143 ... LastLast
Results 921 to 930 of 1501
  1. #921
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    will work with both.
    www.buranchetto.com

  2. #922
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by thenax View Post
    already done! here I have display_all_testimonials, testimonials_manager_all_testimonials, testimonial_add, testimonials_manager...are these the language files?

    still doesn't work! :-(
    Quote Originally Posted by thenax View Post
    These are the language files:the highlighted one contains the definitions for the e-mails

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
    includes/languages/english/html_includes/define_testimonials_add.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php

  3. #923
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    These are the language files:the highlighted one contains the definitions for the e-mails

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
    includes/languages/english/html_includes/define_testimonials_add.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
    now I have

    includes/languages/italian/extra_definitions/cherry_zen/testimonials_manager_defines.php
    includes/languages/italian/cherry_zen/testimonials_add.php
    includes/languages/italian/cherry_zen/testimonials_manager.php
    includes/languages/italian/cherry_zen/testimonials_manager_all_testimonials.php
    includes/languages/italian/html_includes/define_testimonials_add.php
    includes/languages/italian/html_includes/cherry_zen/define_testimonials_add.php

    but still doesn't work!!!

  4. #924
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    You put it in the wrong file;

    open includes/modules/meta_tags.php

    find the following line of code

    // EZ-Pages:

    Put the code just above this line.

    save the file to includes/modules/YOUR_TEMPLATE/meta_tags.php

    Don't forget to delete the code from includes/languages/english/meta_tags.php
    That did the trick. Thank you.

  5. #925
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by thenax View Post
    now I have

    includes/languages/italian/extra_definitions/cherry_zen/testimonials_manager_defines.php
    includes/languages/italian/cherry_zen/testimonials_add.php
    includes/languages/italian/cherry_zen/testimonials_manager.php
    includes/languages/italian/cherry_zen/testimonials_manager_all_testimonials.php
    includes/languages/italian/html_includes/define_testimonials_add.php
    includes/languages/italian/html_includes/cherry_zen/define_testimonials_add.php

    but still doesn't work!!!
    If you are receiving the constants EMAIL_TEXT + EMAIL_DISCLAIMER_NEW_CUSTOMER but not the EMAIL_OWNER_TEXT

    It generally means that Those particular definitions are missing or the language file containing the definitions is missing.


    These are the definitions found in includes/languages/italian/cherry_zen/testimonials_add.php

    define('EMAIL_TEXT', 'Your testimonial has been successfully submitted at ' . STORE_NAME . '. It will be added to our other testimonials as soon as we approve it. 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 testimonial again.' . "\n\n");

    define('EMAIL_OWNER_TEXT', 'A new testimonial was submitted at ' . STORE_NAME . '. It is not yet approved. Please verify thie testimonial and activate.' . "\n\n");

    define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This testimonial was submitted to us by you or by one of our users. If you did not submit a testimonial, or feel that you have received this email in error, please send an email to %s ');

  6. #926
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    do you see any error in my testimonials_add.php?
    PHP Code:
    <?php
    /**
     * Testimonials Manager
     *
     * @package Template System
     * @copyright 2007 Clyde Jones
      * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Testimonials_Manager.php v1.5.0 1-9-2009 Clyde Jones $
     */

    define('NAVBAR_TITLE''Inserisci il tuo giudizio');
    define('HEADING_ADD_TITLE''<h1>Inserisci il tuo giudizio</h1>');

    define('TESTIMONIAL_SUCCESS''Il tuo giudizio &egrave; stato inserito con successo e verr&agrave; pubblicato al pi&ugrave; presto.');

    define('TESTIMONIAL_SUBMIT''Inserisci il tuo giudizio utilizzando il modulo sottostante.');


    //////////////
    define('EMAIL_SUBJECT''Rilascio feedback a ' STORE_NAME '.' "\n\n");
    define('EMAIL_GREET_NONE''Caro/a %s' "\n\n");
    define('EMAIL_WELCOME''Grazie per aver rilasciato il tuo feedback a <b>' STORE_NAME '</b>.' "\n\n");
    define('EMAIL_TEXT''Il tuo giudizio &egrave; stato inserito con successo e verr&agrave; pubblicato al pi&ugrave; presto. Riceverai una e-mail che ti confermer&agrave; l\'avvenuta pubblicazione. Se non riceverai comunicazioni entro 48 ore, contattaci prima di inserire nuovamente il tuo giudizio.' "\n\n");
    define('EMAIL_CONTACT''Per richieste o aiuto contattaci al seguente indirizzo: ' STORE_OWNER_EMAIL_ADDRESS '.' "\n\n");
    define('EMAIL_WARNING''<b>Attenzione:</b> Questa e-mail ci &egrave; stata fornita durante l\'inserimento di un feedback. in caso di problemi contattaci al seguente indirizzo: ' STORE_OWNER_EMAIL_ADDRESS '.' "\n");
    define('EMAIL_OWNER_SUBJECT''Rilascio feedback a ' STORE_NAME);
    define('SEND_EXTRA_TESTIMONIALS_ADD_SUBJECT''[TESTIMONIAL SUBMISSION]');
    define('EMAIL_OWNER_TEXT''Un nuovo giudizio &egrave; stato rilasciato a ' STORE_NAME '. Non &egrave; ancora stato approvato. Verifica il giudizio e pubblicalo.' "\n\n");
    define('EMAIL_GV_CLOSURE','Cordiali saluti,' "\n\n" STORE_OWNER "\nStore Owner\n\n"'<a href="' HTTP_SERVER DIR_WS_CATALOG '">'.HTTP_SERVER DIR_WS_CATALOG ."</a>\n\n");
    define('EMAIL_DISCLAIMER_NEW_CUSTOMER''Questa e-mail ci &egrave; stata fornita da te o da qualche tuo conoscente durante l\'inserimento di un feedback . Se ritieni di non aver mai rilasciato feedback, o hai ricevuto questa e-mail per errore, scrivici una e-mail a %s ');


    ////////////////
    define('TABLE_HEADING_TESTIMONIALS''Giudizio del cliente');
    define('TESTIMONIAL_CONTACT''Informazioni di contatto');

    define('TEXT_TESTIMONIALS_TITLE''Titolo:');
    define('TEXT_TESTIMONIALS_NAME''Nome:');
    define('TEXT_TESTIMONIALS_MAIL''E-mail:');
    define('TEXT_TESTIMONIALS_COMPANY''Ditta:');
    define('TEXT_TESTIMONIALS_CITY''Citt&agrave;:');
    define('TEXT_TESTIMONIALS_COUNTRY''Stato:');
    define('TEXT_TESTIMONIALS_HTML_TEXT''Giudizio');
    define('TEXT_TESTIMONIALS_DESCRIPTION''Testo:');
    define('TEXT_TESTIMONIALS_DESCRIPTION_INFO''<li><strong>Il testo deve essere compreso tra ' ENTRY_TESTIMONIALS_TEXT_MIN_LENGTH ' &amp; ' ENTRY_TESTIMONIALS_TEXT_MAX_LENGTH ' caratteri!</strong></li>');
    define('TEXT_CAPTCHA_INFO''<li><strong>Verification Code is case insensitive</strong></li>');

    define('RETURN_REQUIRED_INFORMATION'' = Dati obbligatori<br />');
    define('RETURN_OPTIONAL_INFORMATION'' = Dati facoltativi');
    define('RETURN_OPTIONAL_IMAGE','optional.gif');
    define('RETURN_OPTIONAL_IMAGE_ALT''optional information');
    define('RETURN_OPTIONAL_IMAGE_HEIGHT''12');
    define('RETURN_OPTIONAL_IMAGE_WIDTH''12');
    define('RETURN_REQUIRED_IMAGE''star.gif');
    define('RETURN_REQUIRED_IMAGE_ALT''required information');
    define('RETURN_REQUIRED_IMAGE_HEIGHT''12');
    define('RETURN_REQUIRED_IMAGE_WIDTH''12');
    define('RETURN_WARNING_IMAGE''exclamation.gif');
    define('RETURN_WARNING_IMAGE_ALT''warning');
    define('RETURN_WARNING_IMAGE_HEIGHT''16');
    define('RETURN_WARNING_IMAGE_WIDTH''16');

    define('TEXT_TESTIMONIAL_LOGIN_PROMPT','Devi registrarti o accedere al tuo account per poter inserire un giudizio.');
    define('ERROR_TESTIMONIALS_NAME_REQUIRED''<span class="alert"><strong>Il nome &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_EMAIL_REQUIRED''<span class="alert"><strong>Il tuo indirizzo e-mail &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_TITLE_REQUIRED''<span class="alert"><strong>Il titolo &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_DESCRIPTION_REQUIRED''<span class="alert"><strong>Il testo &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_TEXT_MAX_LENGTH''<span class="alert"><strong>Inserisci meno di ' ENTRY_TESTIMONIALS_TEXT_MAX_LENGTH ' characters!</strong></span>');
    define('ERROR_TESTIMONIALS''Ci sono degli errori! Per favore correggi e re-inserisci!');
    //EOF

  7. #927
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by thenax View Post
    do you see any error in my testimonials_add.php?
    PHP Code:
    <?php
    /**
     * Testimonials Manager
     *
     * @package Template System
     * @copyright 2007 Clyde Jones
      * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Testimonials_Manager.php v1.5.0 1-9-2009 Clyde Jones $
     */

    define('NAVBAR_TITLE''Inserisci il tuo giudizio');
    define('HEADING_ADD_TITLE''<h1>Inserisci il tuo giudizio</h1>');

    define('TESTIMONIAL_SUCCESS''Il tuo giudizio &egrave; stato inserito con successo e verr&agrave; pubblicato al pi&ugrave; presto.');

    define('TESTIMONIAL_SUBMIT''Inserisci il tuo giudizio utilizzando il modulo sottostante.');


    //////////////
    define('EMAIL_SUBJECT''Rilascio feedback a ' STORE_NAME '.' "\n\n");
    define('EMAIL_GREET_NONE''Caro/a %s' "\n\n");
    define('EMAIL_WELCOME''Grazie per aver rilasciato il tuo feedback a <b>' STORE_NAME '</b>.' "\n\n");
    define('EMAIL_TEXT''Il tuo giudizio &egrave; stato inserito con successo e verr&agrave; pubblicato al pi&ugrave; presto. Riceverai una e-mail che ti confermer&agrave; l\'avvenuta pubblicazione. Se non riceverai comunicazioni entro 48 ore, contattaci prima di inserire nuovamente il tuo giudizio.' "\n\n");
    define('EMAIL_CONTACT''Per richieste o aiuto contattaci al seguente indirizzo: ' STORE_OWNER_EMAIL_ADDRESS '.' "\n\n");
    define('EMAIL_WARNING''<b>Attenzione:</b> Questa e-mail ci &egrave; stata fornita durante l\'inserimento di un feedback. in caso di problemi contattaci al seguente indirizzo: ' STORE_OWNER_EMAIL_ADDRESS '.' "\n");
    define('EMAIL_OWNER_SUBJECT''Rilascio feedback a ' STORE_NAME);
    define('SEND_EXTRA_TESTIMONIALS_ADD_SUBJECT''[TESTIMONIAL SUBMISSION]');
    define('EMAIL_OWNER_TEXT''Un nuovo giudizio &egrave; stato rilasciato a ' STORE_NAME '. Non &egrave; ancora stato approvato. Verifica il giudizio e pubblicalo.' "\n\n");
    define('EMAIL_GV_CLOSURE','Cordiali saluti,' "\n\n" STORE_OWNER "\nStore Owner\n\n"'<a href="' HTTP_SERVER DIR_WS_CATALOG '">'.HTTP_SERVER DIR_WS_CATALOG ."</a>\n\n");
    define('EMAIL_DISCLAIMER_NEW_CUSTOMER''Questa e-mail ci &egrave; stata fornita da te o da qualche tuo conoscente durante l\'inserimento di un feedback . Se ritieni di non aver mai rilasciato feedback, o hai ricevuto questa e-mail per errore, scrivici una e-mail a %s ');


    ////////////////
    define('TABLE_HEADING_TESTIMONIALS''Giudizio del cliente');
    define('TESTIMONIAL_CONTACT''Informazioni di contatto');

    define('TEXT_TESTIMONIALS_TITLE''Titolo:');
    define('TEXT_TESTIMONIALS_NAME''Nome:');
    define('TEXT_TESTIMONIALS_MAIL''E-mail:');
    define('TEXT_TESTIMONIALS_COMPANY''Ditta:');
    define('TEXT_TESTIMONIALS_CITY''Citt&agrave;:');
    define('TEXT_TESTIMONIALS_COUNTRY''Stato:');
    define('TEXT_TESTIMONIALS_HTML_TEXT''Giudizio');
    define('TEXT_TESTIMONIALS_DESCRIPTION''Testo:');
    define('TEXT_TESTIMONIALS_DESCRIPTION_INFO''<li><strong>Il testo deve essere compreso tra ' ENTRY_TESTIMONIALS_TEXT_MIN_LENGTH ' &amp; ' ENTRY_TESTIMONIALS_TEXT_MAX_LENGTH ' caratteri!</strong></li>');
    define('TEXT_CAPTCHA_INFO''<li><strong>Verification Code is case insensitive</strong></li>');

    define('RETURN_REQUIRED_INFORMATION'' = Dati obbligatori<br />');
    define('RETURN_OPTIONAL_INFORMATION'' = Dati facoltativi');
    define('RETURN_OPTIONAL_IMAGE','optional.gif');
    define('RETURN_OPTIONAL_IMAGE_ALT''optional information');
    define('RETURN_OPTIONAL_IMAGE_HEIGHT''12');
    define('RETURN_OPTIONAL_IMAGE_WIDTH''12');
    define('RETURN_REQUIRED_IMAGE''star.gif');
    define('RETURN_REQUIRED_IMAGE_ALT''required information');
    define('RETURN_REQUIRED_IMAGE_HEIGHT''12');
    define('RETURN_REQUIRED_IMAGE_WIDTH''12');
    define('RETURN_WARNING_IMAGE''exclamation.gif');
    define('RETURN_WARNING_IMAGE_ALT''warning');
    define('RETURN_WARNING_IMAGE_HEIGHT''16');
    define('RETURN_WARNING_IMAGE_WIDTH''16');

    define('TEXT_TESTIMONIAL_LOGIN_PROMPT','Devi registrarti o accedere al tuo account per poter inserire un giudizio.');
    define('ERROR_TESTIMONIALS_NAME_REQUIRED''<span class="alert"><strong>Il nome &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_EMAIL_REQUIRED''<span class="alert"><strong>Il tuo indirizzo e-mail &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_TITLE_REQUIRED''<span class="alert"><strong>Il titolo &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_DESCRIPTION_REQUIRED''<span class="alert"><strong>Il testo &egrave; obbligatorio!</strong></span>');
    define('ERROR_TESTIMONIALS_TEXT_MAX_LENGTH''<span class="alert"><strong>Inserisci meno di ' ENTRY_TESTIMONIALS_TEXT_MAX_LENGTH ' characters!</strong></span>');
    define('ERROR_TESTIMONIALS''Ci sono degli errori! Per favore correggi e re-inserisci!');
    //EOF
    None that I can notice (but I don't speak or write Italian)

  8. #928
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I would like that customers can add surname in the form and don't want that the form is already filled! how?

  9. #929
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by thenax View Post
    I would like that customers can add surname in the form and don't want that the form is already filled! how?
    You will need to modify the following files:

    includes/modules/pages/testimonials_add/header_php.php

    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php


    You will need to add the specific fields you want to include as well as the error handling for those fields.

  10. #930
    Join Date
    Apr 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I just wanted to send a BIG Thank you out to Clyde Jones for the Testimonial Manager contribution. I downloaded it and installed it on my local WAMP server and FTP'd to my production server without a hitch.

    You did an awesome job on this and I really appreciate your contributing this tool.

    Thanks - Michael Stein

    On version 1.3.8a

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 7 Mar 2023, 03:40 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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