Page 88 of 151 FirstFirst ... 3878868788899098138 ... LastLast
Results 871 to 880 of 1501
  1. #871

    Default Re: Testimonial Manager Support Thread

    Clyde, Thanks for getting back to me so quickly!....

    Off hand, I'm thinking that your test testimonial was in english and you submitted it from admin while using english as the language.

    Try switching languages to Japanese in admin and then submit a testimonial
    ....another one of those "DUH" moments...I created a Japanese file for >INCLUDES side, but not for >ADMIN. Sometimes it takes a slap in the back of the head....

    It's working now, thanks for a great mod and your help.

    Best regards,
    Robert

  2. #872
    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 studiotucker View Post
    Clyde, Thanks for getting back to me so quickly!....



    ....another one of those "DUH" moments...I created a Japanese file for >INCLUDES side, but not for >ADMIN. Sometimes it takes a slap in the back of the head....

    It's working now, thanks for a great mod and your help.

    Best regards,
    Robert
    Glad you got it working

  3. #873
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Has anyone thought about a way to limit the number of testimonials that one user can post in a set timeframe? Kind of like spam control. I know if I saw a dozen or so in a few days from one user, that I would question the sincerity and validity of them, and I'm the store owner. Could do more harm than good!
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  4. #874
    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 awhfy99 View Post
    Has anyone thought about a way to limit the number of testimonials that one user can post in a set timeframe? Kind of like spam control. I know if I saw a dozen or so in a few days from one user, that I would question the sincerity and validity of them, and I'm the store owner. Could do more harm than good!
    Not really, no. Hadn't thought much about it since they'd need to be approved in any case.

  5. #875
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    Not really, no. Hadn't thought much about it since they'd need to be approved in any case.
    That is true, probably would never come into play.

    What I would really like to do is to reverse the display order. I think the last in/last displayed would work better for what I am trying to do. I searched the db and did not see anything that was the sort key so I figured it must be hard coded. Neither did I recognize anything in the tpl_display_all_testimonials_default file either that set the current display order.
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  6. #876
    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 awhfy99 View Post
    That is true, probably would never come into play.

    What I would really like to do is to reverse the display order. I think the last in/last displayed would work better for what I am trying to do. I searched the db and did not see anything that was the sort key so I figured it must be hard coded. Neither did I recognize anything in the tpl_display_all_testimonials_default file either that set the current display order.
    On the display all testimonial page they are ordered by the date added and then the testimonial title.

    something added yesterday would be shown after something added today (which is a last in, last displayed display)

  7. #877
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    On the display all testimonial page they are ordered by the date added and then the testimonial title.

    something added yesterday would be shown after something added today (which is a last in, last displayed display)
    I know it's there but I just don't see it. In the tpl_display_all_testimonials_default, I find a commented out line like that below, so that's not it, but in the

    tpl_testimonials_manager_all_testimonials_default,

    I find this:

    $testimonials_query_raw = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by date_added DESC, testimonials_title ";

    so I tried changing it to:

    $testimonials_query_raw = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by testimonials_title, date_added DESC";

    but that doesn't do anything.

    Even tried removing the DESC with no success and even changed it to ASC.

    So I am either in the wrong place or I'm not getting the message.
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  8. #878
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by awhfy99 View Post

    so I tried changing it to:

    $testimonials_query_raw = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by testimonials_title, date_added DESC";

    but that doesn't do anything.

    Never mind, it wasn't in templates/

    I found it in

    modules/pages/display_all_testimonials/header_php.php

    I reversed it like I did in the above attempt and it now sorts the way I need. Guess I was looking in the wrong place! Thanks!
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  9. #879
    Join Date
    Feb 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi, is it possible to have the testimonials manager in the index page centered only rather than the sidebox?

    Btw, thanks for the awesome add on!

  10. #880
    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 dsdeiz View Post
    Hi, is it possible to have the testimonials manager in the index page centered only rather than the sidebox?

    Btw, thanks for the awesome add on!
    Not without substantial re-write.

 

 

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