Quote:
Originally Posted by ihstiv
I discovered that the FORUMHOME_NEX_SIDEBAR template has this (unnecessary?) code that was causing duplicate comment punctuation marks between my currently logged in users, so I removed it and it solved the problem: {vb:raw loggedin.comma}
location:
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
unless I'm missing the reason it was there, this might be a good fix for the next release.
Cheers
|
actually, you are right AND wrong...
what you found is in the FORUMHOME template, in vB 4.2 template... not in my template with is based on the 4.1.12 version of the FORUMHOME template...
so yes, i have to update my template to fit both versions !!!