Question
When I pres printable
http://wtsource.domain-1.de/twiki/bin/view/TWiki/WebHome?cover=print.pattern page gets refreshed but there is no other change = sidebar and other page parts retains its positions.
When I modify the link to
http://wtsource.domain-1.de/twiki/bin/view/TWiki/WebHome?skin=print.pattern I get printable but in "plain skin".
It looks like
?cover has no influence on page rendering.
Printable feature was working after upgrade from Cairo to Dakar, but I don't know when it stopped to work. I installed some plugins and configured them meanwhile.
I checked the template files and they are identical with original distribution.
What could be wrong with my configuration?
Thank you in advance.
Environment
--
DaliborSvoboda - 03 Mar 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
It seems that "printable issue" is bound to
CompareRevisionsAddOn.
I had following setting here:
TWikiPreferences
---+++ TWiki.CompareRevisionsAddonPlugin
* If you want to replace the links to rdiff by links to compare, either replace the view.tmpl by the provided view_cra.tmpl, and view.pattern.tmpl by view_cra.pattern.tmpl, or include a line
* Set VIEW_TEMPLATE = view_cra
With this setting printable did not work.
When I removed above setting
* Set VIEW_TEMPLATE = view_cra > =* Set VIEW_TEMPLATE =
and created symbolic links
/srv/www/twiki/templates # ln -s view_cra.tmpl view.tmpl
/srv/www/twiki/templates # ln -s view_cra.pattern.tmpl view.pattern.tmpl
printable works again and
CompareRevisionsAddOn also works.