Search found 6 matches

by jbrown2197
Tue Jun 03, 2008 2:29 pm
Forum: TestLink 1.7 (Closed)
Topic: Updating FCK Editor
Replies: 1
Views: 3121

Updating FCK Editor

I see there is a much newer version of the FCK Editor out there.
Has anyone successfully updated this? How did you do it, with a simple replacement of the old one?
by jbrown2197
Fri Apr 11, 2008 7:55 pm
Forum: TestLink 1.7 (Closed)
Topic: Modifications to templates not taking affect
Replies: 7
Views: 9302

No problem, if you want more how-to for programming under smarty, there's plenty to read here: http://www.smarty.net/
and it's very useful info, saved me a lot of time.
by jbrown2197
Fri Apr 11, 2008 7:39 pm
Forum: TestLink 1.7 (Closed)
Topic: Modifications to templates not taking affect
Replies: 7
Views: 9302

I found out how to do this. You have to browse to third_party->smarty and open Smarty.class.php In Smarty.class.php search for 'compile'. Change the 'var $compile_check' to true Change the 'var $force_compile' to true and save the doc. This is good when you're making changes, but when you are ready ...
by jbrown2197
Thu Mar 20, 2008 2:44 pm
Forum: TestLink 1.7 (Closed)
Topic: Modifications to templates not taking affect
Replies: 7
Views: 9302

Thanks. I did try that and then refreshed my browser, and it was just a blank page. How long does it take for the templates_c to recompile? Is there a way to force the recompile?
by jbrown2197
Mon Mar 17, 2008 8:27 pm
Forum: TestLink 1.7 (Closed)
Topic: Modifications to templates not taking affect
Replies: 7
Views: 9302

Modifications to templates not taking affect

I am making changes to the mainpage.tpl and when I refresh my browser nothing changed. I found that if I modify the #@@@#%$#mainpage.tpl.php in the templates_c directory things change. After doing some digging it looks like Testlink recompiles a tpl file, but how do you force it to recompile, or is ...
by jbrown2197
Wed Jan 09, 2008 9:53 pm
Forum: TestLink 1.7 (Closed)
Topic: Printing to Word
Replies: 3
Views: 4988

Printing to Word

I would like to create some space between my test cases when I print a test plan to word. What needs to be modified to make this happen?
Thanks