Status
Not open for further replies.

Charro

Customer
hi,

what do I need for a view ID to enter the "Join Date, Points, etc. .." get to the tab in the "User Info ".
(picture)
 

Attachments

  • tab.webp
    tab.webp
    19.4 KB · Views: 14
The View ID is not a requirement for moving any information, it's just a unique identifier.

However, since you have the Pro version, I suggest using the included postbit-export.xml file via PBTabs' Import / Export page. It will then automatically set up most of that info to be moved into the first tab.

Note that you will lose existing data, so whatever you set in the other 3 views would need to be reconfigured.


In order to complete the move of vBCredits data, click Automatic Template Edits -> Postbit -> Show Advanced Options -> Hook Name to dbtech_userinfo_right_after_posts.

Then, you need to edit the postbit_legacy template to remove
HTML:
					<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>

That should take care of everything :)
 
great :D, it did attempt it. Not so easy for a beginner ;)

Have another 2 questions:rolleyes::

1. Time spent and Pirate Poker I still have the tabs, as I get them there?
2. thanks / like is not opened for me.

(pictures)
 

Attachments

  • Tab2.webp
    Tab2.webp
    17.9 KB · Views: 13
  • tab3.webp
    tab3.webp
    11.9 KB · Views: 13
I can't tell you the code for those mods, unfortunately. You need to open whatever templates they use for their postbit stats and paste that into a new View.

To expand the APTL stats, open the dbtech_thanks_postbit template and replace it with
HTML:
{vb:raw stats}
 
To expand the APTL stats, open the dbtech_thanks_postbit template and replace it with
HTML:
{vb:raw stats}

what do I do exactly the thank you / Like is opened, such as here in Dragonbyte forum.

Here is the code:

<dd class="collapse" style="font-weight:bold; clear:both;">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_thanks_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></dd>
<dd>
<dl id="c_thanks_post{vb:raw post.postid}" style="display:none;">
{vb:raw stats}
</dl>


ok .... it has done to it .... I've got it :o
 
Last edited:
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
497
Customer rating
0.00 star(s) 0 ratings
Back
Top