![]() |
Backround at Postbit
I have Vbulletin version 3.81.
I would like to use a backround at the postbit area(where the avatar and all the other user info exist). How can I do that? Thank you for your time. |
<a href="https://vborg.vbsupport.ru/showthread.php?t=203850&highlight=background+postb it" target="_blank">https://vborg.vbsupport.ru/showt...ground+postbit</a>
|
Thank You so much.
|
Thank you for the reply. But I don't want to use different background for each member group, just the same for everyone. How could I do that?
|
Simply add all the usergroups IDs separated by a comma. You'll only have to do it once unless you add a usergroup of course.
So from a step listed in the background postbit mod (linked above): Code:
<if condition="is_member_of($post, #)"> 1 = Unregisted / Not Logged In 2 = Registered 3 = Users Awaiting Email Confirmation 4 = (COPPA) Users Awaiting Moderation 5 = Super Moderator 6 = Administrators 7 = Moderators Plus whatever custom usergroup ID you have.. So to add them all: Code:
<if condition="is_member_of($post, 1,2,3,4,5,6,7)"> |
All times are GMT. The time now is 11:33 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|