I resolved my own problem. It required editing the StyleSheetSpace of the
White theme, in this spot:
.toolbarReadOnly .button{
display: inline;
}
This setting for display: was set to none
Then I used Simon Baird's HideWhenPlugin
http://mptw.tiddlyspot.com/#HideWhenPlugin to create a visitor's read-only
toolbar. This was done by editing the ViewTemplate:
<div macro="hideWhen readOnly">
<!-- full toolbar for admin -->
<div class='toolbar'
macro='toolbar [[ToolbarCommands::ViewToolbar]] icons:yes height:16
width:16 more:popup'>
</div>
</div>
<div macro="showWhen readOnly">
<!--simple toolbar for visitors -->
<div class='toolbar'
macro='toolbar [[GuestToolbar::ViewToolbar]] icons:yes height:16 width:16
more:popup'>
</div>
</div>
And last I created a GuestToolbar that does not include certain
functionality (such as viewing tiddler revisions.)
On Friday, January 17, 2014 12:24:20 AM UTC-7, Andy Unrein wrote:
>
> I am using the White theme by inclusion into my space,
> http://livesentwined.tiddlyspace.com/ on TW Classic
>
> When I hover on tiddlers in my space, I see the three buttons (Edit, the
> command gear button, and close button) only when I'm signed into
> TiddlySpace, and only for tiddlers that I have edited / created.
>
> Visitors to my site who are not logged in do not see the close, gear, or
> "eye" button to View tiddler source.
> These buttons ARE visible to any visitor of white.tiddlyspace.com
>
> Also, tiddlers that were last created by Osmosoft, for example, do not
> show the buttons when I hover over them. So I never see the "eye" View
> button on my TiddlySpace.
>
> It seems there must be a setting that applies to being the tiddler owner.
>
> Can anyone help me restore visibility of these buttons?
>
>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.