I'll try it out now and post back with the results. Thanks for the help so far.
--------------- Added [DATE]1266531421[/DATE] at [TIME]1266531421[/TIME] ---------------
It gives me the following error when saving:
Code:
Parse error: syntax error, unexpected T_STRING in /.../pro-esports.com/forums/includes/adminfunctions_template.php(4667) : eval()'d code on line 53
I put the entire code into a text file and opened it with Notepad to see what's in line 53.
Line 53:
Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
Just to make sure I haven't done anything wrong. Here is the code bit with the code you told me to add. It has a few more lines from the original postbit file so don't wonder.
Code:
<vb:if condition="$post.avatarurl">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, <vb:if condition="$post['field16']"><span style="color:red;">[{vb:raw post.field16}]</span></vb:if> {vb:raw post.username}}" />
<vb:else />