Status
Not open for further replies.

BrianC

Customer
Hi,

I am having an issue with displaying the information in my postbit. Specifically one of the issues I have is VB-Activity Stats and VB-Activity Bars. When selecting the postbit for Stats and Bars with the extra information in the closed position the information is displayed normally.

postbit1.webp

When clicking the arrow to display the Stats the Bars section does not move down but moves to the right and partially obscures the information being displayed in the Stats section.

postbit2.webp

This does not occur in the default theme only in my PureVB. Any advice how to correct? I would be happy to replace whatever code would allow this area of the postbit to be changed appear as who the default VB theme is displayed. I just do not know how. I would think other PureVB theme users are running into this??

Thanks, Brian
 
I would suggest contacting PureVB, skins should not be doing that.

You can change the contents of the dbtech_vbactivity_postbit_stats to
Code:
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 4)"><dt>{vb:rawphrase dbtech_vbactivity_points}</dt> <dd>{vb:raw userinfo.points}</dd></vb:if>
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 8)"><dt>{vb:rawphrase dbtech_vbactivity_level}</dt> <dd>{vb:raw userinfo.activitylevel}</dd></vb:if>


<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 128)">
<dt>{vb:rawphrase dbtech_vbactivity_level_percent}</dt> <dd>{vb:raw userinfo.levelpercent}%</dd>
<dd>{vb:raw activitylevel}</dd>
</vb:if>
{vb:raw userinfo.activity}
 
Thanks Fillip

Was the code
Code:
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 4)"><dt>{vb:rawphrase dbtech_vbactivity_points}</dt> <dd>{vb:raw userinfo.points}</dd></vb:if>
<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 8)"><dt>{vb:rawphrase dbtech_vbactivity_level}</dt> <dd>{vb:raw userinfo.activitylevel}</dd></vb:if>


<vb:if condition="!($bbuserinfo['dbtech_vbactivity_settings'] & 128)">
<dt>{vb:rawphrase dbtech_vbactivity_level_percent}</dt> <dd>{vb:raw userinfo.levelpercent}%</dd>
<dd>{vb:raw activitylevel}</dd>
</vb:if>
{vb:raw userinfo.activity}
intended to replace sections of dbtech_vbactivity_postbit_stats or the entire template. Replacing results in just the Stats showing and replacing the similar if not exact code in the file results with the same issue.

I also have a similar issue with the achievements tab.
postbit3.webp

Unfortunately I do not think I will be able to get the help needed from theme programmer to correct. The assistance is pretty generic and I don't even how to describe what is the issue :o

I have purchased licenses for numerous mods now and looking forward to getting the site squared away. I do not think there are many issues to resolve.

Thank you....
 
The entire template :)

I can't assist with the Achievements issue unfortunately, that's not a collapse object :(
It appears as if the boxes don't expand to fit the width of the content.
 
I installed new template to correct this. I had other issues with the template I was using as well.
 
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