Status
Not open for further replies.

FIIK

New member
Hi guys,

I having the above issue.

The Read me States:

You will need to remove any vBulletin template code from postbit(_legacy)
that you intend to use with Postbit Tabs, otherwise it will display multiple
times.


Would like guide to doing this please.

Regards Luke
 
On a unmodified template, find:
HTML:
				<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:raw template_hook.postbit_userinfo_right_after_posts}
				</dl>
Replace with
HTML:
				<dl class="userinfo_extra">
					{vb:raw template_hook.postbit_userinfo_right_after_posts}
				</dl>

Find and remove:
HTML:
				<vb:if condition="$show['infraction'] OR $show['reppower']">
				<dl class="user_rep">
					<vb:if condition="$show['infraction']">
					<dt>{vb:rawphrase infractions}</dt> 
					<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
					</vb:if>
					<vb:if condition="$show['reputation']">
						<vb:if condition="$show['reppower']">
					<dt>{vb:rawphrase reppower}</dt> 
					<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd> 
						</vb:if>
					</vb:if>
				</dl>
				</vb:if>
 
Hi again guys,

I did as you suggested above, the issue im now faced with is;

How do I get the member information into a postbit ??
I have all you products set ok, but lost the standard Post's / Location / Join Date info

Thanks again guys

Luke.
 
Add a view and put this into it:

<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>
 
Status
Not open for further replies.

Similar threads

Legacy Postbit Tabs

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