The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I am trying to modify the main forum page in a way that will allow me to display information from a custom field in the users profile on the main forum of the site.
This is from a random Modification that I have installed on the homepage, I need to be able to pull the bolded, underlined information to any page and I am not sure how to do this. I have gotten it working in the postbit template, but I can't seem to get it working on the homepage of the site seeing that the profile "fields" aren't present or being called anywhere on the page. Any assistance would be greatly appreciated. Code:
<vb:if condition="$show['mgc_cb_evo_username_column']"> <span class="{vb:raw fontclass}"> <vb:if condition="!$anonymous"> <vb:if condition="$show['mgc_cb_evo_pm_tabs']"> {vb:raw username_prefix}<a style="text-decoration: none" href="#" onclick="return mgc_cb_evo_open_pm_tab({vb:raw user.userid},'{vb:raw user.raw_username_secured}');">{vb:raw user.username}</a> <vb:else /> {vb:raw username.field5} <a style="text-decoration: none" href="{vb:raw vboptions.bburl}/member.php?{vb:raw session.sessionurl}u={vb:raw user.userid}">{vb:raw user.username}</a> </vb:if> <vb:else /> {vb:raw username_prefix}{vb:raw user.username} </vb:if> </span> </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|