Quote:
Originally Posted by Illustrious
Yeah, I was just going to post that you may want to make it conditional:
Code:
<if condition="$post[field7]">$post[fieldX]<else />$post[musername]</if>
Also, by doing this, you're stripping the name of all of its markup. It may not be the best idea.
Edit: You can retain the usergroup's html markup if you edit it the functions.php file, but is there any other way to do it without file edits?
|
I don't see any way to do it without code modification. The board isn't developed to handle the thought of a user having a different editable bit that is displayed aside from login. It would be nice.
I'll look at hacking the function code.