News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

new message icons on the left?

Started by admactanium, November 28, 2004, 04:11:25 AM

Previous topic - Next topic

admactanium

hello, i'd like to move the new message icon (go to new message) to the left of the thread title. it seems so cluttered when they're after all the thread titles of varying lengths. thanks.

andrea

Copy the file "MessageIndex.template.php" from the "default" theme directory into your custom theme directory and modify it there.

Andrea Hubacher
Ex Lead Support Specialist
www.simplemachines.org

Personal Signature:
Most recent work:
10 Aqua Themes for SMF



[Unknown]

You could also flush it all the way to the right...

-[Unknown]

admactanium

thanks again for your help. i did find the line that seems to establish the thread title and new.gif image relationship here:

<a href="', $scripturl, '?topic=', $topic['id'], '.from', $topic['newtime'], '#new"><img src="', $settings['images_url'], '/', $context['user']['language'], '/new.gif" alt="', $txt[302], '" border="0" /></a>';


but i can't figure out how to change that to move the new.gif image to the left of the title. to me $txt[302] appears to be the title. if so, it seems that new.gif should already be in front of it.

[Unknown]

Find:

border="0" />

Replace:

border="0" style="float: left;" />

(roughly.)

-[Unknown]

Advertisement: