Page 24 of 151 FirstFirst ... 1422232425263474124 ... LastLast
Results 231 to 240 of 1501
  1. #231
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by enderandrew View Post
    I have a stupid question. Doesn't ZC have the ability for users/customers to leave reviews as is? So does this module just move those reviews into a sidebox, or are the testimonials new and seperate from the existing review system?
    Testimonial is separate from the review system since it isn't tied to any particular product as are the reviews.

  2. #232
    Join Date
    May 2006
    Posts
    134
    Plugin Contributions
    0

    help question Re: Cannot edit testimonials - 1054 Unknown column 'testimonials_url' in 'field list'

    Re: Cannot edit testimonials - 1054 Unknown column 'testimonials_url' in 'field list'

    Hi Clyde and Everyone,

    I have Testimonials Manager v1.4.2 installed with Zen-Cart v1.3.7

    Problem is I cannot edit any testimonials

    I go in Admin to Tools > Testimonials Manager

    Select a testimonial and click "edit" on the right

    Even if I don’t change anything when I click UPDATE I get this error message:

    1054 Unknown column 'testimonials_url' in 'field list'
    in:
    [update testimonials_manager set testimonials_title = 'No Dramas', testimonials_url = 'http://', testimonials_name = 'John, Australia', testimonials_mail = '[email protected]', testimonials_html_text = 'I am completely happy with the service I got etc', date_added = now() where testimonials_id = '135']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    FYI any changes I make do not register because of this error.

    I believe the problem is "Author's URL" on this testimonials manager edit page has an asterix for required, but on my submit testimonials page there is NO FIELD for the customer to enter a URL it is missing so maybe that is causing the error later. (field is filled with http:// if I change it to a real website or even leave blank, same error)

    I want to be able to use the edit testimonials function but it always has that error, mainly I just want to fix some testimonials where the customer has put their name or title in the wrong field etc.

    2) Also the old testimonials manager let the customer tick a box "Hide my email" or "Show my email" but that no longer appears with my v1.4.2 testimonials manager, how can I get this back? Also if it does show the email can it show in a spam proof way, such as link to john[AT]example.com instead of [email protected]?

    3) While I am here I would also like on the submit testimonials page to change the text "Name" to "Name, Company, City, Country" and I have worked out how to change this text trouble is the width allows is so small it then goes over 2-3 lines which I don’t want, is there any way to make this text field wider? or is it easy to add some extra fields for this?
    ApeShop.com - Mobile Cell Phones, Digital Cameras, Camcorders, Lenses, iPods, PSPs, Watches & more!
    http://www.apeshop.com/

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by apemusic View Post
    Re: Cannot edit testimonials - 1054 Unknown column 'testimonials_url' in 'field list'

    Hi Clyde and Everyone,

    I have Testimonials Manager v1.4.2 installed with Zen-Cart v1.3.7

    Problem is I cannot edit any testimonials

    I go in Admin to Tools > Testimonials Manager

    Select a testimonial and click "edit" on the right

    Even if I don’t change anything when I click UPDATE I get this error message:

    1054 Unknown column 'testimonials_url' in 'field list'
    in:
    [update testimonials_manager set testimonials_title = 'No Dramas', testimonials_url = 'http://', testimonials_name = 'John, Australia', testimonials_mail = '[email protected]', testimonials_html_text = 'I am completely happy with the service I got etc', date_added = now() where testimonials_id = '135']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    ...........
    From your description above, sounds like you didn't run the upgrade sql.

    copy and paste the following in you admin -> tools -> install SQL patches

    Code:
    ALTER TABLE `testimonials_manager` ADD `testimonials_url` VARCHAR( 255 ) NULL DEFAULT NULL AFTER `testimonials_title` ;
    2) Also the old testimonials manager let the customer tick a box "Hide my email" or "Show my email" but that no longer appears with my v1.4.2 testimonials manager, how can I get this back? Also if it does show the email can it show in a spam proof way, such as link to john[AT]example.com instead of [email protected]?
    Those options were deliberately left out because of privacy/spam issues.

    3) While I am here I would also like on the submit testimonials page to change the text "Name" to "Name, Company, City, Country" and I have worked out how to change this text trouble is the width allows is so small it then goes over 2-3 lines which I don’t want, is there any way to make this text field wider? or is it easy to add some extra fields for this?
    No easy way to add extra fields without re-writting some of the code and making changes to the database table (please note that this is being worked on for a future update)

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

    Idea or Suggestion Testimonial Manager 1.4.3 released

    Version 1.4.3 of Testimonial Manager is now available in the download section.

    This update adds options in admin to display "Company", "City" and "State/Country" fields on the Add testimonial page. admin -> configuration -> Testimonial Manager.
    If you are upgrading from a previous version don't forget to run the upgrade.sql.

  5. #235
    Join Date
    May 2006
    Posts
    134
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Hi Clyde!!

    Wow thanks you are a champ!!

    That worked, thanks for the quick help - I see you have a new version out already with those things added too, awesome!

    cheers from Sydney, AUS!


    Quote Originally Posted by clydejones View Post
    From your description above, sounds like you didn't run the upgrade sql.

    copy and paste the following in you admin -> tools -> install SQL patches

    Code:
    ALTER TABLE `testimonials_manager` ADD `testimonials_url` VARCHAR( 255 ) NULL DEFAULT NULL AFTER `testimonials_title` ;

    Those options were deliberately left out because of privacy/spam issues.


    No easy way to add extra fields without re-writting some of the code and making changes to the database table (please note that this is being worked on for a future update)
    ApeShop.com - Mobile Cell Phones, Digital Cameras, Camcorders, Lenses, iPods, PSPs, Watches & more!
    http://www.apeshop.com/

  6. #236
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Hi Clyde

    After uploading all the files to my demostore, I run the SQL , I got an error,

    1146 Table 'tiledepo_zc1.zen_zen_testimonials_manager' doesn't exist
    in:
    [show fields from zen_zen_testimonials_manager]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    I try 3 time and re upload the fileS , I dubble check I changed my_template names,
    well i must have forgat somthing, I alwyes do

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by apemusic View Post
    Hi Clyde!!

    Wow thanks you are a champ!!

    That worked, thanks for the quick help - I see you have a new version out already with those things added too, awesome!

    cheers from Sydney, AUS!
    Glad it worked out.

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by motti View Post
    Hi Clyde

    After uploading all the files to my demostore, I run the SQL , I got an error,

    1146 Table 'tiledepo_zc1.zen_zen_testimonials_manager' doesn't exist
    in:
    [show fields from zen_zen_testimonials_manager]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    I try 3 time and re upload the fileS , I dubble check I changed my_template names,
    well i must have forgat somthing, I alwyes do
    I'll check it.

    Which version were you uploading?

  9. #239
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Hi

    I install Version 1.4.3 and i use the uppgrade folder with the U6grade SQL

    Thank you Clyde

  10. #240
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Is version 1.4.3 stable now?
    Lextechs.com Powered By ZenCart

 

 

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