Quote:
Originally Posted by peterska2
I've compared it to a default one and there is notthing there that would be stopping it doing this, but neither is there anything in the default one that would make it do this.
So I've rumbled up a fix.
Find
Code:
<tr>
<if condition="$show['membergroups']">
<td></td>
Replace with
Code:
<tr>
<if condition="$show['membergroups']">
<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_a_member_of_the_following_groups]</phrase></strong></td>
It's a mystery why that is not in there, as it is an existing phrase.
|
Thank you Kerry-Anne
its worked great!
I did have a look in the very 1st backup of the code before I changed anything and it was not in there
Must be just one of those things lol
Thank you very much for your help once again