Oi, thanks again.
I will play a bit with it, see, if I can port it into my new "User Profile Fields".
Best Regards,
~tEh'P?r4d0x
--------------- Added [DATE]1331911261[/DATE] at [TIME]1331911261[/TIME] ---------------
I've got one additional question.
"{vb:raw block_data.imbits}" - how come that the .js is somewhat automatically linked to this?
It seems to have a problem with getting user's id in my code:
Code:
<vb:if condition="$social['msn']">
<a href="javascript://" onclick="imwindow('msn', '{vb:raw userinfo.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>
Giving me:
Quote:
No User specified. If you followed a valid link, please notify the administrator
|
Thanks in advance,
~tEh'P?r4d0x