You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Do i need to implement "<<tiddler CloseOtherTiddlers>>" on every tiddler or is there a way to do it so that the Main menu execute it every time a click on a link there?
whatever
unread,
Nov 19, 2012, 9:17:14 AM11/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi!
Just put <span macro="tiddler CloseOtherTiddlers"></span> in your
ViewTemplate and it should show up in all your tiddlers. Try different
locations in ViewTemplate to see where it suits you best.
w
whatever
unread,
Nov 19, 2012, 9:32:29 AM11/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi!
A bit of correction. According to Eric (1), you should put that span
at the end of the ViewTemplate, since it doesn't render a button but
actually executes the action of closing other tiddlers.