Author Highlighting in MTThere is probably a million ways to achieve this, I cannot remember exactly where I came across this method, but it requires the
MT Switch Plugin.
Once the plugin is installed, I inserted a class to the
< dt > and
< dd > elements that are used to structure the author and text for each comment. This class would only exist if the comment was authored by me.
Using the Switch plugin’s syntax I added this to the entry template:
CODE
<dt <MTSwitch value="[MTCommentAuthor]">
<MTSwCase value="My Name"> class="name"</MTSwCase>
</MTSwitch>>
While the example above uses
[MTCommentAuthor], the plugin allows you to use any MT tag.