Question
I've been trying without luck to add a TOC for the current page into
WebLeftBar (specifically inside a TWISTY in
WebLeftBar, but it doesn't want to work outside of a TWISTY either). The TOC simply doesn't appear (no title if I give a title, for example).
I've tried several forms, with the most promising (but still not working) being:
%TOC{"%INCLUDINGTOPIC%" depth="2" title="Contents"}%
and, with TWISTY:
%TWISTY{showlink="<b>Contents</b>" hidelink="<b>Contents</b>"}%
%TOC{"%INCLUDINGTOPIC%" depth="2"}%
%ENDTWISTY%
Does anyone know how/if this can be done? THX
Environment
--
SteveWampler - 07 May 2007
Answer
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.
Try
%BASETOPIC% instead of
%INCLUDINGTOPIC%.
--
PeterThoeny - 02 Jul 2007
This worked for me.
%TWISTY{mode="div" showlink="Show Contents..." hidelink="Hide Contents"
showimgleft="%ICONURLPATH{toggleopen}%"
hideimgleft="%ICONURLPATH{toggleclose}%"}%
%TOC{"%WEB%.%BASETOPIC%" depth="2"}%
%ENDTWISTY%
--
RobKirk - 14 Aug 2007
Topic revision: r3 - 2007-08-14
- RobKirk