vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Usergroup Background in postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=235041)

Dr.osamA 02-04-2010 10:00 PM

Usergroup Background in postbit Legacy
 
1 Attachment(s)
Hi all !!

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

Demo

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

Demo

Enjoy

Forum Lover 02-05-2010 04:26 AM

By this, can we make it with more then one user group? How?

saadessa 02-05-2010 03:42 PM

thank you

Forum Lover 02-05-2010 06:23 PM

Quote:

Originally Posted by Dr.osamA (Post 1975434)
PHP Code:

<vb:if condition="is_member_of($post, 1,2,3,4,5,)"><div class="postbody_admin"
<
vb:else /> 
<
div class="postbody"
</
vb:if> 

with same code by changing 1,2,3,4 to your group

I mean, different background for different user group. :) Will that do with your hack?
Clicked Installed already Dr.

WebCraker 02-06-2010 12:07 AM

Great work

Installed

Forum Lover 02-06-2010 05:23 AM

Thanks. Buddy. :)

Jassem 02-06-2010 11:20 PM

بآركـ الله بكـ آخي الكريم

إلى الآمام

TimberFloorAu 02-06-2010 11:58 PM

Not something we would use, but great work Dr. :up:

NAZIA 02-07-2010 07:30 AM

new and nice concept,

n_only 02-12-2010 07:27 PM

hi..

please .. how can I put it only for a user id not for usergroup ?


All times are GMT. The time now is 11:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01164 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete