Ok, I'm totally confused how or why it works.
Here it works:
http://nankurunaisa.net/showthread.p...ull=1#post1406
But for example here:
http://nankurunaisa.net/showthread.p...ull=1#post1400 It doesn't.
Could someone tell me what's going on with it? It seems it doesn't work for the first post, but it works in all subsequent posts.
EDIT: Or not, I just noticed this
http://nankurunaisa.net/showthread.p...ull=1#post1749
http://nankurunaisa.net/showthread.p...ull=1#post1750
EDIT2: I found it, it wasn't generating the code when there was no username, I changed it a bit for myself to show it even then, depends on taste I guess.
Code:
<div class="bbcode_container">
<div class="bbcode_quote">
<div class="quote_container">
<div class="bbcode_quote_container"></div>
<vb:if condition="$show['username']">
<div class="bbcode_postedby">
<img src="/images/misc/q.gif" alt="{vb:rawphrase quote}" /> {vb:rawphrase originally_posted_by_x, {vb:raw username}}
<vb:if condition="$postid"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost-{vb:stylevar right}.png" alt="{vb:rawphrase view_post}" /></a></vb:if>
</div>
<div class="message">{vb:raw message}</div>
<vb:else />
<div class="message">{vb:raw message}</div>
</vb:if>
</div>
</div>
</div>
EDIT3: Edited the code again, just the message class was enough to make it elegant.