Quote:
Originally posted by Erwin
So you want all other names to break into 2 lines, but one name to stay on one line?
Open functions.php.
Find:
PHP Code:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
Underneath, add:
PHP Code:
if ($post[userid]==xx) {
$post[username]="<nobr>$post[postusername]</nobr>";
}
Replace xx with the userid of the user you want the username to stay on the same line. That should do it.
And by the way... fix up that bad attitude of yours. Boofo and I are trying to help you here.
|
This doesn't seem to work. I tried it, since I just had the chance to and is what it did was when I changed his name from Giraffe Hunter back to Giraffe }{unter it will show it as just that. But when I make the changes to my functions file and upload it and refresh the page, his name goes back to the name with an "H" instead of "}{".
I don't know why the heck it does that though?
Anybody offer more help?