New Zenner
- Join Date:
- Jul 2009
- Location:
- india
- Posts:
- 28
- Plugin Contributions:
- 0
Testimonial Manager Support Thread
its Done!
thanks All!:clap:
Views: 278,022
New Zenner
its Done!
thanks All!:clap:
New Zenner
Hi there.. This MOD is just what I have been looking for..
I have followed all the instructions and cut & paste the sql code but when I press the "send" button this is what I get..
33 statements processed.
Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.
I have change the "your template" files to the name of my template and have uploaded all the files and added the code to my stylesheet.css file.
Now when I try and get the sidebox to show there is nothing? Weird?
Any suggestions would be most gratefully received.
Andy
Deceased
Forthpalm:
Hi there.. This MOD is just what I have been looking for..
I have followed all the instructions and cut & paste the sql code but when I press the "send" button this is what I get..
33 statements processed.
Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.I have change the "your template" files to the name of my template and have uploaded all the files and added the code to my stylesheet.css file.
Now when I try and get the sidebox to show there is nothing? Weird?
Any suggestions would be most gratefully received.
Andy
make sure you've activated the sidebox admin -> tools -> layout boxes controller.
New Zenner
Hi Clyde, thanks for the very quick reply.
Yes I had activated it and tried to vary where the sidebox should be - no testimonials box is showing at all - and where it should be showing, there are then no other boxes showing after it??
Ideas?
Andy
Deceased
Forthpalm:
Hi Clyde, thanks for the very quick reply.
Yes I had activated it and tried to vary where the sidebox should be - no testimonials box is showing at all - and where it should be showing, there are then no other boxes showing after it??
Ideas?
Andy
Make sure you have at least one testimonial approved admin -> tools -> testimonial manager.
make sure you have all the following files installed:
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
includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif
New Zenner
Hi again Clyde
Removed the sql code and then downloaded the MOD from your site - installed it and now it is working fine? How odd.
Thanks once again for both the MOD and the help.
Andy
Zen Follower
New Font Color --
Hi - I changed my stylesheet on our site (createadesign.net/store) to get a pinkish color for the testimonials using the code I got from the program "Absolute Color Picker".
testimonial {
color: #FF6058;
padding: 0 5px 5px 5px;
text-align:left;
but the font is still black.
Please tell me where I have gone wrong in life with this;
also how can I change to Italics; or different font
also how can I change the background color?
Thanx in advance
Rufus
Deceased
rufusclc:
New Font Color --
Hi - I changed my stylesheet on our site (createadesign.net/store) to get a pinkish color for the testimonials using the code I got from the program "Absolute Color Picker".testimonial {
color: #FF6058;
padding: 0 5px 5px 5px;
text-align:left;but the font is still black.
Please tell me where I have gone wrong in life with this;
also how can I change to Italics; or different font
also how can I change the background color?
Thanx in advance
Rufus
the following should do the job for you:
.testimonial {
color: #FF6058;
padding: 0 5px 5px 5px;
text-align:left;
font-style: italic;
background:#333;
}
Zen Follower
Thanx a bunch
Rufusclc
Zen Follower
Hi - TM working like charm;
2 quieckie questions:
to get text in bold would "font-style:bold;" work?
also, added on several Testimonials going back couple years anmd now realize all dated today!! any quick way to change to correct date?
Rufus
Deceased
rufusclc:
Hi - TM working like charm;
2 quieckie questions:
to get text in bold would "font-style:bold;" work?
also, added on several Testimonials going back couple years anmd now realize all dated today!! any quick way to change to correct date?
Rufus
Styling the testimonials can be done using the appropriate stylesheet(s) supplied with testimonial manager.
Not really no, but there is a admin fix posted somewhere in this thread (I don't remember exactly where) that will allow you to use previous (earlier) dates when adding new testimonials.
New Zenner
I have a big error in email functions...
i didn't receive the corret email admin because i receive a message with EMAIL_TEXT + EMAIL_DISCLAIMER_NEW_CUSTOMER but not the EMAIL_OWNER_TEXT. Besides this the address e-mail is mine but not the receiver email because is the customer name!
The customer doesn't recevier any email!
why??
I try to verify the header_php.php in include/modules/pages/testimonialmanager/ but it is all correct.
why?
Deceased
thenax:
I have a big error in email functions...
i didn't receive the corret email admin because i receive a message with EMAIL_TEXT + EMAIL_DISCLAIMER_NEW_CUSTOMER but not the EMAIL_OWNER_TEXT. Besides this the address e-mail is mine but not the receiver email because is the customer name!
The customer doesn't recevier any email!
why??
I try to verify the header_php.php in include/modules/pages/testimonialmanager/ but it is all correct.why?
Sounds like you haven't uploaded ALL the necessary language files for the mod.
Check and make sure You've uploaded ALL the files listed and that you have changed the YOUR_TEMPLATE to the name of the template you are using on your site.
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
includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif
New Zenner
clydejones:
Sounds like you haven't uploaded ALL the necessary language files for the mod.
Check and make sure You've uploaded ALL the files listed and that you have changed the YOUR_TEMPLATE to the name of the template you are using on your site.
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
includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif
yes I do but still doesn't work!
New Zenner
thenax:
yes I do but still doesn't work!
i'm using italian directory instead of english, can it be the guilty of this matter? where have I to modify something?
Deceased
thenax:
i'm using italian directory instead of english, can it be the guilty of this matter? where have I to modify something?
You might want to copy the language files to
includes/languages/italian/YOUR_TEMPLATE/
New Zenner
clydejones:
You might want to copy the language files to
includes/languages/italian/YOUR_TEMPLATE/
already done! here I have display_all_testimonials, testimonials_manager_all_testimonials, testimonial_add, testimonials_manager...are these the language files?
still doesn't work! :-(
Deceased
thenax:
already done! here I have display_all_testimonials, testimonials_manager_all_testimonials, testimonial_add, testimonials_manager...are these the language files?
still doesn't work! :-(
URL for your site?
Zen Follower
Hi
Does this work with Zen 1.3.8a or only 1.3.8?
Thanks
Deceased
creamcrackers:
Hi
Does this work with Zen 1.3.8a or only 1.3.8?
Thanks
will work with both.
Fields marked required must be completed.
Tell staff why this post should be reviewed.