Page 92 of 151 FirstFirst ... 42829091929394102142 ... LastLast
Results 911 to 920 of 1501
  1. #911
    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 rufusclc View Post
    Hi - TM working like charm;
    2 quieckie questions:
    to get text in bold would "font-style:bold;" work?
    also, added on several Testimonials going back couple years anmd now realize all dated today!! any quick way to change to correct date?
    Rufus
    Styling the testimonials can be done using the appropriate stylesheet(s) supplied with testimonial manager.

    Not really no, but there is a admin fix posted somewhere in this thread (I don't remember exactly where) that will allow you to use previous (earlier) dates when adding new testimonials.

  2. #912
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I have a big error in email functions...
    i didn't receive the corret email admin because i receive a message with EMAIL_TEXT + EMAIL_DISCLAIMER_NEW_CUSTOMER but not the EMAIL_OWNER_TEXT. Besides this the address e-mail is mine but not the receiver email because is the customer name!
    The customer doesn't recevier any email!
    why??
    I try to verify the header_php.php in include/modules/pages/testimonialmanager/ but it is all correct.

    why?

  3. #913
    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 have a big error in email functions...
    i didn't receive the corret email admin because i receive a message with EMAIL_TEXT + EMAIL_DISCLAIMER_NEW_CUSTOMER but not the EMAIL_OWNER_TEXT. Besides this the address e-mail is mine but not the receiver email because is the customer name!
    The customer doesn't recevier any email!
    why??
    I try to verify the header_php.php in include/modules/pages/testimonialmanager/ but it is all correct.

    why?
    Sounds like you haven't uploaded ALL the necessary language files for the mod.

    Check and make sure You've uploaded ALL the files listed and that you have changed the YOUR_TEMPLATE to the name of the template you are using on your site.

    includes/extra_datafiles/testimonials_manager_filenames.php
    includes/functions/testimonials.php
    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
    includes/modules/pages/testimonials_add
    includes/modules/pages/testimonials_manager
    includes/modules/pages/testimonials_manager_all_testimonials
    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif

  4. #914
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    Sounds like you haven't uploaded ALL the necessary language files for the mod.

    Check and make sure You've uploaded ALL the files listed and that you have changed the YOUR_TEMPLATE to the name of the template you are using on your site.

    includes/extra_datafiles/testimonials_manager_filenames.php
    includes/functions/testimonials.php
    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
    includes/modules/pages/testimonials_add
    includes/modules/pages/testimonials_manager
    includes/modules/pages/testimonials_manager_all_testimonials
    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif
    yes I do but still doesn't work!

  5. #915
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by thenax View Post
    yes I do but still doesn't work!
    i'm using italian directory instead of english, can it be the guilty of this matter? where have I to modify something?

  6. #916
    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'm using italian directory instead of english, can it be the guilty of this matter? where have I to modify something?
    You might want to copy the language files to

    includes/languages/italian/YOUR_TEMPLATE/

  7. #917
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    You might want to copy the language files to

    includes/languages/italian/YOUR_TEMPLATE/
    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! :-(

  8. #918
    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! :-(
    URL for your site?

  9. #919
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Testimonial Manager Support Thread

    Hi

    Does this work with Zen 1.3.8a or only 1.3.8?

    Thanks

  10. #920
    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 creamcrackers View Post
    Hi

    Does this work with Zen 1.3.8a or only 1.3.8?

    Thanks
    will work with both.

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 261
    Last Post: 13 Jan 2025, 11:14 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