Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
Sunabac
O.K., where do I look to also remove it from that one page??Tx
Copy the following sql code:
Code:
DELETE FROM configuration where configuration_group_id = '51' AND sort_order = '8';
DELETE FROM configuration where configuration_group_id = '51' AND sort_order = '9';
go to admin -> tools -> install sql patches
paste the code into the text box and click the send button.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
clydejones
Copy the following sql code:
Code:
DELETE FROM configuration where configuration_group_id = '51' AND sort_order = '8';
DELETE FROM configuration where configuration_group_id = '51' AND sort_order = '9';
go to admin -> tools -> install sql patches
paste the code into the text box and click the send button.
Thanks again!
Re: Testimonial Manager 1.3.7
Quote:
is there a way to make the field "testimonial title " not as required??
I wanted to ditto this request. I'd also would like a "location" be required instead.
Great mod! Got it working quickly and easily!
Thanks!! :D
Testimonial Manager 1.4 Available in Downloads Section
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.
Re: Testimonial Manager 1.3.7
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
Re: Testimonial Manager 1.3.7
open includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
find
PHP Code:
<div class="buttonRow forward"><?php echo zen_image_button(BUTTON_IMAGE_SUBMIT_TESTIMONIALS, BUTTON_TESTIMONIALS_SUBMIT_ALT); ?></div>
and replace with
PHP Code:
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT_TESTIMONIALS, BUTTON_TESTIMONIALS_SUBMIT_ALT); ?></div>
Re: Testimonial Manager 1.3.7
Thanks Clyde.
WORKS Like a CHARM, :thumbsup:
Re: Testimonial Manager 1.3.7
Upgraded to 1.4
Used fix above for button which worked but now I notice this:
Quote:
This is just a test submission to show you how it looks, great, eh? TESTIMONIAL_BY_TEXTPerfect Designing
Looking at developers toolkit I see this line over and over
Quote:
<div class="buttonRow back"><b><?php echo TESTIMONIAL_BY_TEXT; ?><?php echo $testimonials->fields['testimonials_name'];?></b></div>
Is there a typo in there?
Would like to have it working as I am expecting some GOOD testimonials to be submitted soon.
Right now its empty.
Re: Testimonial Manager 1.3.7
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
Re: Testimonial Manager 1.3.7
Yup that was it.
Guess I should be wide awake before I start putting in upgrades huh:blush:
Thankyou for your mods.:yes: