The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom MSN Field
Hello,
I'm trying to apply vBulletin's MSN pop-out window onto my custom "User Profile Field" - why doing that, when it's already in vBulletin? Well, It's a part of a mod, so I need to apply that to make it work on custom UPFs. I'm using this code: Code:
<vb:if condition="$social['msn']"> <a href="javascript://" onclick="imwindow('msn', '{vb:raw post.userid}', 440, 270); return false;"><img src="images/postbit_social/msn.png" onmouseover="this.src='images/postbit_social/msn_a.png'" onmouseout="this.src='images/postbit_social/msn.png'" alt="{vb:rawphrase send_message_via_msn_to_x, {vb:raw post.username}}." /></a> </vb:if> From what I've figured out, that .js will be most likely connected to this: Code:
</vb:if> {vb:raw template_hook.postbit_userinfo_right} <div class="imlinks"> {vb:raw post.msnicon} </div> </vb:if> I'll appreciate anything. Thanks, ~tEh'P?r4d0x |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|