> .subtitle {display: all; padding: 0em 0em 0em 3em; }
> #.subtitle {display: none; padding: 0em 0em 0em 3em; }
> #.subtitle {display: name; padding: 0em 0em 0em 3em; }
> #.subtitle {display: modification-date; padding: 0em 0em 0em 3em; }
> #.subtitle {display: creation-date; padding: 0em 0em 0em 3em; }
>
> No matter what I give for 'display', I either get the entire subtitle
> string with the tiddler's creator name, creation date, and modification
> date.
The allowed values for the "display" CSS attribute are:
none, inline, inline-block, block
Thus, while you can control the overall visibility of the .subtitle
CSS class, you cannot use CSS to specify the kind of information being
shown.
To change the information that is being formatted for display, you
need to edit the [[ViewTemplate]] (look in the list of shadow tiddlers
for the default definition). Find this part:
--------------
<div class='subtitle'><span macro='view modifier link'></span>, <span
macro='view modified date'></span> (<span macro='message
views.wikified.createdPrompt'></span> <span macro='view created
date'></span>)</div>
--------------
and remove this portion:
--------------
<span macro='view modifier link'></span>,
--------------
That's all you need to do. From then on, when a tiddler is displayed,
the 'modifier' (username) information will no longer be included.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact