Question View Awards in roster page?

Status
Not open for further replies.

MudRacing

Customer
in this page S.P.Q.R. Cl@n - S.P.Q.R. Cl@n Roster
I would like to see the awards(as displayed in postbit) for each user, can I do?


I write below the template, I have already changed the field 1 and 4 to see the images:
Code:
<vb:if condition="$showbits == 1">
	<tr>
		<td>
			<vb:if condition="$show[avatarcol]">
				<vb:if condition="$show['avatar']">
					<img class="avatar" src="{vb:raw avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw userinfo.username}}" />
				<vb:else />
					<img class="avatar" src="images/misc/avatar.png" alt="{vb:rawphrase no_avatar_specified}" />
				</vb:if>
			</vb:if>
			<a href="member.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}-{vb:raw userinfo.username}">{vb:raw userinfo.musername}</a>
			<vb:if condition="$show[onlinestatuscol]">{vb:raw userinfo.onlinestatus}</vb:if>
		</td>
		<vb:if condition="$show[field1st] AND exec_switch_bg()"><td class="$bgclass" nowrap="nowrap" align="center"><img src="http://www.spqrclan.com/web/images/ranks/ranksspqr/{vb:var userinfo.{vb:var columns[column1]}}.png" alt="{vb:var userinfo.{vb:var columns[column1]}}" /></td></vb:if>
		<vb:if condition="$show[field2nd] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column2]}}</td></vb:if>
		<vb:if condition="$show[field3rd] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column3]}}</td></vb:if>
		<vb:if condition="$show[field4th] AND exec_switch_bg()"><td><img src="http://miniprofile.xfire.com/bg/sh/type/1/{vb:var userinfo.{vb:var columns[column4]}}.png" alt="{vb:var userinfo.{vb:var columns[column4]}}" /></td></vb:if>
		<vb:if condition="$show[field5th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column5]}}</td></vb:if>
		<vb:if condition="$show[field6th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column6]}}</td></vb:if>
		<vb:if condition="$show[field7th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column7]}}</td></vb:if>
		<vb:if condition="$show[field8th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column8]}}</td></vb:if>
		<vb:if condition="$show[datejoinedcol] AND exec_switch_bg()"><td>{vb:raw userinfo.datejoined}</td></vb:if>
		<vb:if condition="$show[lastactivecol] AND exec_switch_bg()"><td>{vb:raw userinfo.lastactive}</td></vb:if>
		<vb:if condition="$show[profilepiccol] AND exec_switch_bg()"><td>{vb:raw userinfo.profilepic}</td></vb:if>
	</tr>
</vb:if>



Possible?

Thanks
 
I don't think so, unless you also copy the code that generates that view.

In either case, such customisations aren't supported, so anything you do regarding that isn't something I'll be able to assist with unfortunately :(
 
Status
Not open for further replies.

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,726
Customer rating
0.00 star(s) 0 ratings
Top