Back to vBulletin 4.x Template Modifications

Usergroup Background in postbit Legacy
Mod Version: 1.00, by Dr.osamA

vB Version: 4.0.1 Rating: (2 votes - 4.50 average) Installs: 23
Released: 05 Feb 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes  

Hi all !!

It's just the idea of making the background of the responses and posts a usergroup in postbit Legacy

http://www.alra7ba.net/vb/showthread.php/28340?langid=1&styleid=17

see pic in attachment

lets do it and try

Style Manager -> template postbit.css find

PHP Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
    
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
    
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
    
background: {vb:stylevar postbit_background};
    
_background-imagenone;
    
padding-bottom1em;

add ander it

PHP Code:
/* Dr.osamA - alra7ba editing postbit */
.postbitlegacy .postbody_admin, .eventbit .eventdetails .eventbody {
    
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
    
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
    
backgroundurl(http://www.xxxx.net/forum/xxx/Back-Admin-1.gif) repeat;
    
_background-imagenone;
    
padding-bottom1em;

chenge the link to your image URL
PHP Code:
http://www.xxxx.net/forum/xxx/Back-Admin-1.gif 
then save work

in template postbit_legacy find

PHP Code:
<div class="postbody"
replece with

PHP Code:
<vb:if condition="is_member_of($post, #)"><div class="postbody_admin">
<
vb:else />
<
div class="postbody">
</
vb:if> 
the red # is your usergroup's ID

then save work

it is all

you can use this image
http://www.alra7ba.net/vb/alra7ba/Back-Admin-1.gif

or this one
http://www.alra7ba.net/vb/alra7ba/Back-Admin-2.gif

or any image you want

PS: this working in VB 4.0.1 too

http://www.alra7ba.net/vb/showthread.php/28340?langid=1&styleid=17

Enjoy

Download

No files for download.

Supporters / CoAuthors

  • Dr.osamA

Screenshots

Click image for larger version
Name:	adm.jpg
Views:	2587
Size:	68.9 KB
ID:	111672  

Similar Mods

Show Thread Enhancements Postbit Legacy - Usergroup Backgrounds vb4 vBulletin 4.x Template Modifications
Miscellaneous Hacks Postbit Legacy - Usergroup Backgrounds vBulletin 3.8 Template Modifications

vblts.ru supports vBulletin®, 2022-2024