Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
james739
Hi Clyde, I love your contribution, its amazing. Small problem, when I click on view all testimonials in IE7, the "back" button and "add my testimonial" buttons are not visible. But they are in FF. Can you tell me how to fix this.
Also, how can I make the spacking between the testimonial titile and the actual testimonial smaller?
Thanks!
http://trendsdepot.com/index.php?mai...l_testimonials
for part 1 try this:
open tpl_testimonials_manager_all_testimonials_default.php
scroll down to the bottom of the file
add another <br class="clearBoth" /> right after the one that is already there.
for number 2 try:
open testimonials_manager_all_testimonials.css
add the declaration p {padding: 0; margin: 0;}
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
clydejones
Code:
ALTER TABLE `testimonials_manager` ADD `last_update` datetime NOT NULL default '0000-00-00 00:00:00' AFTER `testimonials_html_text `;
Try running this
Thanks you !
Re: Testimonial Manager 1.3.7
Thanks Clyde, works great!
Re: Testimonial Manager 1.3.7
I tried to install this, version 1.4.3.1
when I go to admin>tools>testimonial manager, i get the following message:
Quote:
1146 Table 'xxxxxxxx.testimonials_manager' doesn't exist
in:
[select count(*) as total from testimonials_manager]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
(xxxxxxx being the name of my database, I have removed from the error message)
Is there something I am missing or did wrong?
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
paperthreads
I tried to install this, version 1.4.3.1
when I go to admin>tools>testimonial manager, i get the following message:
(xxxxxxx being the name of my database, I have removed from the error message)
Is there something I am missing or did wrong?
Is this a fresh install or an upgrade?
if a fresh install, did you run the install_testimonials_manager.sql
Re: Testimonial Manager 1.3.7
Fresh install, and yes, I ran it in the Admin>Install SQL Patches.
Re: Testimonial Manager 1.3.7
I just ran the SQL, 2 more times...
And the last time worked.....
Not sure why it didn't the first 2 attempts...but I'm good to go now..I hope!
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
paperthreads
I just ran the SQL, 2 more times...
And the last time worked.....
Not sure why it didn't the first 2 attempts...but I'm good to go now..I hope!
glad you got it up and running
Re: Testimonial Manager 1.3.7
Dear all,
Can someone tell me how to configuration to display testimonial in homepage about 3 or 1 not all testimonial?
KIMSON
Thanks you & best regards,
http://www.handicraft-vn.com/shop/
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
kimsonvu
Dear all,
Can someone tell me how to configuration to display testimonial in homepage about 3 or 1 not all testimonial?
KIMSON
Thanks you & best regards,
http://www.handicraft-vn.com/shop/
By default the mod is not designed to include the display of testimonial(s) on the homepage. Thats the purpose of the sidebox.
You would have to do some custom coding to accomplish what you wish to achieve.