DrewCard asked in the
Support.SearchDoesntHonorSkin:
I have a search.vertical.tmpl in my templates directory that I am starting to customize. In my Test web I have Set SKIN = vertical and my most of the *.vertical.tmpl files appear to be working. search does not appear to honor the skin value.
The TWiki code currently does not support skins for search. This should be added for consistency. How:
- Get skin name in the
search script, the same as other scripts like view.
- Pass the skin name as a parameter to the
TWiki::Search::searchWeb and pass it to readTemplate.
--
PeterThoeny - 14 Jun 2001
What other pieces do not accept skins? oops apears to be another. How many others?
--
DrewCard - 14 Jun 2001
The missing ones are
changes,
oops,
rename and
search
--
PeterThoeny - 16 Jun 2001
I don't think this is true any more as the
readTemplate function now checks the skin.
--
JohnTalintyre - 15 Jan 2002