Page 140 of 151 FirstFirst ... 4090130138139140141142150 ... LastLast
Results 1,391 to 1,400 of 1501
  1. #1391
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by countrycharm View Post
    All I was saying if everything was working fine for you in the first place why update. If you have read any of the thread a few pages back before you posted you would have seen that there were some minor things updated. Again if everything was working you didn't need to update. I will update this module sometime this coming week with the new install.txt
    Sounds like some good things are coming for this add-on.. I do think WebKat makes some good points and perhaps it makes sense for you giuys to work together on the next release to incorporate some of these ideas..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #1392
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by WebKat View Post
    By the way, I hope it isn't considered bad form, but if you don't want your customers' last names to show up on their testimonials (privacy issues) you can follow these edits that I made to my installation which makes it just show the first name:

    File to edit:
    /includes/modules/pages/testimonials_add/header_php.php

    Replace the default code to this new code; line numbers may be approximate--make sure the one you're replacing is very similar to the replacement code:

    Line 126
    Code:
    $account_query = "select customers_firstname, customers_email_address
    Line 132
    Code:
    $extra_info=email_collect_extra_info($name,$email_address, $account->fields['customers_firstname'] . ' ' . $account->fields[''] , $account->fields['customers_email_address'] );
    Line 150
    Code:
    $sql = "SELECT c.customers_id, c.customers_firstname, c.customers_email_address, c.customers_default_address_id, c.customers_telephone, ab.customers_id, ab.entry_street_address, ab.entry_company, ab.entry_city, ab.entry_postcode, ab.entry_zone_id, ab.entry_country_id, z.zone_id, z.zone_code, cn.countries_id, cn.countries_name FROM " . TABLE_CUSTOMERS . " c, " . TABLE_ADDRESS_BOOK . " ab, "  . TABLE_ZONES  . " z, " . TABLE_COUNTRIES . " cn WHERE c.customers_id = :customersID AND ab.customers_id = :customersID AND ab.entry_country_id = cn.countries_id";
    Line 155
    Code:
    $testimonials_name = $check_customer->fields['customers_firstname'] . ' ' . $check_customer->fields[''];
    That should do it. It should never call their last name in the first place, so you don't need to "hide" it in the displayed testimonial, since that bit of information isn't there to begin with.
    I Will keep this in mind unless there is a demand for it. Since the original author wrote the module like this in the first place I think I will leave it as is. Thank you for the your input.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #1393
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by WebKat View Post
    I'm generally in the habit of keeping modules/plugins/scripts/etc. up-to-date with the most recent version. If I see an updated version has been released I generally update my copy to stay current. It's a lesson I learned the hard way a few times by failing to do so.
    Quote Originally Posted by DivaVocals View Post
    Sounds like some good things are coming for this add-on.. I do think WebKat makes some good points and perhaps it makes sense for you giuys to work together on the next release to incorporate some of these ideas..
    Thanks you for your concern and support. Webkat you did have some valid points and thank you for bringing them up. I have created and upgrade folder and created a upgrade.txt file. Maybe this will be a lot easier for the installer. Thank Again

    Waiting on zen to approve it in the downloads.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1394
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by countrycharm View Post
    I Will keep this in mind unless there is a demand for it. Since the original author wrote the module like this in the first place I think I will leave it as is. Thank you for the your input.
    You may want to put it in the install/upgrade/whatever text file as an optional modification. It seems like having your full name displayed on a testimonial might frighten off a lot of people who would otherwise write one, so it seems like the ability to set it to not display would be one a decent amount of people would like (who may not have thought of it before seeing it as an option). Several modules I've downloaded have had instructions for various tweak/hacks in their documentation, so it wouldn't be unusual.

  5. #1395
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by WebKat View Post
    You may want to put it in the install/upgrade/whatever text file as an optional modification. It seems like having your full name displayed on a testimonial might frighten off a lot of people who would otherwise write one, so it seems like the ability to set it to not display would be one a decent amount of people would like (who may not have thought of it before seeing it as an option). Several modules I've downloaded have had instructions for various tweak/hacks in their documentation, so it wouldn't be unusual.
    Great!!!

    Gonna say this again.. YOU can also make these changes and submit them if you REALLY feel strongly that they should be a part of the add-on.. This would be an excellent place for you to make such a contribution!
    Last edited by DivaVocals; 9 Apr 2012 at 06:59 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #1396
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by WebKat View Post
    You may want to put it in the install/upgrade/whatever text file as an optional modification. It seems like having your full name displayed on a testimonial might frighten off a lot of people who would otherwise write one, so it seems like the ability to set it to not display would be one a decent amount of people would like (who may not have thought of it before seeing it as an option). Several modules I've downloaded have had instructions for various tweak/hacks in their documentation, so it wouldn't be unusual.
    Quote Originally Posted by DivaVocals View Post
    Great!!!

    Gonna say this again.. YOU can also make these changes and submit them if you REALLY feel strongly that they should be a part of the add-on.. This would be an excellent place for you to make such a contribution!
    Yes that OK with me. Feel free to update and make the change. Just wait until I let you know that when the new update has been approved.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #1397
    Join Date
    Nov 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by BillyBoyle View Post
    @ Brian
    you could use a blank sidebox available through the download section and set up a static page for your detailed testimonials. Putting a link in the sidebox to your page.
    The blank sidebox worked great! Thank you!

  8. #1398
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by stoneroses6300 View Post
    The blank sidebox worked great! Thank you!
    your welcome.

  9. #1399
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by WebKat View Post
    You may want to put it in the install/upgrade/whatever text file as an optional modification. It seems like having your full name displayed on a testimonial might frighten off a lot of people who would otherwise write one, so it seems like the ability to set it to not display would be one a decent amount of people would like (who may not have thought of it before seeing it as an option). Several modules I've downloaded have had instructions for various tweak/hacks in their documentation, so it wouldn't be unusual.
    Quote Originally Posted by DivaVocals View Post
    Great!!!

    Gonna say this again.. YOU can also make these changes and submit them if you REALLY feel strongly that they should be a part of the add-on.. This would be an excellent place for you to make such a contribution!

    Quote Originally Posted by countrycharm View Post
    Yes that OK with me. Feel free to update and make the change. Just wait until I let you know that when the new update has been approved.
    OK this update is now active in the downloads area. Webkat feel free to to do what you have suggested if you like to make such a contribution!
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #1400
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Looks much better--much less confusing. I still made a few changes and sent you a PM with a download link to a new zip file.

 

 

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