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 - V-xen Style Postbit_Legacy - 6 Piece Color Option 4.1.3 (https://vborg.vbsupport.ru/showthread.php?t=262949)

lubbie 05-10-2011 11:52 AM

Quote:

Originally Posted by Juggernaut (Post 2193070)
Looks nothing like xenforo in my opinion, xenforo is actually quite plain looking, this looks very nice. :D

LoL

hqlman 05-12-2011 08:30 PM

im having this issue: https://vborg.vbsupport.ru/external/2011/05/41.jpg


Anyone know the solution?

yilmaz 05-12-2011 08:43 PM

Quote:

Originally Posted by hqlman (Post 2194905)
im having this issue:
Anyone know the solution?

In your memberaction_dropdown template find
HTML Code:

<ul class="popupbody popuphover memberaction_body">
And replace with this
HTML Code:

<ul class="popupbody popuphover memberaction_body" style="width: 300px;">

hqlman 05-14-2011 08:40 AM

Quote:

Originally Posted by yilmaz (Post 2194909)
In your memberaction_dropdown template find
HTML Code:

<ul class="popupbody popuphover memberaction_body">
And replace with this
HTML Code:

<ul class="popupbody popuphover memberaction_body" style="width: 300px;">

Thanks, worked perfectly :)

RobbieZ 05-14-2011 10:34 AM

How can we reduce the 'Online' length? I extended mine to fit but it also extended the 'Online/Offline' a tad too much!

wipedout 05-15-2011 11:42 PM

I couldnt find the dark one... any input?

eTiKeT? 05-16-2011 04:45 AM

Quote:

Originally Posted by wipedout (Post 2196154)
I couldnt find the dark one... any input?

Black Color

PHP Code:

/************************************************************************/
/*   V-Xen Style Postbit                        *************************/
/*   Developer: eTiKeT?                         *************************/
/*   http://vizilti.net                         *************************/ 
/*   Versiyon : 1.0.0 Beta                      *************************/
/*   Renk     : Siyah                           *************************/
/************************************************************************/
 
.v_postbit_arka 
    
background#5E5E5E;
    
-webkit-border-radius3px;
    -
webkit-border-bottom-right-radius5px;
    -
webkit-border-bottom-left-radius5px;
    -
moz-border-radius3px;
    -
moz-border-radius-bottomright5px;
    -
moz-border-radius-bottomleft5px;
    
border-radius3px;
    
border-bottom-right-radius5px;
    
border-bottom-left-radius5px;
    
width130px;
    
border-topsolid 1px #E2E2E2;
        
border-bottomsolid 1px #E2E2E2;
        
border-rightsolid 1px #E2E2E2;
        
border-leftsolid 1px #E2E2E2;
    
text-aligncenter;
    
margin-leftauto;
    
margin-rightauto }
 
.
v_postbit_avatar {
    
background#7C7B7B;
    
-webkit-border-radius5px;
    -
moz-border-radius5px;
    
border-radius5px;
    
width130px;
    
bordersolid 0px #EAEAEA;
    
margin-leftauto;
    
margin-rightauto }
 
.
v_postbit_serit_kullanici_adi {
    
font-size10px;
    
font-weightbold;
    
margin: -6px 6px 0px 6px;
    
text-aligncenter; }
 
    .
v_postbit_serit_kullanici_adi li {
        
border-radius3px;
        -
webkit-border-radius3px;
        -
moz-border-radius3px;
        -
khtml-border-radius3px;
        
box-shadow0px 1px 3px rgba(0,0,00.25);
        -
webkit-box-shadow0px 1px 3px rgba(0,0,00.25);
        -
moz-box-shadow0px 1px 3px rgba(0,0,00.25);
        -
khtml-box-shadow0px 1px 3px rgba(0,0,00.25);
        
padding1px;
        
positionrelative;
        
margin-bottom5px; }
 
        .
v_postbit_serit_kullanici_adi li:last-child margin-bottom0px; }
 
    .
v_postbit_serit_kullanici_adi div {
        
positionabsolute;
        
top0px;
        
width4px;
        
height4px; }
 
    .
v_postbit_serit_kullanici_adi .sol {
        -
webkit-border-top-right-radius3px;
        -
moz-border-radius-topright3px;
        
border-top-right-radius3px;
        
right: -3px; }
 
    .
v_postbit_serit_kullanici_adi .sag {
        -
webkit-border-top-left-radius3px;
        -
moz-border-radius-topleft3px;
        
border-top-left-radius3px;
        
left: -3px; }
 
.
v_postbit_serit_kullanici_adi_arka {
    
background#000000 url(images/buttons/newbtn_middle.png) repeat-x;
    
border1px solid #000000; }
 
    
.v_postbit_serit_kullanici_adi_arka div background-color#000000; }
 
.v_postbit_serit {
    
font-size10px;
    
font-weightbold;
    
margin: -5px -5px -2px;
    
text-aligncenter; }
 
    .
v_postbit_serit li {
        
border-radius3px;
        -
webkit-border-radius3px;
        -
moz-border-radius3px;
        -
khtml-border-radius3px;
        
border-top-right-radius0px;
        -
webkit-border-top-right-radius0px;
        -
moz-border-radius-topright0px;
        -
khtml-border-top-right-radius0px;
        
border-top-left-radius0px;
        -
webkit-border-top-left-radius0px;
        -
moz-border-radius-topleft0px;
        -
khtml-border-top-left-radius0px;
        
box-shadow0px 1px 3px rgba(0,0,00.25);
        -
webkit-box-shadow0px 1px 3px rgba(0,0,00.25);
        -
moz-box-shadow0px 1px 3px rgba(0,0,00.25);
        -
khtml-box-shadow0px 1px 3px rgba(0,0,00.25);
        
padding1px;
        
positionrelative;
        
margin-bottom5px; }
 
        .
v_postbit_serit li:last-child margin-bottom0px; }
 
        .
v_postbit_serit li div {
            
positionabsolute;
            
top: -4px;
            
width4px;
            
height4px; }
 
        .
v_postbit_serit li .sol {
            
border-top-right-radius3px;
            -
webkit-border-top-right-radius3px;
            -
moz-border-radius-topright3px;
            -
khtml-border-top-right-radius3px;
            
right: -1px; }
 
        .
v_postbit_serit li .sag {
            
border-top-left-radius3px;
            -
webkit-border-top-left-radius3px;
            -
moz-border-radius-topleft3px;
            -
khtml-border-top-left-radius3px;
            
left: -1px; }
 
.
v_postbit_digerleri {
    
background#000000 url(images/buttons/newbtn_middle.png) repeat-x;
    
border1px solid  #000000;
    
color#fff; }
 
    
.v_postbit_digerleri div background-color#000000; }
 
.v_postbit_itibar {
    
background#ADEA36;
    
border1px solid #9DDB20;}
 
    
.v_postbit_itibar div background-color#ADEA36; }
 
.v_postbit_alanlar {
    
font-family'Trebuchet MS',Helvetica,Arial,sans-serif;
    
font-size10px;
    
color#AFAFAF;
    
text-alignleft;
    
padding-left6px;
    
padding-bottom2px; }
 
    .
v_postbit_alanlar .minik {
        
font-size11px;
        
color#000;
        
text-alignleft; }
 
.
v_postbit_serit_durum {
    
margin: -25px -5px 0px 90px;
    
text-aligncenter; }
 
    .
v_postbit_serit_durum li {
        
border-radius3px;
        -
webkit-border-radius3px;
        -
moz-border-radius3px;
        -
khtml-border-radius3px;
        
box-shadow0px 1px 3px rgba(0,0,00.25);
        -
webkit-box-shadow0px 1px 3px rgba(0,0,00.25);
        -
moz-box-shadow0px 1px 3px rgba(0,0,00.25);
        -
khtml-box-shadow0px 1px 3px rgba(0,0,00.25);
        
padding1px;
        
positionrelative;
        
margin-bottom5px; }
 
        .
v_postbit_serit_durum li:last-child margin-bottom0px; }
 
        .
v_postbit_serit_durum li div {
            
positionabsolute;
            
top: -4px;
            
width4px;
            
height4px; }
 
        .
v_postbit_serit_durum li .sag {
            
border-top-right-radius3px;
            -
webkit-border-top-right-radius3px;
            -
moz-border-radius-topright3px;
            -
khtml-border-top-right-radius3px;
            
right: -1px; }
 
        .
v_postbit_serit_durum li .sol {
            
border-top-left-radius0px;
            -
webkit-border-top-left-radius0px;
            -
moz-border-radius-topleft0px;
            -
khtml-border-top-left-radius0px;
            
left0px; }
 
.
v_postbit_durum {
    
background#e82c2c ;
    
border1px solid #e82c2c; }
 
    
.v_postbit_durum div background-color#e82c2c; }
 
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle .imlinks text-aligncenter; }
 
.
postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {
    
floatnone;
    
text-aligncenter;
    
padding2px;
    
max-width90px;
    
max-height90px; }
 
.
postbitlegacy .userinfo .usertitle {
    
displayblock;
    
floatnone;
    
text-aligncenter;
    
clearboth; }
 
.
postbitlegacy .userinfo .userinfo_extra text-aligncenter; }
 
.
postbit_reputation {
    
floatnone;
    
text-aligncenter; }
 
.
postbitlegacy .imlinks {
    
floatnone;
    
text-aligncenter; }
 
.
postbitlegacy .userinfo .userinfo_extra dd text-alignright; }
.
postcontainer .username_container .popupmenu a.popupctrl font-size17px; }

/****************  eTiKeT? V-Xen Style Postbit **********************/ 


gamerzhut 05-17-2011 05:21 PM

Installed. Can we have a background image feature for this post bit legacy? I guess it will look sexy cool.

everydayforums 05-18-2011 11:43 PM

Im guessing this doesnt work on 4.13?

BUDIMAN 05-19-2011 03:11 AM

http://screensnapr.com/-/uploads/FSTZqd.png

How To Fix Online Button Its Really Annoying...


All times are GMT. The time now is 12:40 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
  • Page Generation 0.01428 seconds
  • Memory Usage 1,883KB
  • 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
  • (4)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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