Status
Not open for further replies.
This is not a bug.

From the readme.txt file:
4. 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.

Remove the following code from the postbit_legacy template:
Code:
	 	                    <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>

Code:
	 	                <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>
 
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