Names & Titles Oh My | Discussion Boards (How-To) in Creation Discussion Boards | World Anvil

You are not logged in!
Login Link

Just a reminder you are not following this thread.
Sun, Nov 14th 2021 09:00   Edited on Tue, Nov 16th 2021 08:41

Names & Titles Oh My

A thread regarding Discussion Board Posts, Names & Titles
This post for Tom Cruise uses ...
  • Name (Given/ Middle / Family / Suffix)
  • Title
  • Nickname
  • Pronoun


  • This character post shows the Character Name displayed using the name parts (Given, Middle, Family and Suffix) filled in instead of the character article title.
    This post for Liam Neesen uses
  • Character Article Title
  • Title
  • Nickname
  • Pronoun
  • This character post shows the Character Name displayed using the character article title because the name parts (Given, Middle, Family and Suffix) are not filled in.
    The title field can accept 255 characters so everyone should be fine unless you are an older Invictus. Than you are screwed. However if you have a title that gets chopped off let me know, I have the ability to use a World Anvil variable feature to extend title beyond the 255 count limit. Sneaky work around.
    Tue, Nov 16th 2021 08:41

    CSS CODE

     
     
    .discussion-board-post .mb-2.m-b-20 {
      display: flex;
      flex-wrap: wrap;
    }
     
    .discussion-board-post .discussion-board-thread-date {
      order: 2;
      width: 100%;
      display: block !important;
      position: relative;
      top: -10px;
      left: -15px;
    }
     
    .discussion-board-post .discussion-board-thread-actor {
      order: 3;
      width: ;
      display: block !important;
    }
     
    span.discussion-board-thread-actor-name {
      font-weight: bold;
      }
     
      span.discussion-board-thread-actor-name a {
        display: inline-flex;
        flex-wrap: wrap;
      }
      
      span.discussion-board-thread-actor-name span.person-article-name {
       order: -40;
       padding-left: 2px;
       padding-right: 2px;
       min-width: 50%;
       border-bottom: 1px solid black;
      }
      
      span.discussion-board-thread-actor-name a span.person-firstname {
       order: -34;
       padding-left: 2px;
       padding-right: 2px;
       border-bottom: 1px solid black;
      }
      
      span.discussion-board-thread-actor-name a span.person-middlename {
       order: -33;
       padding-left: 2px;
       padding-right: 2px;
       border-bottom: 1px solid black;
      }
      
      span.discussion-board-thread-actor-name a span.person-lastname {
       order: -32;
       padding-left: 2px;
       padding-right: 2px;
       border-bottom: 1px solid black;
      }
     
      span.discussion-board-thread-actor-name a span.person-suffix-separator {
        order: -31;
        margin-left: -2px;
        padding-right: 2px;
        border-bottom: 1px solid black;
       }
     
      span.discussion-board-thread-actor-name a span.person-suffix {
        order: -30;
        padding-left: 2px;
        padding-right: 2px;
        border-bottom: 1px solid black;
       }
      
      span.discussion-board-thread-actor-name a span.person-honorific {
       order: -20;
       padding-left: 2px;
       padding-right: 2px;
       min-width: 100%;
      }
      
      span.discussion-board-thread-actor-name a span.person-nickname {
       order: -10;
       padding-left: 2px;
       padding-right: 2px;
       min-width: 100%;
      }
     
    
      Note I was able to force the Pronoun which has no class to be at the end of the other classes by using negative order.
    This thread is locked. You cannot leave a reply here.
    Powered by World Anvil