Glad to help!
Printable View
Ok. For awhile I couldn't get images to load - fixed that by adding the testimonials folder to the /images folder. whew!
However; the author's url is not "clickable". Is that the link you are working on.
PS Have I mentioned how awesome this mod is???? :hug:
addendum to last post by me! Images are linked to author's url. DOY! What more could I ask????
Forgive me???? :wacko:
Just a note on images.
if someone does a testimonial for one of your products, you can use your own product image and in the author's URL field you can add a link to your product info page (yoursite.com/index.php?main_page=product_info&cPath=??_??&products_id=?)
Clyde;
I like where this is headed. Looks good. Personally for me I would like to see a couple things from this. Call it my wish list. Not sure how popular it would be with others but I know that for what I am looking for this is what I would want.
1. The ability to insert the product name and it display either bolded and/or h2/h3 and that be the text link to the product instead of the image.
2. The user have the ability to submit their image and that image contain the tag necessary for those of us that use the lightbox effect.
3. When the user submits an image then either gd or imagemagick automatically resize/resample any images submitted larger than desired or set in admin configuration as limits.
4. Adjustable settings in admin for image position of either left/center/right.
I know all this would involve quite a bit of code. After all, I did say it was a wish list!
Cheers!
#4 can be accomplished by changing the following declaration in either
testimonials_manager_all_testimonials.css or testimonials_manager.css
#3 some of the images (original size 500 x 500) on the site I indicated have been resized to the limits set in the admin configuration (80 x 80)Code:.testimonialImage {
margin: 0;
padding: 0;
text-align: center;/* change to left, right or center */
}
#2 those using lightbox will have to work out how to adjust the current code to work with that mod. Check the support forum and/or the authors of the mod.
#1 the testimonial title could serve this purpose.
Here's the fix.Quote:
The way the code is now written it will show the full size image and the sidebox will show a thumnail image.
I'm revising the code for both tpl_testimonials_manager_default.php and tpl_testimonials_manager_all_testimonials_default. php so that an image will be displayed as a thumnail.
I'm also revising the code to take care of the "link" problem you described.
Just unzip the file - rename the YOUR_TEMPLATE folder to match the name of the custom template you are using on your site upload the entire includes folder to your server.
Attachment 4015
Clyde;
I grabbed the fix and posted it. Works just fine too I might add. Many thanks! One thing I forgot to mention than has been happening is that if I edit a testimonial from the admin and then update it loses the picture. The image still exists on the server but it removes the image information from the db and I have to edit it again and reupload the pic. Is this just me? I haven't seen anyone else refer to having this problem.
Cheers!
I believe this will fix this issue.
Just unzip the file and upload the admin folder to your server.
Attachment 4019
check the suggestion in this thread
I'm having a hard time figuring things out. I guess one basic question would be, is "your template" the template your currently using?
Here's what the mod is looking like on my site...any ideas what I might have done wrong?
http://dod.hoganpugs.com/zen/index.p...&products_id=4
Thanks!
change the YOUR_TEMPLATE directories to match the name of your custom directory (in your case - arch_shoppe)
You are missing several language files.
Make sure ALL the following files are 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
That did the trick! I suppose I really need to learn how to use an FTP program. Gret work and thanks!
Hi Clyde. What have I done wrong here and how do I fix it please.
http://i186.photobucket.com/albums/x...estimonial.jpg
Make sure you've renamed ALL the YOUR_TEMPLATE folders to match your custom template name.
Also make sure the following files have been uploaded to your server
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
Ive got it! You're a bloody legend! I had added:
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
to the wrong area. Thanks for taking the time to help. :clap:
Hello,
I have installed Testimonial Manager 1.4.3.2. It actually always worked fine. But now all of a sudden I dont see any testimonials submitted by users in my admin, thus no more new testimonials. Adding one through the admin works although. Can you please help?
www.kralenbaas.nl
Regards, John Ruijsch
Try this fix and see if it corrects the problem
Just unzip the file and upload the entire includes folder to your server.
Attachment 4144
This is a great contribution however our management didn't like the term 'testimonials' saying that it signifies something religious in nature. So they had me change the wording and button to 'Reviews' instead.
Now I have 2 reviews on our site but the one where I faked it using the Testimonials module works better because people do not have to login to add a review which is great because our site is just a showcase anyway.
See it in action here.
Try this fix and see if it corrects the problem
Just unzip the file and upload the entire includes folder to your server.
Attachment 4171
Hello Clyde,
I have tried to upgrade, but nothing changed. Actually I lost the testimonials sidebox. Thus I unistalled the mod and installed a clean install (thus losing all my old testimonials....). In Admin I can configure and use the Testimonial Manager, but on the shop no Testimonials or any testimonial sidebox appears. What Am I doing wrong?
Regards, John
If you mean how did I submit one in english, I clicked the link at the bottom of the testimonial sidebox: Voeg een recensie toe after logging in and then changing the language to English.
If you mean from the front page of your site where the testimonial sidebox is showing I clicked the following link at the bottom of the sidebox: Voeg een recensie toe
I have re-loaded the old testimonials in the table and changed the language id and now I see testimonials and are able to submit and it seems to work. In english I still do not see any links to add a testimonial, but I am fine with that. Now I am looking to limit the number of testimonials shown on the homepage to 1 again....
Thanks again
hello, i need some help
i am using the testimonials, but i cannot understand how differente language testimonials works. my site got italian, french, english languages.
i got some french and italian testimonial in english section testimonial,
how can i move these french italian testimonial in the english homepage and viceversa ?
thanks for help
www.zhuzhuchina.com
thanks
The easiest way is to just update the testimonials from the Zen Cart admin panel:
open your admin panel
select one of your languages (french - italian - english)
open admin -> tools -> testimonial manager
edit one of the testimonials (you can see a preview of the testimonial in the box on the right of the screen)
scroll down to the bottom of the edit screen and click the update button (this will update the language id for that testimonial)
Do this for each testimonial and language.
hope this helps.
oh yes, thanks, it works now
thanks!
Hi,
I have a small cosmetic problem in my testimonial sidebox. The separator bar "hr" doesnot appear between the testimonials and the testimonial title is too near to my box border, how can solve those little problems?
thanks
My site is http//www.accesorius.com
Most likely there is something in the following section of your stylesheet.css that needs to be corrected. for instance: there are no unordered lists (ul li) in the testimonial sidebox.
.testimonial {
color: #000;
padding: 0 5px 5px 5px;
text-align:left;
}
.testimonial p {
margin: 0; padding: 5px 0;
}
.testimonial span {
float:right;
}
#testimonialImage {
margin: 0;
padding: 0 0 15px 0;
text-align: center;
}
#testimonials-managerHeading {/*INFORMACIO BOX tittle*/
background: url(../images/lefttop.jpg)
no-repeat center top;
line-height:28px;
color:#fff;
font-size:12px;
font-weight:bold;
padding-left:20px;
}
#testimonials-managerHeading {
font-size:1.1em;
}
#testimonials-manager{/* informacio box*/
background:url(../images/leftbg.jpg) repeat-y center; margin-bottom:6px;
}
#testimonials-managerContent{ background:url(../images/leftbottom.jpg) no-repeat center bottom; padding:5px; overflow:hidden;}
#testimonials-managerContent ul { margin:0; padding:0; list-style-type:none; }
#testimonials-managerContent ul li { margin:8px; border-bottom:1px solid #CCCCCC; }
#testimonials-managerContent ul li a.category-top{
background:url(../images/dot.gif) no-repeat 3px center;
padding-left:20px; color:#000000;}
#testimonials-managerContent ul li a.category-top:hover{ color: #CC6600; }
#testimonials-managerContent ul li a.category-products{ color:#FF6600; padding-left:30px;}
#testimonials-managerContent ul li a.category-products:hover{ color: #CC6600; }
hr.catBoxDivider {
color: #aabbcc;
}
.bettertestimonial {
font-weight: 700;
}
thanks clydejones,
I have removed the lines refering to ul and li, however I cannot see why the hr and the padding does not work correctly
MAPCorp
--------------------------------------------------------------------------------------------
<a href="http://www.accesorius.com">http://www.accesorius.com</a>
Try deleting the highlighted portion of this declaration in the stylesheet.css. I think it will help with the padding.
The hr part I'm not sure about (yet)
#testimonials-managerContent{ background:url(../images/leftbottom.jpg) no-repeat center bottom; padding:5px; overflow:hidden;}
thanks, that helped with the padding...
i got a wierd problem. here is a screen print
http://www.romanshowersonline.co.uk/...creenprint.gif
if i refresh this goes away. any ideas?
to small testimonials and a huge non resizing side box.
cheers fella i deleted that now thank you
Clyde, I'm having the oddest problem - I've upgraded a site from 1.3.7 to 1.3.8a and the testimonial manager was installed. All worked with the old version except for the Testimonial Add page - the template is blank... So I went and grabbed your latest release and did an upgrade - page is still blank as if there is an error in the template_default; however I've uploaded fresh files with the same result.
I've doubled checked and all files are there... any clues what might cause this and what I might look for? The db is updated and all is working perfect, except the ability to add a new testimonial.
The site link is here
Ruth
Sorry... the system hung and posted this twice.
Try this:
Unzip the file and upload the entire includes folder to your server.
Attachment 4384
I found the problem... I went back once again and checked each and every file... somehow I had an extra function file sitting in the extra_functions folder. Soon as I removed that .. voilla!! The blank page changed and all is perfect! :clap:
Thanks Clyde - Looks like you are as bad as me and don't know when to sleep!! Thanks a bunch for being there!!!
Ruth
By the way, I did find an issue in the admin after the upgrade that was easy to solve. In the upgrade SQL script you did not include adding the update field, which did not exist in the 1.37 table - so I ran the following script and it corrected the error -
Just thought you might want to add that to the script for those upgrading from v1.37PHP Code:
ALTER TABLE `zen_testimonials_manager` ADD `last_update` datetime NULL DEFAULT NULL AFTER `date_added` ;
Ruth
I have a modified version of your tesimonial system on my wifes site, using it as a guestbook, without lots of the features for display, it works fine, however we are now starting to see spam entries, which on the one hand we can live with since they do not display on the site unless my wife approves them, which she obviousley does not, however would a captcha addition be something that would be easy to implement for this system.
:blink: Im so sorry! I got to page 20 something and saw somone asked about scrolling this and then page 30 something and my will gave in to read any more.
Can anyone please tell me what file to alter to stick a marquee down tag so the testimonials on my side box scroll through a 150 px high view rather than having a whole bunch of testies taking up most of my side panel.
I presume it is the tpl_testimonails_manager.php in TEMPLATE/sideboxes but where ever I slap the Marquee comand it boogers up my whole store.
Any pointers would be cool.
Thanx! :D
You can limit the number of random testimonials that appear in the sidebox:
admin -> configuration -> Testimonials Manager ->
Number Of Testimonials to display in Testimonials Sidebox
If you wish to have scrolling, then look at any of the scrolling sidebox mods available in the downloads section to see how the code is implemented.
Thank you very much for this, it works great.
One thing. I already have a page containg many testimonials that have been emailed to uour company over the years. I don't want to lose these, so I have been adding these to Testimonial Manager through 'Admin>Tools>Testimonials Manager'.
The only thing, there is no way of changing the date for these entries to correspond with the correct dates that they were sent to us.
I have changed the options in 'Admin>Configuration>Testimonials Manager' so that the date doesn't show any more, but I'd really like it if I could change the setting back to show the dates, but before doing this I will need to edit the entries that I have submitted to include the correct dates.
I would appreciate any advice. :smile:
A couple of things come to mind.
First would be to use phpmyadmin and edit the individual entries in the testimonials table with the original dates of submission.
Second would be to write a specialized sql script for these testimonials (using the original date of submission) and then run that script . (this would be the equivalent of running a "bulk" upload of the testimonials.) Depending on the number of testimonials you have, this would probably be the eaisest way to go.
Thank you very much for this. Is there a way of including a field to edit the date in 'Admin>Tools>Testimonials Manager' where it is possible to change details such as Author's Name, Email, City, Testimonial Title, Testimonial, Image etc?
Hi Clyde,
I tried to search and read ALL the posts in this thread, but I fell asleep at the comp and bashed my head on the keyboard on the way down, so I figured I would just ask instead....
In the admin/configuration/testimonials manager, when I try to increase the number of testimonials that show up in the sidebox to anything above 5, the sidebox "loses" its left and right borders. Well, not all of it's borders, but the upper part disappears.
I have quite a bit of text on my main page, and want the testimonials to flow down the page to eliminate the "dead space" on the right.
Is it a CSS thing, or an image thing?
The site is http://mistkits.com , but I have set the # to display back to 5 so it doesn't look too funky to the customers.
You make some awesome mods and are very graciuos helping everyone. Thanks.
I'll be guessing here, but from the way you are describing what is happening, I'd have to say that the content of the sidebox is breaking the height of the sideboxContent graphic.
in other words - the graphic has a height of 750px and if your content exceeds that height then you would get what you describe.
The solution would be to edit the graphic for the sideboxContent and increase the height to 1200px or so.
That was pretty much as I thought. I wasn't sure though.
Thanks for the reply.
Worked like a charm!!!:smartalec:
Here's the sql statement.
Just unzip the file open the bonheddwrl.sql file
run this sql patch using the Zen-Cart Sql Patches tool
(admin -> tools -> install sql patches)
copy-and-paste the code into the query field and press 'Send' instead.
Attachment 4488
Sorry to be a nuisance again. I added the SQL statement you created,and itworked a charm. :smile:
I then followed the SQL format to add the last batch of Testimonials, but for some reason I get an error message. I must have messed up somwhere, please view attachment... :oops:
This should fix the problem
Attachment 4492
This should take care of the duplicate entires and also display the testimonials in both languages
Attachment 4493
Thank you so much. You have been of great assistance, and it now works perfectly for our needs. This is a great add-on, everyone should add it! :clap:
Is there a link where I can make a contribution, because I would love to see this add-on developed even further!
Thanks for this contribution Clyde. I think it could help my site a lot. I just have a very small suggestion to make.
In admin/includes/languages/english/testimonials_manager.php
This:
Should be:PHP Code:
define('TABLE_HEADING_MAIL', 'Author\s E-Mail');
Thanks again :smile:PHP Code:
define('TABLE_HEADING_MAIL', 'Author\'s E-Mail');
Hi Clyde,
I was wondering if you can help. I have installed testimonials 1.4.6 and it worked fine for a while no problem . Suddenly since yesterday the add testimonial link gives me a blank page and when I check in the logs it states the following error:
[07-Sep-2008 02:16:03] PHP Fatal error: Cannot redeclare zen_db_insert_id() (previously declared in /home/xxxxxxxxxx/includes/functions/testimonials.php:13) in /home/xxxxxxxxx/includes/functions/testimonials.php on line 14
I am running zencart 1.3.8, PHP PHP 5.2.6 and MySQL 4.1.22
I have gone through the whole thread and have tried every suggestion in there even the fix for bonheddwr. I have unistall and reinstalled everything but nothing still getting it.
Any ideas will be great.
Tassos
http://www.youcube.gr
By the way the only thing that has changed is that we have enabled SSL.
Tassos
Enabling SSL shouldn't have any effect.
In any case try this fix and see if it helps.
Just unzip the file and upload the entire includes folder to your server.
Attachment 4507
Hi Clyde,
Thanks for that but it didn't work still the same error message.
Tassos
I'm a bit of a wolly... I've only just come across this link as i stated to add some comments to the install file for the version 1.4.6.
I've added multi-langauge support for this module, I haven't read this very long thread, sorry, and perhaps someone has already done this... its been a great learning exercise for me. I basicly copied ez-pages multi-language module..
heres my zipped file... in case its any use to others... sorry if there are errors or things not quite wrapped up. Sorry I hadn't check on this thread to see what was happening etc
Neil
Attachment 4526
Yes thats why I said I was a bit of a wolly... I read back the last few pages of this thread and read about tthe support for multi langauges... but what I wanted was to have the same testimonial translated (by us) into other langauges, like ezpages... its working well.
Neil
p.s
I also added a more polite redirect if the user should login... i.e it displays a warning message at the top of the login so the user knows why he's go to the login page and not the add-testimonial...
Sorry I hadn't checked here on the thread... perhaps I would of made modifications differently... don't want to seem rude or anything...
Its a great module... by the way :) Thanks
Neil
Clyde,
I've got the Testimonial Manager installed. There seems to be a few glitches.
Here's a link:
http://www.thewindcutter.com/shop/
If I create and then go back, edit and update a testimonial in the Admin, after I update the image goes away and it says, "IMAGE DOES NOT EXIST". It's not deleting the image from the server, just from the testimonial.
I figured out I had to make a testimonials folder in MY_CUSTOM/images/ folder for the images to save there. Maybe that should be in the instructions.
Sometimes, in the Admin, the editor is plain text, sometimes the HTMLarea editor. Right now it seems to be sticking on the HTMLarea editor, which is fine. Just thought I'd mention that.
Do you notice the
— , U.S.A. —
The long dash marks ( — ) that appears where a city, state or company would be? On your test submission, it doesn't have that. I noticed your entry doesn't have any city, state, country or company. If I add one then your entry shows the dashes between where they would be. Is there some way to get rid of those extra dashes when someone doesn't fill in the optional fields?
Also, as I stated in a reply to this thread:
http://www.zen-cart.com/forum/showthread.php?t=64743
I had to completely delete the testomonial_functions.php from the admin/includes/functions/extra_functions folder before the Testimonial Manager would even work. (Testimonial was misspelled in the name of that file. I first tried correcting the spelling, but that didn't change anything.)
If there was some way a customer could submit an image that would be great!
Overall, I really like this add-on, Thanks a lot!
I figured out I had to make a testimonials folder in MY_CUSTOM/images/ folder for the images to save there. Maybe that should be in the instructions.
I had to completely delete the testomonial_functions.php from the admin/includes/functions/extra_functions folder before the Testimonial Manager would even work. (Testimonial was misspelled in the name of that file. I first tried correcting the spelling, but that didn't change anything.)
Which version of Testimonial Manager are you using? That file in the current version in the downloads section seems to be correct testimonials_manager_functions.php
Sometimes, in the Admin, the editor is plain text, sometimes the HTMLarea editor. Right now it seems to be sticking on the HTMLarea editor, which is fine. Just thought I'd mention that.
Testimonial Manager doesn't use HTMLarea or make any calls to it.
Do you notice the
— , U.S.A. —
I'm working on a fix for this.
I figured out I had to make a testimonials folder in MY_CUSTOM/images/ folder for the images to save there. Maybe that should be in the instructions.
By default The image directory is set as images/testimonials/ in the admin options. But I'll clarify this in the readme file.
This should fix this problem:
Just unzip the file and upload the entire includes folder to your server.
Attachment 4534
Is this fix specifically for those dashes? I'm interested in this solution as well if it is.Quote:
This should fix this problem:
Just unzip the file and upload the entire includes folder to your server.
Thank you! :smile:
Hi Clyde,
Sorry for the late reply. I just noticed that you had replied inline with some questions.
First, the folder that I downloaded and unzipped says, "testimonial_manager_v1-4-6"
The readme and install text files both say, "Version: 1.4.5"
It was a new installation. I thought I downloaded it the same day (or possibly the day before) I posted about the problem.
----
There still is testimonials_manager_functions.php in the
admin/includes/functions/extra_functions folder, but I deleted the testomonial_functions.php from that folder and the error went away and nothing seems broken.
----
I would still be interested in buyers being able to also upload an image along with their testimonial.
Also, having the testimonials set to show one but then scroll or fade to the next one (in the sidebox) would be great.
---
Thanks for the fix for the extra dashes, that worked perfectly. I really appreciate your help.
Rebekah
I know that the readme file needs some work and I'll take care of that with the next version.
To be honest I'm not a big fan of "scrolling" sideboxes and usually just create static ones. the Scrollling <marquee> tag causes html validation errors.
Having users Not upload images and relegate that to admin was again a compromise when building the mod.
(I'm always willing to customize things on request.)
Hello
I've downloaded TM - and it works "yay" - is a really nice contribution :D
However - images: can't get them to appear.....I browse & download image, hit "update"; system tells me it was successful; front page says "image does not exist" and if I go back in to edit again, no image.
Not sure what to do?
Many thanks
S