Description: This hack adds a Testimonial system to your site, allowing your users to leave feedback about your products or services.
*** I Strongly Recommend That You Backup Before Installing/Upgrading This Hack! I am not responsible for any damage this hack causes to your forum, so backup! ***
Planned features for a later release:
Anything that is suggested.
Features Added To Version 1.0.1
Added Average Ratings
Added Categories Support
Got Rid of Some Hard Coded Text, Replaced with Phrases
Features Added To Version 1.0.0
Make the templates XHTML Transitional
Fixed WOL Bug
Features Added To Version 1.0.0 Beta 2
Added Report System
Made the templates look better
Added WOL Support (Partially, Will fix the rest of it in the next version)
Donations:
If you would like to make a donation, you may send it to me through PayPal.
I am still learning php, and will try and help you if you have any problems with this hack.
I have added screen shots of this hack in action below.
What setting should I switch on to be able to approve them before they are visible? And is there any remote way to show them in the forum rss feed external.php?
It worked in 3.6.0 Beta 1. But I need one more thing. I need to pin the first testimonial on the top and the others I don't mind in the descending order. But I need one on the top. Is it possible somehow?
Not quite sure how you would do it, but it would probably require you to add another query to get the first one, and then edit the already existing query to get the others.
If I (admin) edit a Testiominial, it shows the Last edited by.. line at the bottom of the testimonial even though I have stoped that feature for the forum posts. How to make it disappear for the testimonials?
Also since I have kept this feature on even for unregistered members, it would be nice to have a field in the add testimonial to enter their actual name. Without it, I will have to manually edit the testimonial and put their name there instead of the Unregistered name.
Or maybe I just want to add a note above the testimonials. Please tell me how to do it, in which template?
Should be the template called vBTestimonials if I remember correctly.
Quote:
Originally Posted by hurry
If I (admin) edit a Testiominial, it shows the Last edited by.. line at the bottom of the testimonial even though I have stoped that feature for the forum posts. How to make it disappear for the testimonials?
You would have to edit it out of the following code from vBTestimonials_Code:
Also since I have kept this feature on even for unregistered members, it would be nice to have a field in the add testimonial to enter their actual name. Without it, I will have to manually edit the testimonial and put their name there instead of the Unregistered name.
I'll try and add this in the next version.
Quote:
Originally Posted by King Kovifor
$vbphrase[vbtestimonials_rating_of_our_service] - I'm not sure that exists....
Your right, its not. Go ahead and add it for now. I will have it fixed in the next version.
Quote:
Originally Posted by dilbert
Thanks for this mod.
When a user posts a testimonial, the radios for 1 2 3 4 5 line up fine in IE, but not in FF.
Any suggestion on how to fix this?
I didn't test it in Firefox, but now I see what you mean. I'll have to look into it further to see how to fix it.