Quote:
Originally Posted by Paul M
You can edit the template to remove the mark-up.
|
Okay, I see I'm gonna need a little help here, as my previous method of stripping away markup won't work here.
This is what I did before:
I edited template forumhome_loggedinuser by replacing:
Code:
$loggedin[musername]
with
Code:
$loggedin[username]
But there is no "musername" in this template, so where do I go to remove the mark-up?
Is it here?
Code:
$threadreader['username'] = "<strong>$vbphrase[wrt_member]</strong>";
Do I just remove the "strong" tag here and possibly elsewhere?
Thanks in advance, Paul.