MyBB Community Forums

Full Version: Change the position of small text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the position of the text in the Red marked area in the attached photo? [attachment=45577]

I would like the positioning like this:


(Thread Title)
By (Username), (Time)

I can't find In forumbit_Depth2_forum the words "By" or time but I can see "smalltext"
At the moment it all looks to be centered with 3 lines, I only want two lines, the Thread title and User and time
Same layout as this image[attachment=45578]

Forum: https://uros-roleplay.net/index.php

I have managed to move the text to line up on the left but when I change Avatar float to left it scrambles the text: [attachment=45597]

Many Thanks
-Reegz
Look for template forumbit_depth2_forum_lastpost
If you share the template content, we can help.
(2022-11-26, 07:56 PM)tedem Wrote: [ -> ]If you share the template content, we can help.
Its worth mentioning I am using "Last posted avatar" plugin

This is the Template in Forumbit_depth2_forum_lastpost:

<avatarep_uid_[{$lastpost_data['lastposteruid']}]><span class="smalltext">
<a href="{$lastpost_link}" title="{$lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br /> {$lang->by} {$lastpost_profilelink}, </*>{$lastpost_date}</span>

When change the avatar icon float to left it scrambles the text
Quote:This is the Template in Forumbit_depth2_forum_lastpost:

<avatarep_uid_[{$lastpost_data['lastposteruid']}]><span class="smalltext">
<a href="{$lastpost_link}" title="{$lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br /> {$lang->by} {$lastpost_profilelink}, </*>{$lastpost_date}</span>

Default forumbit_depth2_forum_lastpost:

<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>

I'm not sure what </*> in your template represents.
(2022-11-27, 10:06 PM)HLFadmin Wrote: [ -> ]
Quote:This is the Template in Forumbit_depth2_forum_lastpost:

<avatarep_uid_[{$lastpost_data['lastposteruid']}]><span class="smalltext">
<a href="{$lastpost_link}" title="{$lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br /> {$lang->by} {$lastpost_profilelink}, </*>{$lastpost_date}</span>

Default forumbit_depth2_forum_lastpost:

<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>

I'm not sure what </*> in your template represents.
I have now cleared that out, It was from something I was trying, I still have had no luck with getting the result from the picture I attached in the first post Sad