Quote:
Originally Posted by GoldenChaos
I have the same double comma issue that everyone else has. I'm disabling this until an update occurs. PLEASE update! This is a very great hack and it would be a shame for it to die off.
|
I did this to fix the double comma issue:
Open
FORUMHOME_loggedinuser
Find:
Code:
<if condition="$show['comma_leader']">, </if>
Change to:
Code:
<if condition="$show['comma_leader']"> </if>
Removing the comma in that template worked for me