Status
Not open for further replies.

Viceroy

Customer
The achievements shows up in the middle of all other fields. How do I move it so it show up either below the avatar or at the bottom after "Following"?

postbitx.png
 
You can use {vb:raw vbactivity_postbit.achievement} to display Achievements in a custom location.

Note that you need to untick "Below Post Count" for Achievements Display Style: Postbit and Awards Display Style: Profile in vBAA's vBOptions to avoid duplicates.
 
I believe to show it after the avatar find the following and insert {vb:raw vbactivity_postbit.achievement} just after that.

Code:
			<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
				<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
			</a>
			</vb:if>

I believe to show it in above the social icons find the following and insert {vb:raw vbactivity_postbit.achievement} just after that.

Code:
{vb:raw template_hook.postbit_userinfo_right}

Let me know if that works.
 
Actually nothing happens when I put the {vb:raw vbactivity_postbit.achievement} there. I dont know why. :confused:
 
I dunno, I tried adding it on your site, and no matter where I added it in the postbit_legacy template it shows up next to the avatar, so maybe Fillip H. will know what's up.
 
Another question is why you have this location as defult? Is it not possible to have it at the bottom as the bottom field as default? To have this row With achievements in the middle of everything doesnt look good. In any case I hope we can solve this problem. I have also contacted the skin creator and asked him about this. In general I hope your mods are compatible with vBSEO because so many people using it.
 
I know it is not a style issue, I tried it on your default style as well and got the same results. I may have to forward Fillip H. the admin login info so he can take a look for himself.
 
I added
Code:
{vb:raw vbactivity_postbit.achievement}
directly beneath
Code:
			<vb:if condition="$show['avatar']">
			<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
				<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
			</a>
			</vb:if>
in postbit_legacy and it's displaying just fine :)
 
It only looks normal in Chrome. This is what it looks like in Internet Explorer 10, and it looks even worse in Firefox. I cannot use this if it's not looking normal in all three web browsers

postbit.png
 
Last edited:
Yes now it looks perfect. What did you do? And is that location better than below "Following"? Cant you add these locations in the settings so we don't have to add manually? If it's possible. :)
 
I moved it inside the <dl class="userinfo"> block :)

For the majority of our customers, the existing display is fine - it's actually quite rare that someone uses a boxed postbit display style and don't use other mods like Postbit Tabs to organise their postbit :)
 
Fillip H.. can you set it back to default settings on my website? I try to avoid special solutions.
 
You can do that by undoing the aforementioned template edit and ticking the "Below Post Count" box in the various vBulletin Options for this mod :)
 
Status
Not open for further replies.

Legacy vBActivity & Awards

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