The only template change I had trouble with is this one
C) Inside template 'MEMBERINFO':
Find:
Code:
<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
Replace With:
Code:
<div class="bigusername" <if condition="$post['namestyle']">style="$post[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
Here is what my template looks like at that part, (ive copied a bit above it and a bit below it to make sure i had the lot.) I tried changing it but got errors when trying to save it.
Code:
<if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
</div>
</if>
<if condition="$userinfo['glowcolor']"><div class="bigusername" style="filter:Glow(Color=$userinfo[glowcolor],Strength=$userinfo[glowstrength]); width:100%;"><else /><div class="bigusername"></if>$userinfo[musername] $userinfo[onlinestatus]</div>
<if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<div class="smallfont"><strong>$WWU002_ranktext</strong></div>
</td>
I have done all the other template edits for now, and everything seems to be working okay.
I think you said there wont be as many template edits from now on, but if you do, can you also give us template edits from version to version as well, as its hard to find code thats already been changed sometimes.
Thanks