Hi Clyde,
I'm running ZC 1.3.7 and so installed TM 1.4.4, as it was listed for ZC1.3.7.
I've one issue that may well be resolved in TM1.4.6 but I'm not sure if it will run on ZC1.3.7.
Here's the thing:
I'd like only admin ability to 'add' a testimonial. *OR* if there's a way for testimonials to be added by users but not displayed without admin approval that will work.
so, is this do-able in TM 1.4.4, and if not is it in the latest/latest? If that's the case can I run the latest/latest on ZC 1.3.7?
Thanks in advance for your reply and in abundance for a fantastic mod.
-Ray
++++++++++++++++
Subtle as the 'b' in subtle.
awesome...and great mod. thanks again!
-Ray
++++++++++++++++
Subtle as the 'b' in subtle.
This is great modules ! Thanks you for your great work!
1. I am lovin this contrib... thanks so much!
2. on the top of our view all page: midwestapplianceparts.com/index.php?main_page=testimonials_manager_all_testimonials
it says:
:: NAVBAR_TITLE HEADING_TITLE TEXT_DISPLAY_NUMBER_OF_TESTIMONIALS_MANAGER_ITEMS
what can I do about this?
thanks again!![]()
MonkFunk Music Community
Free Music Website
also, on IE7, not firefox... when I go to a long testimonials "read more" page, the buttons on the lower left go out of the boundries... like here:
midwestapplianceparts.com/index.php?main_page=testimonials_manager&testimonials_id=3
MonkFunk Music Community
Free Music Website
Make sure you've uploaded ALL the necessary files:
includes/extra_datafiles/testimonials_manager_filenames.php
includes/functions/testimonials.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
includes/languages/english/html_includes/define_testimonials_add.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
includes/modules/pages/testimonials_add
includes/modules/pages/testimonials_manager
includes/modules/pages/testimonials_manager_all_testimonials
includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
Again make sure ALL the necessary files have been uploaded to your server.
I am currently using Testimonal Manager on ZenCart 1.3.7 and it works fine, and looks great.
One thing that is confusing me though, is HTML validation.
I use the validator at http://validator.w3.org/ which used to come out clean on my home page, but I am now getting 5 errors - one for each of the testimonials that are displayed:
I would be grateful if anyone has any idea how to correct this.
Validation Output: 5 Errors
- <LI class=msg_err> Line 168, Column 647: ID "catBoxDivider" already defined.…/a></strong></span></p></div><hr id="catBoxDivider" /><b><a href="http://www.
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
- Line 69, Column 2535: ID "catBoxDivider" first defined here.…br style="line-height: 0;" /><hr id="catBoxDivider" /><br style="line-height:
This has been corrected in the latest version available in the downloads section.
Open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
find (at around line 21) the following code:
and change it to readPHP Code:
$content .= '<hr id="catBoxDivider" />';
save the file and upload to your server.PHP Code:
$content .= '<hr class="catBoxDivider" />';
Bookmarks