Thread and messages design

3 posters

Go down

Solved Thread and messages design

Post by Dipener Fri Feb 10, 2023 10:58 am

Hello dear @mati,
How to make design like this pic below

Thread and messages design Screen28

I see " 20 threads" " 130 messages ". How to add text threads and message with the number counter?
Dipener
Dipener
Banned

Posts : 111
FS - Cash : 285
Age : 31

https://moviez.forumotion.asia/

Solved Re: Thread and messages design

Post by Mati Fri Feb 10, 2023 12:56 pm

Go to your Templates index_box find in templates:

Code:
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>

And replace with this code:
Code:
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn><dk>Threads</dk></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn><dk>Messages</dk></dd>

Then apply css to your CSS Stylesheet

Code:
dd.posts dk, dd.topics dk {
  color: #7a7a7a;
  font-family: "Open Sans",sans-serif;
  font-size: 11px;
  display: block;
  line-height: 0;
}
Mati
Mati
Staff MemberAdministratorFounder

Posts : 557
FS - Cash : 1162

https://forumservice.forumotion.com

Solved Re: Thread and messages design

Post by Dipener Fri Feb 10, 2023 3:30 pm

Solved thanks
Dipener
Dipener
Banned

Posts : 111
FS - Cash : 285
Age : 31

https://moviez.forumotion.asia/

Solved Re: Thread and messages design

Post by System32 Fri Feb 10, 2023 3:35 pm

Solved: Problem solved, topic locked.
System32
System32
Premium MemberRetired Staff

Posts : 324
FS - Cash : 350
Age : 31

Solved Re: Thread and messages design

Post by Sponsored content


Sponsored content


Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum