Page 67 of 151 FirstFirst ... 1757656667686977117 ... LastLast
Results 661 to 670 of 1501
  1. #661
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Testimonial Manager 1.3.7

    By the way, I did find an issue in the admin after the upgrade that was easy to solve. In the upgrade SQL script you did not include adding the update field, which did not exist in the 1.37 table - so I ran the following script and it corrected the error -

    PHP Code:
    ALTER TABLE `zen_testimonials_managerADD `last_updatedatetime NULL DEFAULT NULL AFTER `date_added` ; 
    Just thought you might want to add that to the script for those upgrading from v1.37

    Ruth

  2. #662
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Testimonial Manager 1.3.7

    I have a modified version of your tesimonial system on my wifes site, using it as a guestbook, without lots of the features for display, it works fine, however we are now starting to see spam entries, which on the one hand we can live with since they do not display on the site unless my wife approves them, which she obviousley does not, however would a captcha addition be something that would be easy to implement for this system.
    My only addon is Gallery addon and can be seen here breezy

  3. #663
    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 spottedhaggis View Post
    I have a modified version of your tesimonial system on my wifes site, using it as a guestbook, without lots of the features for display, it works fine, however we are now starting to see spam entries, which on the one hand we can live with since they do not display on the site unless my wife approves them, which she obviousley does not, however would a captcha addition be something that would be easy to implement for this system.
    You'd have to install one of the captcha mods and then modify a couple of files in template manager so that it would work with the captcha mod you install.

  4. #664
    Join Date
    May 2007
    Location
    Wales
    Posts
    28
    Plugin Contributions
    1

    help question Re: Testimonial Manager Support Thread

    Im so sorry! I got to page 20 something and saw somone asked about scrolling this and then page 30 something and my will gave in to read any more.

    Can anyone please tell me what file to alter to stick a marquee down tag so the testimonials on my side box scroll through a 150 px high view rather than having a whole bunch of testies taking up most of my side panel.

    I presume it is the tpl_testimonails_manager.php in TEMPLATE/sideboxes but where ever I slap the Marquee comand it boogers up my whole store.

    Any pointers would be cool.

    Thanx!

  5. #665
    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 greatness_183 View Post
    Im so sorry! I got to page 20 something and saw somone asked about scrolling this and then page 30 something and my will gave in to read any more.

    Can anyone please tell me what file to alter to stick a marquee down tag so the testimonials on my side box scroll through a 150 px high view rather than having a whole bunch of testies taking up most of my side panel.

    I presume it is the tpl_testimonails_manager.php in TEMPLATE/sideboxes but where ever I slap the Marquee comand it boogers up my whole store.

    Any pointers would be cool.

    Thanx!
    You can limit the number of random testimonials that appear in the sidebox:
    admin -> configuration -> Testimonials Manager ->
    Number Of Testimonials to display in Testimonials Sidebox

    If you wish to have scrolling, then look at any of the scrolling sidebox mods available in the downloads section to see how the code is implemented.

  6. #666
    Join Date
    May 2007
    Location
    Wales
    Posts
    28
    Plugin Contributions
    1

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    look at any of the scrolling sidebox mods available in the downloads section to see how the code is implemented.

    See, if I had my brain in I would have thought of that!

    Thank you, I shall do just that.

  7. #667
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Thank you very much for this, it works great.

    One thing. I already have a page containg many testimonials that have been emailed to uour company over the years. I don't want to lose these, so I have been adding these to Testimonial Manager through 'Admin>Tools>Testimonials Manager'.

    The only thing, there is no way of changing the date for these entries to correspond with the correct dates that they were sent to us.

    I have changed the options in 'Admin>Configuration>Testimonials Manager' so that the date doesn't show any more, but I'd really like it if I could change the setting back to show the dates, but before doing this I will need to edit the entries that I have submitted to include the correct dates.

    I would appreciate any advice.

  8. #668
    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 bonheddwr View Post
    Thank you very much for this, it works great.

    One thing. I already have a page containg many testimonials that have been emailed to uour company over the years. I don't want to lose these, so I have been adding these to Testimonial Manager through 'Admin>Tools>Testimonials Manager'.

    The only thing, there is no way of changing the date for these entries to correspond with the correct dates that they were sent to us.

    I have changed the options in 'Admin>Configuration>Testimonials Manager' so that the date doesn't show any more, but I'd really like it if I could change the setting back to show the dates, but before doing this I will need to edit the entries that I have submitted to include the correct dates.

    I would appreciate any advice.
    A couple of things come to mind.

    First would be to use phpmyadmin and edit the individual entries in the testimonials table with the original dates of submission.

    Second would be to write a specialized sql script for these testimonials (using the original date of submission) and then run that script . (this would be the equivalent of running a "bulk" upload of the testimonials.) Depending on the number of testimonials you have, this would probably be the eaisest way to go.

  9. #669
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Thank you very much for this. Is there a way of including a field to edit the date in 'Admin>Tools>Testimonials Manager' where it is possible to change details such as Author's Name, Email, City, Testimonial Title, Testimonial, Image etc?

  10. #670
    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 bonheddwr View Post
    Thank you very much for this. Is there a way of including a field to edit the date in 'Admin>Tools>Testimonials Manager' where it is possible to change details such as Author's Name, Email, City, Testimonial Title, Testimonial, Image etc?
    I'm looking into that right now.

    It will require some recoding of that particular section and may take a while to complete.

    If you'd like some help on doing the "bulk" sql statement, you can always PM me. I'd be glad to help.

 

 

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