The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
look for some help here from someone in ther know.
I made a new profile field [field7](a milti -line text box) and i want to call that field into the showgroups_usergroupbit in a seperate column here is my showgroups_usergroupsbit template: Code:
<tr> <td class="$bgclass">$user[onlinestatus]</td> <td class="$bgclass"><div align="center"><a href="member.php?$session[sessionurl]u=$user[userid]"><img src="image.php?u=$user[userid]" border="0"></a></div></td> <td class="$bgclass"> <a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a></td> <td class="$bgclass"><if condition="$post['field7']">$post[field7]</if></td> <td class="$bgclass" nowrap="nowrap"> <if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if> <if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="<phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase>" border="0" /></a></if> </td> </tr> thanks in advanced dave |
#2
|
||||
|
||||
![]()
anyone??
--------------- Added [DATE]1193416079[/DATE] at [TIME]1193416079[/TIME] --------------- edit: nevermind i have worked it out for myself, for anyone looking at this thread in future i had to use this code to pull the data from the user profile field Code:
<td class="$bgclass">$user[field7]</td> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|