Status
Not open for further replies.

Rusty Ferguson

New member
I am confused on what to remove from the default template. (Trying that one first.)

I've tried various things. I can get the default and the Tab to show the information but when I try to remove it from the default template both stop working. I've tried various ways but I get two or none. I'll post the code from my first attempt. I stopped after three or four before I really broke something. :)

Code:
 [COLOR=#000000][FONT=Tahoma]<dl class="userinfo_extra">[/FONT][/COLOR]
[COLOR=#000000][FONT=Tahoma]                         <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>[/FONT][/COLOR]
[COLOR=#000000][FONT=Tahoma]                         <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>[/FONT][/COLOR]
[COLOR=#000000][FONT=Tahoma]                         <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>[/FONT][/COLOR]
[COLOR=#000000][FONT=Tahoma]                         <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>    [/FONT][/COLOR]
[COLOR=#000000][FONT=Tahoma]                         {vb:raw template_hook.postbit_userinfo_right_after_posts}[/FONT][/COLOR]
[COLOR=#000000][FONT=Tahoma]                    </dl>[/FONT][/COLOR]

I tried removing that and putting in my tab. It worked until I removed it from the default and then nothing displayed.

I took the DL tags out in various ways but it seems I never found the correct combination.

Thanks for the help. (I have a mess right now. I have been using another activity point system, its still working but he appears to have abandoned his. I have both running right now until I get yours figured out. To make things worse, I need to upgrade my theme but it will be a few days before I can purchase the renewal. I doubt you'll go to the site but I'm working from the vB default them but another theme will be displaying when you first get there.)
 
Change the template code you posted to
Code:
                    <dl class="userinfo_extra">
                         {vb:raw template_hook.postbit_userinfo_right_after_posts}
                    </dl>
 
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
496
Customer rating
0.00 star(s) 0 ratings
Back
Top