gatsman
04-23-2014, 06:22 AM
On vBulletin 5 it wont show the users location on the post info and i need that.
I want to show the location by editing the conversation_userinfo and add the location under the posts counter:
<li class="b-userinfo__additional-info"><label>{vb:phrase posts}:</label> <span>{vb:raw userInfo['posts']}</span></li>
I have tried this:
<li class="b-userinfo__additional-info"><label>{vb:phrase location}:</label> <span>{vb:raw userInfo.customFields.default.field2_title.val}</span></li>
Any ideas?
*I was told from vbulletin.com that i dont need a hook and all i need is the correct code and that i should post here.
I want to show the location by editing the conversation_userinfo and add the location under the posts counter:
<li class="b-userinfo__additional-info"><label>{vb:phrase posts}:</label> <span>{vb:raw userInfo['posts']}</span></li>
I have tried this:
<li class="b-userinfo__additional-info"><label>{vb:phrase location}:</label> <span>{vb:raw userInfo.customFields.default.field2_title.val}</span></li>
Any ideas?
*I was told from vbulletin.com that i dont need a hook and all i need is the correct code and that i should post here.