Zen Cart Logo
Forums / All Other Contributions/Addons / Testimonial Manager Support Thread

Testimonial Manager Support Thread

Views: 278,011

Results 261 to 280 of 1,502
30 Jul 2007, 7:23 PM
#261
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Testimonial Manager Support Thread

Due to the several "glitch" reports involving the "New Installation" section of Testimonial Manager, I'm in the process of tracking down and correcting them.

I'll re-work the the entire section and post an updated version in the next couple of days.

In the meantime the fixes listed in the last few post should correct most, if not all, of the problems.

I appoligize for any inconvenience this may have caused.

1 Aug 2007, 4:19 PM
#262
maza avatar

maza

New Zenner

Join Date:
Apr 2007
Posts:
98
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

Not sure it it is TM.

open admin/includes/functions/html_output.php

at around line 235 you should see:

if ($required == false) $field .= TEXT_FIELD_OPTIONAL;

Just delete this line and see if that clears that text string.

Oh yeah, it's gone now. Thanks a lot buddy!

1 Aug 2007, 4:58 PM
#263
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi Cllyde
Am i supose to see the number of click on the link?
It show cCicks 0 , and myself I click few time and it is not changing

Tahnk you

1 Aug 2007, 5:07 PM
#264
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

motti:

Hi Cllyde
Am i supose to see the number of click on the link?
It show cCicks 0 , and myself I click few time and it is not changing

Tahnk you

If you haven't disabled them in admin, yes you will see them

The reason they don't change is because of new "direct link" capability of the mod.
I'll work on fixing this for the next update.

go to admin -> configuration -> links manager

Enable Click Count - set to false

Display Link Click Count - set to 0

1 Aug 2007, 5:26 PM
#265
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Ok

I set it up to false and 0 now i dont see it on my page
I wait for you fix

Thank you

5 Aug 2007, 6:27 PM
#266
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

1054 Unknown column 'last_update' in 'field list'
in:
[update handicratestimonials_manager set testimonials_title = 'Re: Order Update #19', testimonials_url = 'http://', testimonials_name = 'Jim Benich', testimonials_mail = '[email protected]', testimonials_company = '', testimonials_city = '', testimonials_country = '', testimonials_html_text = 'Received, thank you. The box was damaged but the contents were OK. They are very nice. Keep up the good work! JB', status = '1', last_update = now() where testimonials_id = '3']
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.

I see this problem - can someone tell me how to fix?

5 Aug 2007, 9:11 PM
#267
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kimsonvu:

I see this problem - can someone tell me how to fix?

run this sql statement from admin -> tools -> install sql patches

ALTER TABLE `testimonials_manager` ADD `last_update` datetime NOT NULL default '0000-00-00 00:00:00 AFTER `testimonials_html_text `;
6 Aug 2007, 3:46 AM
#268
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

run this sql statement from admin -> tools -> install sql patches

ALTER TABLE testimonials_manager ADD last_update datetime NOT NULL default '0000-00-00 00:00:00 AFTER testimonials_html_text ;


After run it, i see this problem :
> 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''0000-00-00 00:00:00 AFTER testimonials_html_text' at line 1
> in:
> [ALTER TABLE handicratestimonials_manager ADD last_update datetime NOT NULL default '0000-00-00 00:00:00 AFTER testimonials_html_text ;]
> 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.
6 Aug 2007, 4:00 AM
#269
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kimsonvu:

After run it, i see this problem :

ALTER TABLE `testimonials_manager` ADD `last_update` datetime NOT NULL default '0000-00-00 00:00:00' AFTER `testimonials_html_text `;

Try running this

7 Aug 2007, 3:12 AM
#270
james739 avatar

james739

Zen Follower

Join Date:
Jun 2007
Posts:
210
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

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?main_page=testimonials_manager_all_testimonials

7 Aug 2007, 4:37 AM
#271
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

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?main_page=testimonials_manager_all_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;}

7 Aug 2007, 5:41 AM
#272
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

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 !
7 Aug 2007, 7:58 PM
#273
james739 avatar

james739

Zen Follower

Join Date:
Jun 2007
Posts:
210
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Thanks Clyde, works great!

11 Aug 2007, 2:46 PM
#274
paperthreads avatar

paperthreads

Zen Follower

Join Date:
Sep 2006
Posts:
142
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

I tried to install this, version 1.4.3.1

when I go to admin>tools>testimonial manager, i get the following message:

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?

11 Aug 2007, 3:01 PM
#275
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

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

11 Aug 2007, 3:17 PM
#276
paperthreads avatar

paperthreads

Zen Follower

Join Date:
Sep 2006
Posts:
142
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Fresh install, and yes, I ran it in the Admin>Install SQL Patches.

11 Aug 2007, 3:22 PM
#277
paperthreads avatar

paperthreads

Zen Follower

Join Date:
Sep 2006
Posts:
142
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

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!

11 Aug 2007, 3:41 PM
#278
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

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

15 Aug 2007, 8:33 AM
#279
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

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/

15 Aug 2007, 3:27 PM
#280
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

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.