Threads / Posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Amaury
    Senior Member
    • Mar 2012
    • 1807
    • 4.2.X

    [Forum] Threads / Posts

    Is there a way to get the two on the same line in the rows? (Index, forums, sub-forums.)

    Click image for larger version

Name:	Threads and Posts.png
Views:	1
Size:	228.1 KB
ID:	3724383
    Former vBulletin user
  • Amaury
    Senior Member
    • Mar 2012
    • 1807
    • 4.2.X

    #2
    Bump.
    Former vBulletin user

    Comment

    • John Lester
      Senior Member
      • Jul 2000
      • 412
      • 4.1.x

      #3
      Ok you have to edit 1 template and add some css to additional.css

      Edit the template forumhome_forumbit_level2_post (acp -> styles & templates -> style manager -> style you want to edit -> edit templates -> Forum Home Templates -> FORUMHOME -> forumhome_forumbit_level2_post )

      Find
      Code:
      <ul class="forumstats td">
                  <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
                  <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
              </ul>
      Replace with
      Code:
      <ul class="forumstats td">
                  <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}
                  {vb:rawphrase posts}: {vb:raw forum.replycount}</li>
              </ul>
      Edit your additional.css template

      Add
      Code:
      .forumbit_post .foruminfo {
          clear: right;
          float: left;
          min-height: 48px;
          min-width: 30%;
          width: 48%;
      }
      
      .forumbit_post .forumstats, .forumbit_post .forumstats_2 {
          clear: right;
          display: block;
          float: left;
          margin-right: 2%;
          width: 15%;
      }
      Adjust "width" in both entries as desired.
      BrainTalk is a support group for friends, family, caregivers, and patients with neurological disorders and other health related diagnosis.

      BrainTalk Communities Inc
      sigpic

      Comment

      Related Topics

      Collapse

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎