Thank you so much Eric! Right on the spot.
best,
Gui
On Sunday, October 16, 2011 5:00:41 PM UTC-4, Eric Shulman wrote:
>
> > Basically I'm trying to disable the linked/follower count icon that
> appears
> > on the top right side of each tiddler on TiddlySpace.
>
> > Also, I'd like to disable the author icon that appears next to the
> > linked/follower also on the top right.
>
> If all you really want is to suppress the *display* of these elements,
> then take a look at the ViewTemplate, which defines what is displayed
> for each tiddler. Within that template, you can find the specific
> elements you want to hide, and then either:
>
> A) remove those elements from the ViewTemplate
> or
> B) add style="display:none" directly to those elements
> or
> C) add CSS class definitions in [[StyleSheet]], e.g.:
> .followPlaceHolder, .modifierIcon { display:none; }
>
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/NLPQHo9DkSMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.