Discussion board – minor layout options etc.

Replies
1
Voices
2
Freshness
Followers

0

Well firstly, great plugin! Love the simplicity!

What I would like to do is make a couple adjustments to my layout…

  1. Firstly, I wanted avatars to display as round on my “topics” list (table layout)? Please advise?
  2. I am looking to have a really sleek layout for my topics singles is there a way to edit the layouts and colors/fonts etc for the topic posted? I have included a screengrab to show what it looks like when using wp post content block. It’s a bit much, and ant to move the content around ideally?

Thanks in advance, Tom

 

 

  • Hi Tom

    1. For round avatars, you can just copy the CSS used on this site. Something like this should do it:

    .ctdb-info-avatar img.avatar {
        border-radius: 50%;
        vertical-align: bottom;
        margin: 0;
        min-width: 40px;
        border: 1px solid #ddd;
        padding: 1px;
    }

    2. To change the layout, you'd need to code your own template files. You can follow this guidance to get started: https://discussionboard.pro/documentation/extending-discussion-board/

    Thanks

    Gareth