WCF 2.1: Disable avatars in quotations

Achtung: Diese Seite ist nur noch Teil eines Archivs und wird in Zukunft entfernt.

One of the new features of Community Framework 2.1 is a new design of quotations. On the side of the quotation you can find the avatar of the quoted user. This new design is not liked by everybody and does not fit every design. Thus I want to show an easy method how to disable it.


For this you simply have to submit a small LESS code in your design. For that you have to use the internal feature in your ACP, located at Appearance -> Styles -> List Styles -> Edit Style -> Advanced Settings -> Individual CSS and LESS:

CSS-Quellcode

  1. .quoteBoxAuthor > .quoteAuthorAvatar {
  2. display: none;
  3. + .quoteBox {
  4. margin-left: 0;
  5. }
  6. }
Now the avatars should be disappeared in any quotations and it should nearly look like quotations in Community Framework 2.0 and Burning Board 4.0.
Über den Autor
Ich bin Webentwickler in Stuttgart und administriere Server seit vielen Jahren. In diesem Blog erstelle ich hauptsächlich Tutorials für andere Webentwickler, Webdesigner und Serveradministratoren.
-------------------------------------------------------------------------------------------------------------------------------------
I’m a web developer in Stuttgart, Germany, and server administrator since many years. This blog mainly contains a tutorial set for other web developer, web designer and server administrators.

278 mal gelesen

Kommentare 0

Es wurden keine Einträge gefunden.