Page 1 of 2 12 LastLast
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 1.3.7

    As a side note to the above. You MUST have at least one testimonial in the database for the sidebox to show. In other words - No Testimonials, No Sidebox.

    The code checks to make sure there are Testimonials in the database.

  2. #2
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    help question Re: Testimonial Manager 1.3.7

    Clyde, I have double checked everything (especially since I overlooked the modules file earlier) but when I view the test testimonial I don't get a button to add a testimonial. Instead there is a "Contact" link to the person's email that wrote the testimonial. I've reinstalled it twice now to make sure all is in the correct locations and all is perfect. Just can't add a testimonial.
    I went into the config and change it to not having to be logged in and tried that... still no button. I know the buttons are there, as I built a new ones to match the site and loaded both the buttons. I don't have a broken image either.

    Any clues?

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    URL so I can take a look!

  4. #4
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Testimonial Manager 1.3.7

    Finally got it working correctly...now I'm trying to get the style sheet set to show the box as the others are shown - as with yours... right now I have a box around the clickable title and nothing around the box with the truncated text... The border should encompass the entire side box... so I'm playing with that now...

    URL - lorindascandlesandmore.com

    Thanks

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Try something like this: I took the following from the view source of your site.

    <div id="testimonials-managerContent" class="sideBoxContent"><b><a href="http://www.lorindascandlesandmore.com/index.php?main_page=testimonials_manager&amp;testimonials_id=2">Wonderful Candles</a></b></div><div class="testimonial"><p>I just love Lorinda's Candles. They just never seem to lose their scent and they burn so clean. My favorite is Satin Sheets and Fresh Lilac. I won't...<br /><span><strong><a href="http://www.lorindascandlesandmore.com/index.php?main_page=testimonials_manager&amp;testimonials_id=2">Read More -></a></strong></span><img src="includes/templates/template_default/images/OTHER_IMAGE_SILVER_SEPARATOR" alt="" width="100&#37;" height="1" /><br /><a href="http://www.lorindascandlesandmore.com/index.php?main_page=testimonials_manager_all_testimonials">View All Testimonials</a></p></div></div>

    You closed one div too soon(I think) - So try this:

    <div id="testimonials-managerContent" class="sideBoxContent"><div class="testimonial"><b><a href="http://www.lorindascandlesandmore.com/index.php?main_page=testimonials_manager&amp;testimonials_id=2">Wonderful Candles</a></b><p>I just love Lorinda's Candles. They just never seem to lose their scent and they burn so clean. My favorite is Satin Sheets and Fresh Lilac. I won't...<br /><span><strong><a href="http://www.lorindascandlesandmore.com/index.php?main_page=testimonials_manager&amp;testimonials_id=2">Read More -></a></strong></span><img src="includes/templates/template_default/images/OTHER_IMAGE_SILVER_SEPARATOR" alt="" width="100%" height="1" /><br /><a href="http://www.lorindascandlesandmore.com/index.php?main_page=testimonials_manager_all_testimonials">View All Testimonials</a></p></div></div>

  6. #6
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Testimonial Manager 1.3.7

    That is what I was looking at... here's the part I don't get... I've not edited your tpl's at all - I've just been looking at them trying to figure out where that code is coming from. I use FF, so when I view the ID's and the classes - nothing appears for the text and the "read more" for either an ID or class. Trying to figure out where the info was being pulled from, I even removed each style sheet one at a time. Did not effect the side box. I've gone into the style sheet and tried to use #testimonial-manager .sideBoxContainer and sideBoxContent to draw the border -
    no joy.

    You are correct there is an extra <div>, but where is it being pulled from?

    I looked at the modules/sideboxes/testimonial-manager.php -

    There is the following code: $title = BOX_HEADING_TESTIMONIALS_MANAGER;
    $box_id = testimonials_manager;

    I tried using that box id to create a new style... nothing... but in that file I don't see the extra <div> My tpl_index_default is standard and so is my tpl_main_page as I've created the entire look of the site via css - so I'm just really confused, as it's not a <div> I've created.

    Thanks for looking at this for me.

  7. #7
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Testimonial Manager 1.3.7

    Found it... finally...LOL...it was right in front of me in the tpl for the side box.... I just kept overlooking it...

    Thanks

  8. #8
    Join Date
    Apr 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Version 1.3.8

    I've used your Testimonial manager for another site I created with no problems. Thanks.

    I'm attempting to create a new site by copying my previous site, and everything else about the new site is working fine, except for the Testimonial manager. It appears that none of the 'define' variables can be found and the variable names themselves show up on the page, for instance: TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS shows up instead of the words "View all Testimonials".

    On my new site, I renamed all of the template folders to a new name, including those related to the testimonial manager. I don't understand why the define pages can not be found. For example, there is a file called tpl_testimonials_manager.php. In it, there is a line that uses a defined constant: TESTIMONIALS_MANAGER_ADD_TESTIMONIALS. This page is located in inlcludes/templates/mytemplate/sideboxes. The defined constant is located in: includes/languages/english/extra_definitions/mytemplate/testimonials_manager_defines.php. It's as if it can't find any of the defined vars. Any ideas? Is there something that could get messed up during my site copy process that would make the testimonial manager scripts lose their defined vars? By the way, I tried uninstalling the entire testimonial add on, then reinstalling it. It still acts the same way. Suggestions? Thanks!!!

  9. #9
    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 largomike1 View Post
    Version 1.3.8

    I've used your Testimonial manager for another site I created with no problems. Thanks.

    I'm attempting to create a new site by copying my previous site, and everything else about the new site is working fine, except for the Testimonial manager. It appears that none of the 'define' variables can be found and the variable names themselves show up on the page, for instance: TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS shows up instead of the words "View all Testimonials".

    On my new site, I renamed all of the template folders to a new name, including those related to the testimonial manager. I don't understand why the define pages can not be found. For example, there is a file called tpl_testimonials_manager.php. In it, there is a line that uses a defined constant: TESTIMONIALS_MANAGER_ADD_TESTIMONIALS. This page is located in inlcludes/templates/mytemplate/sideboxes. The defined constant is located in: includes/languages/english/extra_definitions/mytemplate/testimonials_manager_defines.php. It's as if it can't find any of the defined vars. Any ideas? Is there something that could get messed up during my site copy process that would make the testimonial manager scripts lose their defined vars? By the way, I tried uninstalling the entire testimonial add on, then reinstalling it. It still acts the same way. Suggestions? Thanks!!!
    url for your site

  10. #10
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    hi, i can't will my chinese code in the testimonials,, do u have any latest version to support UTF-8, i have code converter software but i dun know which files to effect this..

 

 
Page 1 of 2 12 LastLast

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