The template is called vsa_chatbox_bit and it's from this modification:
https://vborg.vbsupport.ru/showthrea...hlight=Chatbox
The vsa_chatbox_bit contains this:
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw vsacb_msg_box.userid}">{vb:raw vsacb_msg_box.musername}</a>
I want to change to display this:
Code:
<a href="http://facebook.com/{vb:raw fbuserid}">{vb:raw vsacb_msg_box.musername}</a>
It would need to display the user fbuserid of the name of the person who posted the message, the name being contained in {vb:raw vsacb_msg_box.musername}.
Basically, right now it is setup to display the profile of the person who posted a shout. But I want it to display the facebook page of the person who posted she shout.