The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
usernames in qoutes for member/guests
Hi all,
i have make the usernames in quotes invisible vor guests. Members can see the names. I edit the template bbcode_quotes per TMS: I replace Code:
<img src="{vb:stylevar imgdir_misc}/quote_icon.png" alt="{vb:rawphrase quote}" /> {vb:rawphrase originally_posted_by_x, {vb:raw username}} 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> I think if a guest look as the first user to a post, then the posting comes with no username in quote in the postcache. And if the a member looks to this posting, it comes from the postcache. And thats why the member not see the username. I hope you can follow me. How can i fix it? We have realnames in our foum, so ist necassery to hide the usernames for guest/searchengines. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|