I'm using the "Excellent Postbit Legacy" Mod...
https://vborg.vbsupport.ru/showthread.php?t=189186
I got this Error..
Code:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/content/m/i/l/milo327/html/Forum/includes/adminfunctions_template.php(3729) : eval()'d code on line 96
My code looks like this..
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
Would it go in
here..
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]Here</div>
</div>
Here is that whole section..
Code:
<!-- ##### /EDIT AVATAR FIELDS ##### -->
<div class="smallfont">
<br />
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
</div></div>
</td>
<!-- ##### GRAY GRADIENT AND PADDINGS ##### -->
I really like this mod, & want to use it if it is possible..
Thanks for the help in advance.