marquisuksays
need a live demo 
lovecoredesignssays
Ah, OK I ’ve managed to get into the Admin area now. It’s pretty simple, easy to use and so on, however I could not find an option for visitors to submit their own testimonial… 
lovecoredesignssays
OK, I am in the Admin area now, it looks good, easy to use. However I could not see an option for a visitor to submit their own testimonial 
extendedsays
Bought the script and i could not pass the admin login page.
all database details are correct. $baseurl= here i added the domain url to the script folder no luck:(
Please help.
DanWhite85says
I’m liking what I see. I may just be persuaded to buy if one more piece of functionality is added: The ability to generate/pull an rss feed of certain selected testimonials.
extendedsays
sure the link is http://www.hostranet.com/testimo/admin/login.php
lovecoredesignssays
So when will the next version be out? (for features such as a client testimonial (submission) form and more? Don’t keep me waiting! 
finsta2says
Can you define your own options for client testimonals.
I would like a comment form and a name and maybe a date but not rating or description
finsta2says
Sorry I confuse people sometimes
here is a pic of what I would want: (front end submission) http://content.screencast.com/users/BHL_Tutorials/folders/Jing/media/be65ab5a-3d43-4ed6-bebf-464f2301a5d8/2009-07-17_2110.png
reproductionssays
Wonderful job on this! Just one question. Can I stop it from taking off text from the $proj_desc function. It’s currently trimming it down and not showing the full text for longer entries. I don’t plan on using this with a single page view, so I want the home page to be able to display all the info anyone will need.
Thanks!
bjzimmersays
Does the script include the nice display box you show in the screenshot? Or does it just return the text?
Ben
reproductionssays
Hi there,
I hate to be a bug, but I’m still waiting on a response. I emailed you a couple times without answer. I really need that function to stop shortening the title on the main page as mentioned in my comment above.
webguysays
have you added the abiluity for the site visitor on the front end to add a testimonial that only the admin can activate to be printed to page?
We do not want it auto added because of certain words like & (x%x $^#%#$ that are not going to help our clients website perception if they were added.
I see that 15 days ago you said it would be up in a week but I do not see it? Maybe it is available in the download but not on the demo?
webguysays
disregard last post. :)) I overlooked the front end link. I shall now send ya da $$$
absolutosays
hi there.
nice script. how about an additional image upload when creating a quote? would be very helpful to give the quote a face…
tonyshoessays
Hello,
We are interested to purchase this item. But before making the purchase, we have a few questions:
1. can this system automatically notify the admin via email for new postings. 2. does this system have ip monitoring, ip ban? 3. can you increase the number of post per page in reference to page numbering? 4. can it dsiplay testimonial by the latest post? 5. can it handle avatar?
Thanks
tonyshoessays
Hello,
We forgot to ask, does it have a security verification or captcha?
Thanks again.
lovecoredesignssays
I expected more from you, you’re one of the people that produce high quality stuff, but this one is not good.. it doesn’t even show up in Google Chrome properly. I’m hoping you change the whole look of it in the next version.
dlt123says
Nice looking system… Does Testimonial Manager require MySQL to be installed on our server or does it just update a file stored somewhere on our server?
Also, does “Option for visitors to submit their own testimonial” mean that comments left by visitors do not need Admin approval? I assume that this means Auto Approval, right?
Any plans on allowing visitors to respond to a comment made? I.E. placing their comment inset a few pixels underneath the comment they are responding to?
Any plans on allowing an Avatar next to the visitors comment?
Thanks, Dennis
wa7edsoorisays
The ability to add video or a photo would be extremely useful for this script. That way the customer can add a comment and upload a video to make the site more interactive and interesting..along with the random testimonial function this script would have it all.
ecliftonsays
Goal: Install Testimonial Management Script on my active website.
MySQL Database Setup: via 1and1.com
Questions:
The config.php script (below) asks for a dbhost. Should I leave this as local host?
My db is provided by 1and1.com and I have access to it via myPHP. However, MySQL databases are stored behind a firewall to protect data. I can only access exclusively through my server. Direct access to your MySQL databases using a home PC cannot be established. Will this prevent me from setting up this php script on my site?
I have uploaded the php files to the site but receive an error message. What information should I update in this script? And how does it interact with my database?
Code:
<?php
$dbhost=”localhost”; $dbname=”db314758095”; -updated $dbuser=”dbo314758095”; -updated $dbpasswd=”*”; -updated $baseurl=”mysitename.com”; -updated / $dbhost=”localhost”; $dbname=”test”; $dbuser=”root”; $dbpasswd=””; */ // connect to the db $link = mysql_connect($dbhost, $dbuser, $dbpasswd); if (!$link) { die(‘Could not connect: ’ . mysql_error()); } $db_selected = mysql_select_db($dbname, $link); if (!$db_selected) { die (‘Can\’t use dbreviews : ’ . mysql_error()); } ?>
ecliftonsays
Once I enter my username, password and email I get this error message:
/
Could not connect: Can’t connect to local MySQL server through socket ’/var/run/mysqld/mysqld.sock’ (2)
*/
What is the baseurl?
*/
ALso what information below needs to be updated outside of the dbname, dbuser,dbpassword and baseurl?
*/
*/
—-—-—-—-—-—-—-—-
*/
$dbhost=”localhost”;
$dbname=”db314758095”;
$dbuser=”dbo314758095”;
$dbpasswd=””;
$baseurl=””;
/
$dbhost=”localhost”;
$dbname=”test”;
$dbuser=”root”;
$dbpasswd=””;
*/
—-—-—-—-—-—-—-——
*/
system32says
Send me the FTP details please so that i can get it installed for you.
28comments