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
Tiddlers (in tw5, which I'm assuming you're using) do not have the title property set. Not sure of the correct solution, but that's the cause of the problem.
One possible solution is to change the $:/core/ui/PageTemplate/story to special case the tiddler with the given title and wrap it in a
@@background-color: transparent;
....{{transclude}}...
@@
FrD
unread,
Jun 24, 2016, 11:36:44 AM6/24/16
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 Ton,
Thanks for your quick answer. I was aware of this solution, but it seemed a bit overkill since only one tiddler is concerned.
Maybe as a last resort I'll use that.
FrD
FrD
unread,
Jun 24, 2016, 11:48:09 AM6/24/16
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 Matthew,
The tiddler with the transparent background will be used for a kind of lightbox (with the "tm-modal" message). So I'm not sure it's not outside the story.
Thanks anyway.
FrD
Evolena
unread,
Jun 24, 2016, 6:50:17 PM6/24/16
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 tiddl...@googlegroups.com
Then you can look at the tc-modal classes in the vanilla stylesheet.