Regarding my earlier query about the HTL having 3 edits for postbit and 2 for postbit_legacy: yes I know what was said about the HTL not functioning. I have looked at the templates HTML file and see two changes for both templates there. I just want confirmation that the following step is not supposed to exist (as my store is working fine anyway):
In postbit change
Code:
<a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
to
Code:
<a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]"><if condition="$post['uttstore_usernamecolor'] != '0'"><font color="$post[uttstore_usernamecolor]"></if><if condition="$post['uttstore_boldusername'] != '0'"><b></if><if condition="$post['uttstore_italicsusername'] != '0'"><i></if>$post[musername]<if condition="$post['uttstore_italicsusername'] != '0'"></i></if><if condition="$post['uttstore_boldusername'] != '0'"></b></if><if condition="$post['uttstore_usernamecolor'] != '0'"></font></if></a>
(For reference, I had already uninstalled the HTL installation and run the standalone version [just hadn't done the edits at the time]. I need to know whether it's necessary to revert this code I had inserted.)