MyBB Community Forums

Full Version: [Solved] Two questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have two questions, how to edit these thing:

1. The username size, its too big on the threads page, how can I make it smaller?

2. Can I reduce the "New Attachment:" box, its too long.

Thanks

1) Admin CP --> Templates --> *expand your template* --> Expand Post Bit Templates --> postbit
Find:
<span class="largetext"><a href="member.php?action=profile&amp;uid=$post[uid]">$post[username]</a></span></strong><br />
and remove the <span></span>

2) Admin CP --> Templates --> *expand your template* --> post_attachments_new
Find:
<input type="file" name="attachment" size="40" />
and change the size attribute.
Thanks very much, that worked great!
You're welcome.