News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Topictitle looks weird

Started by Webby, December 22, 2004, 02:25:08 AM

Previous topic - Next topic

Webby

Hi there.

I was looking at my board on another PC (lower resolution) and saw this :



What can I do to let the topictitle (and date/time) be shown over the total width so it doesn't get squashed like this ?


[Unknown]

You have mods installed that add buttons to every post.  For this reason, you probably want to make it so the subject is shown above the buttons, instead of just on the left of them in the Display template.

-[Unknown]

Webby

True. But how could I accomplish that ;) ?

[Unknown]

Find:
<td align="left" valign="middle">
<b><a href="', $message['href'], '">', $message['subject'], '</a></b>';


Replace:
<td colspan="2" align="left" valign="middle">
<b><a href="', $message['href'], '">', $message['subject'], '</a></b>';


Also find:
<td align="right" valign="bottom" height="20" nowrap="nowrap" style="font-size: smaller;">';

Replace:
</tr><tr><td colspan="3" align="right" valign="bottom" height="20" nowrap="nowrap" style="font-size: smaller;">';

-[Unknown]

Webby

Great, thanx !

That looks much better :)

Advertisement: