Question How get vbnominate in postbit tabs

Status
Not open for further replies.

bosss

Customer
How get vbnominate postbit info on postbit tabs exp in user info or another tab group ?

please some help

if i choose auto template deployment - nothing hapens because mu postbit_legacy is changed ... removed some user info - because was double

regards

bosss
 
If vBNominate provides manual deployment code, you can add that to a View in Postbit Tabs.
 
You mean to make new view or in user info view?

here is my user info view

PHP:
<dl class="userinfo_extra">
	<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
	<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
	<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
	<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
	<vb:if condition="$post['entries']"><dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd></vb:if>
</dl>
{vb:raw template_hook.dbtech_userinfo_right_after_posts}

and here is manual deployment code - {vb:raw vbnominate.combined}

how tu put or where?

please some help?

regards

bosss
 
You can put the {vb:raw vbnominate.combined} code pretty much anywhere in that view, wherever you want it displayed :)
 
Status
Not open for further replies.

Legacy Postbit Tabs

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