Hi Anjar
Checked out your site. That is a really cool. 

The bug regarding undefined tiddler opening. The problem is 
"tm-close-other-tiddlers". This is basically telling tiddlywiki to "close 
all other tiddlers in the storylist" but me. In turn tiddlywiki asks - who 
is this "me"? Your tiddler replies with "$:/FooterTiddler". Now tiddlywiki 
has a dilemma. SInce FooterTiddler is a pagetemplate, it is not present in 
the storylist. But the message said close all but me in the storylist. 

A corrected button for you is

<$button class="tc-btn-invisible tc-tiddlylink">
<$action-setfield $tiddler="$:/StoryList" list="" />
<$action-navigate $to="Home" />
<$action-setfield $tiddler="$:/FooterTiddler" opentag="" />
<div class="box">
Home
</div>
</$button>

Which clears the storylist aka closes all tiddlers.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e166697-d48d-48cc-b1f9-fe0e946b8135%40googlegroups.com.

Reply via email to