> 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
----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
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.