We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags

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

TWiki version: TWikiRelease04x00x00
TWiki plugins: SpreadSheetPlugin? ? (Dakar, 8154) CommentPlugin? ?? (Dakar, 8164) EditTablePlugin? ?? (Dakar, 8154) InterwikiPlugin? ?? (Dakar, $Rev: 8713$) PreferencesPlugin? ?? (Dakar, 8170) SlideShowPlugin? ?? (Dakar, $Rev: 8713$) SmiliesPlugin? (Dakar, 8154) TablePlugin? ?
Server OS: Suse 2.4.21-226-smp
Web server: Apache/1.3.26 (UnitedLinux? ???) mod_ssl/2.8.10 OpenSSL/0.9.6g mod_perl/1.27
Perl version: 5.8.0
Client OS: W'XP SP2
Web Browser: Firefox
Categories: Forms, Missing functionality, Skin

-- DaliborSvoboda - 03 Mar 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list 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.

 
Topic revision: r2 - 07 Mar 2006 - 13:34:03 - DaliborSvoboda
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback