Results 1 to 10 of 1501

Hybrid View

  1. #1
    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 Doodlebuckets View Post
    Didn't think of that...I get this one over and over:

    [11-Oct-2010 14:49:03] PHP Warning: fclose(): supplied argument is not a valid stream resource in /includes/templates/lite_red/sideboxes/tpl_static_rss_sidebox.php on line 64

    I turned off the sidebox for the rss and still had the same problems submitting things.
    You might want to check the support thread for the lite_red template to see if this issue has occurred before with the template.

  2. #2

    Default Re: Testimonial Manager Support Thread

    I don't think it's the template. It's something I've done. I may need to redo the whole thing piece by piece and figure out what I boogered up! Thanks for the help tho :)

  3. #3
    Join Date
    Aug 2004
    Posts
    823
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I don't know if it's a coincidence or not, but it seems that since the Zen Cart upgrade of 1.3.9g, we are getting a lot of SPAM in the testimonials. That is, we're seeing a lot of testimonials with some obvious spam message about visiting some website, etc.

    Anyone else experiencing this as well?

    I have yet to upgrade to the latest version of the Testimonial Module, so if this has been addressed in the latest release, I would like to know that as well. Just curious if anyone else has noticed a rise in submitted testimonial SPAM lately.

  4. #4
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    i've noticed a possible bug in the manager, when i go to view an individual post, the TITLE tag appears as code

    I just upgraded to the latest version and still the same thing happens:

    this is what shows up: <title>META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGERI will tell all my friends</title>

    instead it should just be

    <title>I will tell all my friends</title>

    any ideas on a fix on this one?

    Thanks

    John

  5. #5
    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 ethical View Post
    i've noticed a possible bug in the manager, when i go to view an individual post, the TITLE tag appears as code

    I just upgraded to the latest version and still the same thing happens:

    this is what shows up: <title>META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGERI will tell all my friends</title>

    instead it should just be

    <title>I will tell all my friends</title>

    any ideas on a fix on this one?

    Thanks

    John
    I'm assuming that you've add this to your includes/modules/YOUR_TEMPLATE/meta_tags.php

    Just replace the defines in that file with the following:

    PHP Code:
        define('META_TAG_TITLE'$page_check->fields['testimonials_title']);
        
    define('META_TAG_DESCRIPTION'zen_trunc_string($page_check->fields['testimonials_html_text'],TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH));
        
    define('META_TAG_KEYWORDS'$page_check->fields['testimonials_title']); 

  6. #6
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi Clyde

    thanks for the reply that solved it. i guess i had some OLD code i had this



    Code:
        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']);

  7. #7
    Join Date
    Jun 2010
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi,

    Has anybody worked out how to make this mod into a scrolling one.

    I have been trying for ages this morning but with no results. I've got the JScroller sidebox package but am unsure about what I need to change to make the testimonial side box into a scrolling one.

    Would anybody like to have a go?

    Kindest Regards,

    Brett Rogers

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 262
    Last Post: 26 Jun 2025, 10:42 AM
  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

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