I dont get it to work. I tried to set for a test in the "vbulletin settings"-->"server settings and optimization optins" the option "deactivate chache for content" to "yes". So now should be the postcache off, right? But with my bbcode_quote template change
Code:
<img src="{vb:stylevar imgdir_misc}/quote_icon.png" alt="{vb:rawphrase quote}" />
{vb:rawphrase originally_posted_by_x, {vb:raw username}}
repace with:
Code:
<img src="{vb:stylevar imgdir_misc}/quote_icon.png" alt="{vb:rawphrase quote}" />
<vb:if condition="$show['member']">{vb:rawphrase originally_posted_by_x, {vb:raw username}}
<vb:else />
<span style="font-weight:bold; font-size:10pt">{vb:rawphrase quote}</span></vb:if>
it does not work. First it works, but after 1-2 hours i see more and more posting, where for example registered member dont see the usernames in quote tag.