Verstion 1.4 of Testimonial Manager is now available in the downloads section.
This version is an update based on suggestions and fixes found throughout the various forum threads.
Verstion 1.4 of Testimonial Manager is now available in the downloads section.
This version is an update based on suggestions and fixes found throughout the various forum threads.
Great Mod from what I can tell. However I have an issue. Once I go in to post a testimonial I go to click the button "Submit my Testimonial" it has no link to go to. No hyperlink at all.
http://www.discountdiecast.biz Have to be a member to submit but will disable it until this is fixed.
Thanks for any help in advance,
RSprinkel
RSprinkel
open includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
find
and replace withPHP Code:<div class="buttonRow forward"><?php echo zen_image_button(BUTTON_IMAGE_SUBMIT_TESTIMONIALS, BUTTON_TESTIMONIALS_SUBMIT_ALT); ?></div>
PHP Code:<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT_TESTIMONIALS, BUTTON_TESTIMONIALS_SUBMIT_ALT); ?></div>
Thanks Clyde.
WORKS Like a CHARM,![]()
RSprinkel
Upgraded to 1.4
Used fix above for button which worked but now I notice this:
Looking at developers toolkit I see this line over and overThis is just a test submission to show you how it looks, great, eh? TESTIMONIAL_BY_TEXTPerfect Designing
Is there a typo in there?<div class="buttonRow back"><b><?php echo TESTIMONIAL_BY_TEXT; ?><?php echo $testimonials->fields['testimonials_name'];?></b></div>
Would like to have it working as I am expecting some GOOD testimonials to be submitted soon.
Right now its empty.
Make sure you have uploaded the following files which contain the define for that text element:
includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
Yup that was it.
Guess I should be wide awake before I start putting in upgrades huh
Thankyou for your mods.![]()