Question How do I change the css style of the display?

Status
Not open for further replies.

Marcelos

Customer
Hello.

I wanted to change the style of the awards and achievements display. How can I do that?

Also, if you are able to help, do you know the code I could use to hide the display when the postbit is on private message area? Since it changes size I don't like how it shows.

Thanks
 
You can change the CSS for those bits in the dbtech_vbshop_postbit_purchase and dbtech_vbactivity_postbit_reward templates :)

Included the vBShop template name too in case you're running that :)
 
About the display thing, to hide it on private message pages, do you know how?

I know it is an "if" thing, just don't know the code.
 
Sorry, forgot about that while I was searching for the template names.

You can try <vb:if condition="THIS_SCRIPT != 'private'"> </vb:if> around the template :)
 
Sorry, forgot about that while I was searching for the template names.

You can try <vb:if condition="THIS_SCRIPT != 'private'"> </vb:if> around the template :)

Shouldn't I have an if not for the code? I want to hide only in the private message section.
 
That is what that code is :)

If you place the starting <vb:if> in the top of the template, and the closing </vb:if> in the bottom, what that does is "show the template only if the current page is not the PM page" :)
 
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,730
Customer rating
0.00 star(s) 0 ratings
Back
Top