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)

Bluefin221 11-01-2012 04:28 PM

Quote:

Originally Posted by simonhind (Post 2377562)
all forum styles are different and need each tag needs to be closed with </div>
the same goes for some styles need


PHP Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<
dt>{vb:rawphrase tmnt_joins}</dt>
<
dd
{
vb:raw post.tmnt_joins}
          </
dd>
     </
div

PHP Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{
vb:rawphrase tmnt_joins}
<
dd
{
vb:raw post.tmnt_joins}
          </
dd>
     </
div


Those worked fine, its the dbtech ones which wrecked the forums, I'll post up a screenshot of what happens when I add that code.

Bluefin221 11-01-2012 04:35 PM

Its something wrong with this part:

Code:

<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 4) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 4)">
  <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase dbtech_usertag_quoted}
        <dd>
{vb:rawphrase dbtech_usertag_x_posts, {vb:var post.dbtech_usertag_quotes}}
          </dd></vb:if>
    </div>

When I add it everything goes haywire, I have taken this part away just now and using the 1st and 2nd part and its working fine.

Harpo 11-08-2012 10:44 PM

1 Attachment(s)
Need help making the postbit just a little wider to fit my avatars. My avatars are fixed to 177x120.

Can someone help me? How do I change the width? I uploaded a screenshot in my attachments.

Madita 11-09-2012 09:58 AM

Hi / Merhaba

we did a upgrade to 4.1.12 - now our former postbit style doesnt work anymore.

this is your mod in my additional.css so far, which looks like this:
http://hizliresimyukle.com/view-pic-...g=361737&w=720

As you can see some minor changes I have been done:
Quote:

/#################### 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 #cc9900;
border-left: 1px solid #cc9900;
border-right: 1px solid #cc9900;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px; }

.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;
border: 1px solid #cc9900;
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 #cc9900;
border-left: 1px solid #cc9900;
border-right: 1px solid #cc9000;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px; }

.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;
border: 1px solid #cc9900;
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 #880000;
border-left: 1px solid #880000;
border-right: 1px solid #880000;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px; }

.etiket_postbit_alanI_durumu_iceride dd { float: right; }

.postbitlegacy .userinfo {
background: none repeat scroll 0 0 #ffdeb;
border: 1px solid #cc9900;
margin: 5px;
padding: 3px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 0px 5px 1px #fff;
-moz-box-shadow: 0px 0px 5px 1px #fff;
box-shadow: 0px 0px 5px 1px #fff; }


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

.etiket_postbit_alanI_imlinks :hover {
background: #6DB53E;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; }

.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 #cc9900;
border-left: 1px solid #cc9900;
border-right: 1px solid #cc9900;
margin-top: 2px;
padding: 0 4px 6px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;}

.etiket_postbit_alanI_postbit_reputation {
background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
border: 1px solid #cc9900;
margin-top: 2px;
padding: 2px;
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}

.etiket_postbit_alanI_rank {
background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
border: 1px solid #cc9900;
margin-top: 2px;
padding: 2px;
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; }

.etiket_postbit_alanI_usertitle {
background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
border: 1px solid #cc9900;
margin-top: 2px;
font-size: 13px;
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}


.etiket_postbit_alanI_username {
background: url("/images/etiket_postbit/etiket_postbit_rank.png") repeat scroll center center transparent;
border: 1px solid #cc9900;
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}

.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 #cc9900;
margin: 2px 1px 0 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}

.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 #cc9900;
margin-top: 1px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; }

.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 ####################/
Bu I would like to have the each option in a box.
like this, as it was before: http://img428.yukle.tc/images/1513rep-profil-yukari.jpg

And how do I add the User ID (= member No. x)

Can you help coding it please ?

(P.S: valla bu seferki kodun cok karisik geldi bana, ne yaptiysam daha da bozuyorum. Yardimci olursan cok sevinirim! Daha ?nce postbit'de yaptigim degisiklerinde hic zorluk cekmemistim - bu 4.1.12'den kaynaklaniyor galiba.

Saygilar

TheSupportForum 11-10-2012 03:34 AM

Quote:

Originally Posted by Madita (Post 2379643)
Hi / Merhaba

we did a upgrade to 4.1.12 - now our former postbit style doesnt work anymore.

this is your mod in my additional.css so far, which looks like this:
http://hizliresimyukle.com/view-pic-...g=361737&w=720

As you can see some minor changes I have been done:


Bu I would like to have the each option in a box.
like this, as it was before: http://img428.yukle.tc/images/1513rep-profil-yukari.jpg

And how do I add the User ID (= member No. x)

Can you help coding it please ?

(P.S: valla bu seferki kodun cok karisik geldi bana, ne yaptiysam daha da bozuyorum. Yardimci olursan cok sevinirim! Daha ?nce postbit'de yaptigim degisiklerinde hic zorluk cekmemistim - bu 4.1.12'den kaynaklaniyor galiba.

Saygilar

you need to be more specific on the support you need
each time you update your forum tags in templates tend to change

this will also be the same for mods that add information to the postbit_legacy template

this is the basic structure you need to follow

PHP Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Description
         
<dd
          
content
          
</dd>
     </
div

but this will also depend on custom styles as they will behave differenlty depending on how the tag is opened/closed

this is an example of old style

PHP Code:

<span class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Description
         
<dd
          
content
          
</dd>
     </
span


pape sets fire 11-28-2012 11:56 PM

first of all I would like to mention that recently started with vbulletin but I am trying hard.
I have the following problem, i create a mandatory field for each one choise your own team, but I can not make it look the field of "club" in the profile. I can not get the name of rawphrase.

i Appreciate it if anyone can help.


- here is the required field to register, which would add
https://vborg.vbsupport.ru/external/2012/11/2.jpg


- this is how it looks now, just add the field achievement but not the title
https://vborg.vbsupport.ru/external/2012/11/3.jpg


- and here is the code (wrong) in postbit_legacy:

HTML Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase equipo}
        <dd>
{vb:raw post.field6}
          </dd>
    </div>



really i Appreciate it if anyone can help, thanks a lot..

Khriz 11-29-2012 03:27 AM

Quote:

Originally Posted by TheSupportForum (Post 2371257)
Just an Update Guys

The invisible part doesn't work... :(

pape sets fire 11-29-2012 08:31 PM

please, can anyone help?

trackpads 12-04-2012 12:56 AM

1 Attachment(s)
I need some design help if you can. Can someone recommend the css values that would look good with my style?

mehmet_ 12-10-2012 12:28 PM

Çok teşekkürler.


All times are GMT. The time now is 11:03 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.01354 seconds
  • Memory Usage 1,799KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)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)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