GNOME Bugzilla – Bug 586386
Groupchat Styling for adium themes
Last modified: 2018-05-22 13:32:45 UTC
We are not using the groupchat feature of adium themes. Here is the description: The class 'groupchat' is added to the #Chat element to allow groupchat-specific styling. Adium 1.4+ Group chats feature a <div id="topic">…</div> in place of the header. In group chats which support it, the contents of Topic.html are inserted into this <div> for topic changes. The substitutions in Topic.html are the same as Content.html, with one change: %topic% is replaced with <span contentEditable id="topicEdit">[message contents]</span>. This allows the user to edit the topic presented. %message% contains the topic text without the span wrapping.
That's from http://trac.adium.im/wiki/CreatingMessageStyles
I started working on this but we should first: a) Switch to adium themes for good (bug #645921) b) Make sure our default theme supports topic displaying c) Remove the current topic widget Not doing so would result in displaying the topic twice.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/85.