Quote Originally Posted by awhfy99 View Post
I was playing with the purpose, just to see if it was feasible to use it as a psuedo ads mgmt sys. The link is


http://www.stamphelp.info/stamphelp/

As I said, the name, country, etc is turned off in config but the info still shows.

Thanks for looking.

DJ
Turning off the country, state, company in admin -> configuration -> testimonial manager only keeps those fields from showing on the testimonial submission form.
If that information is already present in the database table then it will be displayed.

By default, The Ads By: NAME will display at all times.

make sure you've uploaded the following stylesheets
testimonials_manager.css
testimonials_add.css
display_all_testimonials.css

Also add the following declarations to your stylesheet.css

.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;
text-align: center;
}