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)

Rolandinjos 01-07-2012 01:51 AM

Quote:

Originally Posted by simonhind (Post 2284457)
Rolandinjos

please revert the postbit template for that mod

then edit
dbtech_thanks_postbit_stats
replace all code with

Code:



  <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:raw title}
        <dd>
{vb:raw stat}
          </dd>
    </div>


Thank you very much for your help,now everything is fine

GossipAll 01-09-2012 02:17 PM

I just installed it on 4.1.7 and the invisible thingy does not work.

Raioneru 01-10-2012 03:26 AM

Can anyone help me? Everything works just fine but I get this:
https://vborg.vbsupport.ru/ How can I fix how the mentioned and tagger parts? thanks

Edit: Nevermind, was able to do it myself. :3

Shadow09 01-10-2012 08:39 AM

Quote:

Originally Posted by GMan55 (Post 2275367)
As previously mentioned, the invisible background does not work. I think it's an issue with your script. I don't think it works for anyone. Would be nice if you can fix that :).

Quote:

Originally Posted by DjEddie (Post 2279176)
Hi,

I've got 4.15 works fine apart from the invisible user styling not showing properly...


Quote:

Originally Posted by Marcin_J_ (Post 2283517)
and me...


Quote:

Originally Posted by GossipAll (Post 2285548)
I just installed it on 4.1.7 and the invisible thingy does not work.


We are five now. Where is the support???

TheSupportForum 01-10-2012 09:26 AM

Quote:

Originally Posted by Shadow09 (Post 2285889)
We are five now. Where is the support???

as i have said before about this

each mod installed for the postbit_legacy template needs to be converted witht he correct tags

if not this mod will not show up properly
all people have done is posted images and not the code

please post the code of the mod you are having issues with
for example

if you have installed

if you have vbulletin4 publisher suite you'll need to convert template
blog_postbit_entries_link and replace all the code with

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase blog_entries}<dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd>
</div>

additional.css you need to include
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 #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    -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 #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    -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 #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    -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 #494949;
    border: 1px solid #515151;
    margin: 5px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #515151;
    -moz-box-shadow: 0px 0px 5px 1px #515151;
    box-shadow: 0px 0px 5px 1px #515151; }


.etiket_postbit_alanI_imlinks {
        background: none repeat scroll 0 0 transparent;
    border: 0px solid #515151;
    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:#AFAFAF;
    margin-top: 2px;
    text-align:left;
        border-bottom: 1px solid #606060;}

        .etiket_postbit_alanI_userinfo_extra_yazIlarI dd { float: right;}


.etiket_postbit_alanI_userinfo_extra {
      background: url("images/etiket_postbit/etiket_postbit_avatar_siyah.png") repeat scroll center 0 #202020;
    border-bottom: 1px solid #515151;
        border-left: 1px solid #515151;
        border-right: 1px solid #515151;
    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_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    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_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    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_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    margin-top: 2px;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        color: #AFAFAF;}
 

.etiket_postbit_alanI_username {
        background: url("images/etiket_postbit/etiket_postbit_rank_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    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_siyah.png") repeat scroll center 0 #202020;
    float: none;
    padding: 4px;
    text-align: center;
    border: 1px solid #515151;
    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 #494949;
        border: 1px solid #202020;
    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_siyah.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 #494949;
        margin-bottom: 5px;
        margin-right: -10px;
        padding: 5px;
        color: #AFAFAF;}
/#################### eTiKeT 2011 Postbit_Legacy ####################/

DragonByte Tech: vBCredits II Deluxe mod requires
credits_display_postbit_row replaced with

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<if condition="$vb4"><dt>$currency[title]</dt> <dd><else /><div>$currency[title]: </if>
        <dd>

          </dd>
<a href="credits.php$session[sessionurl_q]" rel="credits-$currency[currencyid]-$user[userid];$user[username]">$useramt</a>
<if condition="$vb4"></dd><else /></div></if>
    </div>

unless you provide us with the code we can't help you with the issues.

Rolandinjos 01-10-2012 12:31 PM

Quote:

Originally Posted by Raioneru (Post 2285807)
Can anyone help me? Everything works just fine but I get this:
http://vvcap.net/db/zkyay88DzkCMTu-fNMCD.png How can I fix how the mentioned and tagger parts? thanks

Edit: Nevermind, was able to do it myself. :3

Look at my posts and responses from Simonhind at it, you might be helpful

Good luck

Raioneru 01-11-2012 05:01 AM

Quote:

Originally Posted by Rolandinjos (Post 2285963)
Look at my posts and responses from Simonhind at it, you might be helpful

Good luck

I was actually able to do it thanks to that, but now I'm trying to center everything so there isn't so much space between the information (example: Age: 23)
https://vborg.vbsupport.ru/

TheSupportForum 01-11-2012 06:54 AM

Quote:

Originally Posted by Raioneru (Post 2286391)
I was actually able to do it thanks to that, but now I'm trying to center everything so there isn't so much space between the information (example: Age: 23)
http://vvcap.net/db/c6pz9Ampb1dtYI9q6Mms.png

thats part of the original code provided by the developer of this mod
postbit_legacy

Code:

<vb:if condition="$post['age']">
 <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase age} <dd> {vb:raw post.age}</dd></div></vb:if>

is the code you you are looking for within it

if you remove the <dd> from it it should work, so it should look like this

Code:

<vb:if condition="$post['age']">
 <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase age} {vb:raw post.age}</dd></div></vb:if>


Shadow09 01-11-2012 08:18 AM

Quote:

Originally Posted by simonhind (Post 2285902)
unless you provide us with the code we can't help you with the issues.


Sorry I don't understand.. What code do you need? Postbit_legacy?? Or what else?

TheSupportForum 01-11-2012 09:08 AM

Quote:

Originally Posted by Shadow09 (Post 2286436)
Sorry I don't understand.. What code do you need? Postbit_legacy?? Or what else?

it depends on what MOD you are having diffultu with for the postbit/_legacy to show
this MOD in the correct manner you want it to show

its not the screenshot i need its the name of the mod + the posbit_
code from that mod that need to be updated to work with this existing mod


All times are GMT. The time now is 06: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.01450 seconds
  • Memory Usage 1,797KB
  • 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_code_printable
  • (11)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