Page 1 of 5 123 ... LastLast
Results 1 to 10 of 263

Hybrid View

  1. #1
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Thanks for the plugin.

    i was wondering if there's anyway to automatically send an email containing a testimonial request after several days/weeks of an order?

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by ShopVille View Post
    Thanks for the plugin.

    i was wondering if there's anyway to automatically send an email containing a testimonial request after several days/weeks of an order?
    Not with the version of the add-on available.. Would require custom coding to add the feature..
    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.

  3. #3
    Join Date
    Dec 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Hello,

    Im using 1.5.0 and the installation went fine however when i am following the read me: specifically these instructions:
    9) This section is entirely optional.
    To implement metatags for your testimonials;
    open includes/modules/meta_tags.php.
    locate the following line of code (around line 336)
    // NO "break" here. Allow defaults if not overridden at the per-page level
    Immediately above this line copy and paste the code below.
    (save the edited file to includes/modules/YOUR_TEMPLATE/meta_tags.php and upload to your server.

    break;
    //TESTIMONIALS:
    case 'display_all_testimonials':

    $sql = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by date_added DESC, testimonials_title";
    $testimonials = $db->Execute($sql);
    while (!$testimonials->EOF) {
    $testimonial_string_metatags .= zen_clean_html($testimonials->fields['testimonials_title']) . METATAGS_DIVIDER;

    $testimonials->MoveNext();

    } //EOF
    define('META_TAG_TITLE', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
    define('META_TAG_DESCRIPTION', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
    define('META_TAG_KEYWORDS', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
    break;

    case 'testimonials_manager':
    define('META_TAG_TITLE', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . $page_check->fields['testimonials_title']);
    define('META_TAG_DESCRIPTION', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . zen_trunc_string($page_check->fields['testimonials_html_text'],TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH));
    define('META_TAG_KEYWORDS', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . $page_check->fields['testimonials_title']);

    ----------------------------



    HOWEVER, when I implement this change, I lose the "text" that is at the top of my page above the white bar where you put in the URLs. Sorry for the lack of technical terms, this is the best way to describe it. To illustrate that text, this page im currently on says "V150 Testimonial Manager Support Thread"

    Any help as why this is happening would be great!

  4. #4
    Join Date
    Nov 2012
    Posts
    100
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    I want to use this mod as a springboard. I have multiple types of "testimonials/reviews". Using the Zen functionality, I want my guests to log in, have their name, town, etc. follow them to their reviews and then answer some different questions which will post to custom tables for viewing within my main website. It looks really close, I would just appreciate finding someone that I can ask questions of as I try to back into this thing.

  5. #5
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Can we get this with Captcha? I added this to a new website, and almost immediately started getting SPAM submissions. We really like having the Testimonials, but right now, find ourselves having to remove upwards of 20 a day from spamming.

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by paperthreads View Post
    Can we get this with Captcha? I added this to a new website, and almost immediately started getting SPAM submissions. We really like having the Testimonials, but right now, find ourselves having to remove upwards of 20 a day from spamming.
    You can always install a CAPTCHA module if you want one, and configure this module to use it.. But this module will not be updated to include it if that's what you are asking.. If anything it will be updated (when someone has time) to use the same CSS anti-spam method built into Zen Cart v1.5.1.
    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.

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by paperthreads View Post
    Can we get this with Captcha? I added this to a new website, and almost immediately started getting SPAM submissions. We really like having the Testimonials, but right now, find ourselves having to remove upwards of 20 a day from spamming.
    I have a Captcha installed on the Testimonial Manager Add page.

    One of these module has to be installed before it will work.

    CAPTCHA using TTF, GD and GUEST REVIEWS
    or
    CAPTCHA using TTF & GD & Telephone Not Required on



    Attached Files Attached Files
    Last edited by countrycharm; 13 Feb 2013 at 07:26 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #8
    Join Date
    Aug 2004
    Posts
    818
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    What I had done is add a CAPTCHA module to the new customer creation page. Then I turned my Testimonial Manager to only allow testimonials from logged in customers. Therefore, if you're logging in to create a testimonial, then you already would have passed the CAPTCHA test when you created your account.

    That seems to work and I've gotten no spam (and also not annoyed people with too many CAPTCHA boxes on my website).
    - Jeff

  9. #9
    Join Date
    Jun 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Has the META Error been corrected?

    Installed the Plug-in and all works great except after doing the Meta changes detailed in the instructions the page title displays
    META_TAG_TITLE_PAGE_TEXT

    Other than that its a great mod

  10. #10
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by smndvy View Post
    Has the META Error been corrected?

    Installed the Plug-in and all works great except after doing the Meta changes detailed in the instructions the page title displays
    META_TAG_TITLE_PAGE_TEXT

    Other than that its a great mod
    I am having the same issue... Any fix?
    20 years a Zencart User

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  2. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 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

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