Posts: 4
Threads: 2
Joined: Mar 2021
04-04-2021, 07:43 PM
(This post was last modified: 04-04-2021, 07:44 PM by sstrasser .)
Hello,
i add some feature and now the text is over the right line in index-site in the post-info.
Now i want know where i can set the info more left so it is not out of the area.
MyBB Board 1.8.26
Greeting and thanks
Attached Files
Thumbnail(s)
Posts: 4
Threads: 2
Joined: Mar 2021
Hello,
i fixed it in the file: "forumbit_depth2_forum"
changed to:
Code:
<tr>
<td class="{$bgcolor}" align="center" width="8%"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fas fa-star"></i></div></td>
<td class="{$bgcolor}" width="60%">
<a href="{$forum_url}">{$forum['icon']}{$forum['name']}</a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap" width="15%">{$posts}{$unapproved['unapproved_posts']} <span class="smalltext">Beiträge</span> <br /> {$threads}{$unapproved['unapproved_threads']} <span class="smalltext">Antworten</span> </td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap" width="30%">{$lastpost}</td>
</tr>