Quote:
Originally Posted by kamu
Yes, only with the MEMBERINFO template. The images within my onlinebits worked fine. The link within my vbmenu also worked flawlessly. I didn't review the template coding within the MEMBERINFO template extensively, but I did triple check my modification according to your instructions and it appeared non-existent on my Info page, in other words it looked exactly the same as before I added the modified code.
Hope that helps 
|
Let's try this again
in MEMBERINFO template find
Code:
$vbphrase[send_private_message_to_x]</phrase></a>
</td>
</tr>
</if>
Below it ADD
Code:
<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 3 ] -->
<if condition="$bbuserinfo[canpager]">
<if condition="$bbuserinfo[userid]!=$userinfo[userid]">
<tr>
<td>
$vbphrase[vbpager_message]:<br />
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'><phrase 1="$userinfo[username]">$vbphrase[vbpager_send_pager_to] $userinfo[username]</phrase> </a>
</td>
</tr>
</if>
</if>
<!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 3 ] -->
This exactly what I got right now in the that template!