Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
kimsonvu
I'm not sure why the following code is included in (some) your testimonials, but if you eliminate/delete it that should correct the problem.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body>
....
</body>
</html>
likewise I found this code snipit in the several places in the sidebox listing for testimonial manager
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
clydejones
I'm not sure why the following code is included in (some) your testimonials, but if you eliminate/delete it that should correct the problem.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body>
....
</body>
</html>
likewise I found this code snipit in the several places in the sidebox listing for testimonial manager
I do not understand this! What file i need to change?
KIMSON
Thanks you.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
kimsonvu
I do not understand this! What file i need to change?
KIMSON
Thanks you.
How were the testimonials entered? From the admin panel? Looks like you cut and pasted some of them.
Testimonials are stored in the database.
You'll have to go into the admin -> tools -> testimonial manager and edit each testimonial and remove those sections of code.
1 Attachment(s)
Re: Testimonial Manager 1.3.7
Please check image in this post to know my means in width size!
KIMSON
Thanks you.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
kimsonvu
Please check image in this post to know my means in width size!
KIMSON
Thanks you.
I checked your site, so I know what you mean by the width size.
And as I said, you need to correct the errors I pointed out before anything else can be done.
Re: Testimonial Manager 1.3.7
Dear developer of this excellent mod,
Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0
The effected keys are
PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX
Deletion of above keys will effect the proper functionality of Zen Cart.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
surf7.net
Dear developer of this excellent mod,
Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0
The effected keys are
PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX
Deletion of above keys will effect the proper functionality of Zen Cart.
Thank you, I'll make changes to the install sql patch.
For those already using Testimonial Manager, the following will correct this issue.
copy and paste the code into admin -> tools -> install sql patches and click the send button.
Code:
INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
Re: Testimonial Manager 1.3.7
The newest release no longer has the YOUR_TEMPLATE dir to rename. Only classic. Is the proper install procedure to rename 'classic' to your custom template dir?
Thank you.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
kiddo
The newest release no longer has the YOUR_TEMPLATE dir to rename. Only classic. Is the proper install procedure to rename 'classic' to your custom template dir?
Thank you.
Sorry 'bout that error.
The answer is yes change "classic" to match the name of your template folder.
I'll correct this and add an update to the download section.
Thanks
Re: Testimonial Manager 1.3.7
Thanks Clydejones! I suspected that, but wasn't sure. And thanks much for a great contrib! I love it!