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 - eTiKeT? 2011 Posbit_legacy - Postbit (https://vborg.vbsupport.ru/showthread.php?t=274568)

rafiul 11-25-2011 10:37 PM

Not working in 4.1.7 . So this is only for version 4.1.8 ? Because problem i am facing is all of my post details is posting is outside of the post container.

Akangage 11-25-2011 11:46 PM

--- Solved ---

eTiKeT? 11-26-2011 08:21 AM

Quote:

Originally Posted by rafiul (Post 2271946)
Not working in 4.1.7 . So this is only for version 4.1.8 ? Because problem i am facing is all of my post details is posting is outside of the post container.

No, works fine except for an error . 4.1.7 The only problem is the title Invisible user
vBulletin 4.1.7 Patch Level 2 Demo

akibui 11-26-2011 11:40 AM

Quote:

Originally Posted by eTiKeT? (Post 2272063)
No, works fine except for an error . 4.1.7 The only problem is the title Invisible user

4.1.8 same problem.

GMan55 11-26-2011 03:57 PM

My issue is the font is unreadable.

https://vborg.vbsupport.ru/external/2011/11/30.png

Can you help me fix this?
Also, user invisible doesn't show an image like yours in the pic. There is no background and the text is grey.

Thanks for any help.

EDIT: Here is how my user invisible looks like:
https://vborg.vbsupport.ru/external/2011/11/31.png

kfyonur 11-27-2011 05:59 AM

Quote:

Originally Posted by GMan55 (Post 2272157)
My issue is the font is unreadable.

https://vborg.vbsupport.ru/external/2011/11/30.png

Can you help me fix this?
Also, user invisible doesn't show an image like yours in the pic. There is no background and the text is grey.

Thanks for any help.

EDIT: Here is how my user invisible looks like:
https://vborg.vbsupport.ru/external/2011/11/31.png

Open the additional.css template of the theme that you use and add this code to the top update new code !

Code:

/#################### eTiKeT 2011 Postbit_Legacy ####################/
.etiket_postbit_alanI_durumu_gizli_geziyor {
        background: url("/images/etiket_postbit/etiket_postbit_gizli.png") repeat scroll 0 0 #474747;
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
        margin-bottom: -2px;
    font-size: 13px;
    padding: 0 4px 0;
    color: #FFF;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
 
    .etiket_postbit_alanI_durumu_gizli_geziyor  dd { float: right; }
 
.etiket_postbit_alanI_durumu_cevrimdIsI {
        background: url("/images/etiket_postbit/etiket_postbit_cervim_disi.png") repeat scroll 0 0 #d20303;
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
        margin-bottom: -2px;
    font-size: 13px;
    padding: 0 4px 0;
    color: #fff;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
 
    .etiket_postbit_alanI_durumu_cevrimdIsI  dd { float: right; }
 
.etiket_postbit_alanI_durumu_iceride {
        background: url("/images/etiket_postbit/etiket_postbit_cervimici.png") repeat scroll 0 0 #86c901;
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
        margin-bottom: -2px;
    font-size: 13px;
    padding: 0 4px 0;
    color: #fff;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
 
    .etiket_postbit_alanI_durumu_iceride  dd { float: right; }
 
.postbitlegacy .userinfo {
    background: none repeat scroll 0 0 #E5E3E3;
    border: 1px solid #D1CFCF;
    margin: 5px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #E2E2E2;
    -moz-box-shadow: 0px 0px 5px 1px #E2E2E2;
    box-shadow: 0px 0px 5px 1px #E2E2E2; }


.etiket_postbit_alanI_imlinks {
        background: none repeat scroll 0 0 transparent;
    border: 0px solid #DDDDDD;
    text-align: center;
    margin-top: 2px;
    padding: 2px 6px 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
    .etiket_postbit_alanI_imlinks :hover {
        background: #6DB53E;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }

.etiket_postbit_alanI_userinfo_extra_yazIlarI {
    color:{vb:stylevar post_field_font_color};
    margin-top: 2px;
    text-align:left;} 

        .etiket_postbit_alanI_userinfo_extra_yazIlarI dd { float: right;}


.etiket_postbit_alanI_userinfo_extra {
        background: url("/images/etiket_postbit/etiket_postbit_avatar.png") repeat scroll center center transparent;
    border-bottom: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
    margin-top: 2px;
    padding: 0 4px 6px;
    -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;}
 
.etiket_postbit_alanI_postbit_reputation {
        background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
    border: 1px solid #DDDDDD;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
.etiket_postbit_alanI_rank { 
        background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
    border: 1px solid #DDDDDD;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
 
.etiket_postbit_alanI_usertitle {
        background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
    border: 1px solid #DDDDDD;
    margin-top: 2px;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 

.etiket_postbit_alanI_username {
        background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
    border: 1px solid #DDDDDD;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
.postbitlegacy .userinfo .postuseravatar, .postuseravatar img {
        background: url("/images/etiket_postbit/etiket_postbit_avatar.png") repeat scroll 0 0 transparent;
    float: none;
    padding: 4px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin: 2px 1px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
.postbitlegacy .userinfo .username_container { margin-bottom: 1px; }
 
.postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F6F8;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
 
.postcontainer .username_container .popupmenu a.popupctrl { font-size: 19px; }

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {border-left: 0px solid #EFEFEF;}

.postbitlegacy .postdetails, .eventbit .eventdetails { background: {vb:stylevar postbit_background};}

.postbit .posttitle, .postbitlegacy .title {
        background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
        -webkit-border-radius:  5px 0 0 5px;;
    -moz-border-radius:  5px 0 0 5px;;
    border-radius:  5px 0 0 5px;;
        border: 1px solid #E9E9E9;
        margin-bottom: 5px;
        margin-right: -10px;
        padding: 5px;}
/#################### eTiKeT 2011 Postbit_Legacy ####################/


Akangage 11-27-2011 07:02 AM

My reputation point is missing? it wont show... if i revert back to the original one the reputation point the green bar is available. I'm using 4.1.7

Thanks

eTiKeT? 11-27-2011 10:59 AM

Quote:

Originally Posted by Akangage (Post 2272314)
My reputation point is missing? it wont show... if i revert back to the original one the reputation point the green bar is available. I'm using 4.1.7

Thanks

Anyone who uses 4.1.7 can look here.

Neo_Angelo 11-27-2011 11:33 AM

I have a quick fix for those with reputation not showing correctly in 4.1.7

in Postbit_legacy find this:
Code:

<vb:if condition="$show['reputation']">
                                <div class="etiket_postbit_alanI_postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
                                        <vb:each from="reputationdisplay" value="row">
                                                <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
                                        </vb:each>

</div>
                        </vb:if>

And replace with this code:

Code:

<vb:if condition="$show['reputation']">
                                <div class="etiket_postbit_alanI_postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</Div>
                        </vb:if>

This fixed the reputation display for me, hope this helps others :)

Asta 11-27-2011 12:46 PM

works with 4.1.8 also but question how can i change the background color of that

or hafe you images for dark styles?

Thanks

http://imageshack.us/photo/my-images/215/demojp.jpg/


All times are GMT. The time now is 07:52 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.01895 seconds
  • Memory Usage 1,787KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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