Extending Forum Descriptions and Username Colors

  • Home
  • Topics
  • Extending Forum Descriptions and Username Colors
  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home ForumUS phpbb 3.3.x Style Extending Forum Descriptions and Username Colors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #707
    Johnny
    Participant

    Prior to purchasing this theme, I was under the impression that forum/link descriptions would be displayed in full, but that appears to not be the case as seen in the image below. How would I be able to adjust the theme so it can show the complete description for any forum/link that has one?

    forum-desc

    Username Colors (like those assigned through a usergroup) are not being displayed with this theme. What would be the best route to get the username colors to display?

    username-color

    Thank you for your assistance with these issues.

    #708

    Hi There,

    We have styled custom those based on our phpBB style. However, you could fix those to follow the steps below.

    Please follow the steps below to fix the issues.

    1st issue solution:

    • 1. Open forumlist_body.html in editor
    • 2. Find this line: <div class="topic-list-content--title<!-- IF not forumrow.FORUM_DESC --> no-desc<!-- ENDIF -->">
    • 3. Replace with this line: <div class="topic-list-content--title<!-- IF not forumrow.FORUM_DESC --> no-desc<!-- ENDIF --><!-- IF not forumrow.S_IS_LINK --> isLink<!-- ENDIF -->">
    • 4. Screenshot: http://prntscr.com/e03xf1

    Then

    • 1. Open forumus-style.css< in editor/li>
    • 2. Add below css to the end of the css file
    .topic-list-content--title.isLink {
        float: none;
        max-width: none;
        margin-left: 65px;
        margin-right: 15px;
    }

    2nd issue solution:

    • 1. Open forumus-style.css in editor
    • 2. Remove all color: #222 !important; and color: #ff6c2c !important;
    • 3. Example: http://prntscr.com/e048g8

    Best Regards,
    ThemeLooks Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
happy hour