News:

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

Main Menu

custom use title? help

Started by Sapianoid, March 11, 2009, 12:42:57 PM

Previous topic - Next topic

Sapianoid

is there a way to make the marquee:

AM I ABLE TO USE THIS AS MY CUSTOM USER TITLE?

be used as ur custom user title?

onepiece

Not without some code edits. I guess you want that in message display, try this.

Themes/default/Display.template.php

Code (Find) Select
', $message['member']['title'], '<br />';

Code (Replace) Select
<marquee>', $message['member']['title'], '</marquee><br />';

Advertisement: