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)

TheSupportForum 10-06-2012 09:18 PM

Just an Update Guys

If you have a custom style installed please remember to link the style, if we dont have the style installed in order to support your request we can't help, so heres my suggestion for support on this mod

1) Post Link to issue ( preferably a postlink )
2) post mod installed for the request you need ( e.g. DTech Thank you MOD )

there are many that can help and quicker support it given when the details of the issue is shown rather than explained

i can give 1 BIG tip, which is about diferent styles


Postbit_legacy ( standard templates )
ensure that you replace postbit_legacy template with the postbit_legacy.txt file located in the download, some of the Postbit_legacy may need to be changed to support the style but easier to support


Code:


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

Postbit_legacy ( custom / professional templates )
this can be complicated for many and rather fustrating, and will require more time to support as the code will be different due to css and the change of location of code will also be diffent

Code:


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

if you have a custom style please ensure you paste the full postbit_legacy code
also if you are having issues with postbit_onlinestatus working please write
which VB version you are using as the code is slightly different on each version

if you have vb 4.2.0 its best to use

postbit_onlinestatus

Code:


<vb:if condition="THIS_SCRIPT == 'member'">
<vb:if condition="$onlinestatus==0"><img class="inlineimg onlinestatus" src="{vb:stylevar imgdir_statusicon}/user-offline.png" alt="{vb:rawphrase x_is_offline, {vb:raw user.username}}" border="0" />
<vb:elseif condition="$onlinestatus==1" /><img class="inlineimg onlinestatus" src="{vb:stylevar imgdir_statusicon}/user-online.png" alt="{vb:rawphrase x_is_online_now, {vb:raw user.username}}" border="0" />
<vb:elseif condition="$onlinestatus==2" /><img class="inlineimg onlinestatus" src="{vb:stylevar imgdir_statusicon}/user-invisible.png" alt="{vb:rawphrase x_is_invisible, {vb:raw user.username}}" border="0" /></vb:if>
<vb:else />
<vb:if condition="$onlinestatus==0"><div class="etiket_postbit_alanI_durumu_cevrimdIsI">Status<dd> Offline </dd></div></vb:if>
<vb:if condition="$onlinestatus==1"><div class="etiket_postbit_alanI_durumu_iceride">Status<dd> Online </dd></div></vb:if>
<vb:if condition="$onlinestatus==2"><div class="etiket_postbit_alanI_durumu_gizli_geziyor">Status<dd> Invisible </dd></div></vb:if>
</vb:if>

if you find that the postbit breaks afterwards please look for </span> if you using <div class as it may need to be changed to </div> to fix it, which is a common issue

Bluefin221 10-30-2012 04:16 AM

1 Attachment(s)
Having a display issue which I cannot appear to solve. Seen someone else post a similar problem, wondering if anyone can help?

As you can see on the attachment the tournaments joined etc the number is below and not at the side as it should be, every time I add a mod which adds anything to the postbit this same issue occurs and it looks pretty messy.

Damn just read the above will update it more later pretty tired now.

TheSupportForum 10-30-2012 11:00 AM

Quote:

Originally Posted by Bluefin221 (Post 2376957)
Having a display issue which I cannot appear to solve. Seen someone else post a similar problem, wondering if anyone can help?

As you can see on the attachment the tournaments joined etc the number is below and not at the side as it should be, every time I add a mod which adds anything to the postbit this same issue occurs and it looks pretty messy.

Damn just read the above will update it more later pretty tired now.

you are not closed the div tags properly, and any custom mods that appear in postbit you will also need to custom with
PHP Code:

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


Bluefin221 10-30-2012 03:14 PM

Quote:

Originally Posted by simonhind (Post 2377023)
you are not closed the div tags properly, and any custom mods that appear in postbit you will also need to custom with
PHP Code:

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


Cheers having a slight issue it won't line up correctly, doing it on a test forum though.

TheSupportForum 10-30-2012 03:50 PM

Quote:

Originally Posted by Bluefin221 (Post 2377058)
Cheers having a slight issue it won't line up correctly, doing it on a test forum though.

if you provide the code that needs to be looked at, i might be able to help

Bluefin221 10-30-2012 03:53 PM

Tournaments and Ladders by banana.

Code:

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

Also tagged posts by dbtech:

Code:

<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 1) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 1)"><dt>{vb:rawphrase dbtech_usertag_mentioned}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}</dd></vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 2) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 2)"><dt>{vb:rawphrase dbtech_usertag_tagged}</dt> <dd>{vb:rawphrase dbtech_usertag_x_threads, {vb:var post.dbtech_usertag_tags}}</dd></vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 4) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 4)"><dt>{vb:rawphrase dbtech_usertag_quoted}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:var post.dbtech_usertag_quotes}}</dd></vb:if>

Thanks man I appreciate it.

Manoel J?nior 11-01-2012 01:59 AM

I did exactly this procedure and when I finished my template Green SEO Theme was totally to the left side.

How to fix?

TheSupportForum 11-01-2012 02:14 PM

Quote:

Originally Posted by Bluefin221 (Post 2377065)
Tournaments and Ladders by banana.

Code:

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

Also tagged posts by dbtech:

Code:

<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 1) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 1)"><dt>{vb:rawphrase dbtech_usertag_mentioned}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}</dd></vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 2) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 2)"><dt>{vb:rawphrase dbtech_usertag_tagged}</dt> <dd>{vb:rawphrase dbtech_usertag_x_threads, {vb:var post.dbtech_usertag_tags}}</dd></vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 4) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 4)"><dt>{vb:rawphrase dbtech_usertag_quoted}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:var post.dbtech_usertag_quotes}}</dd></vb:if>

Thanks man I appreciate it.

Quote:

Originally Posted by Manoel J?nior (Post 2377417)
I did exactly this procedure and when I finished my template Green SEO Theme was totally to the left side.

How to fix?








PHP Code:

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

PHP Code:

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


PHP Code:

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

PHP Code:

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

PHP 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


Bluefin221 11-01-2012 03:59 PM

Quote:

Originally Posted by simonhind (Post 2377520)
PHP Code:

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

PHP Code:

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


PHP Code:

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

PHP Code:

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

PHP 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



Thanks, the top part worked perfect, the bottom part completely wrecked my forums, signatures were all over the place as were medals, the edit posts etc were all messed up and you couldn't see anyones actual posts.

TheSupportForum 11-01-2012 04:12 PM

Quote:

Originally Posted by Bluefin221 (Post 2377555)
Thanks, the top part worked perfect, the bottom part completely wrecked my forums, signatures were all over the place as were medals, the edit posts etc were all messed up and you couldn't see anyones actual posts.

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


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.

vBarsiv 12-12-2012 10:37 AM

emeğine sağlık kardeşim gerçekten güzel çalışma.

Ary Braga 12-30-2012 01:04 AM

Quote:

Originally Posted by Shadow09 (Post 2278552)
Did you solve this problem? My invisible background still does not work...

Please, try this method.

Working on VB4.2.0 pl3 (bypass no image display)

PHP Code:

.etiket_postbit_alanI_durumu_gizli_geziyor {
                     
background-imageurl("./images/etiket_postbit/etiket_postbit_gizli.png"repeat scroll 0 0;
        
background-colorrgb(71,71,71);
        
text-alignleft;
        
colorwhite;
        
margin-top2px
        
margin-bottom2px
        
font-size13px
        
padding0 4px 0;    
     
bordersolid 0.1em lightgrey;
     
border-radius1em/5em;
    -
moz-border-radius-topleft5px
    -
moz-border-radius-topright5px;}
 
    .
etiket_postbit_alanI_durumu_gizli_geziyor  dd floatright; } 

For some reason this definition of CSS .etiket_postbit_alanI_durumu_gizli_geziyor does not display the background image.

I changed the name etiket_postbit_cervimici.png to etiket_postbit_gizli.png and the background image appeared on the gray status online, proving that the CSS definition . etiket_postbit_alanI_durumu_cevrimdIsI is working.

Unfortunately, the only one defect we need to solve to run correctly in VB4.2.0pl3.

Nobody volunteer in helping?
:(

Rodrigo. 02-07-2013 04:01 AM

Great very Nice in my Vb 4.2 PC Level 3

Marcin_J_ 04-15-2013 12:24 PM

1 Attachment(s)
**Status Invisible** (vb 4.2 PL3)

@Ary_Braga

I just fixed this on my forum.
Try this :

Open postbit_onlinestatus and replace all the codes with the ones below :

Code:

<vb:if condition="$onlinestatus==0">
<div class="etiket_postbit_alanI_durumu_cevrimdIsI ">Status<dd> Offline </dd></div>
       
        <vb:elseif condition="$onlinestatus==1" />
<div class="etiket_postbit_alanI_durumu_iceride">Status<dd> Online </dd></div>
       
        <vb:elseif condition="$onlinestatus==2" />
 <div class="etiket_postbit_alanI_durumu_gizli_geziyor" style="
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
    margin-bottom: -2px;
    font-size: 13px;
    font-style: italic;
    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;
    background: rgb(142,142,142);
    background: -moz-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,142,142,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=0 );">Status<dd> invisible </dd> </div>
        </vb:if>


killerford 04-15-2013 01:46 PM

Hey. I don't know if anyone else has had this problem or not but I've added everything that's been requested and also added the folder to my server and I refreshed the forum and the whole of my whole is located to the left lol.. How do I make my forum centered?

Bluefin221 04-19-2013 07:51 PM

Quote:

Originally Posted by killerford (Post 2416484)
Hey. I don't know if anyone else has had this problem or not but I've added everything that's been requested and also added the folder to my server and I refreshed the forum and the whole of my whole is located to the left lol.. How do I make my forum centered?

In the additional.css instead of adding the code to the top as instructed add it to the bottom.

secondeye 05-01-2013 09:56 AM

I am unable to locate Additional.css file on my server or in download script:

Let me know please..


Quote:

Installation
Step 1.
Open the additional.css template of the theme that you use and add this code to the top

Disco_Dave 05-01-2013 10:21 AM

Quote:

Originally Posted by secondeye (Post 2419402)
I am unable to locate Additional.css file on my server or in download script:

Let me know please..

Style Manager > Edit Templates > CSS Templates > additional.css

Kodi 06-29-2013 06:20 PM

Hello,
I have a problem with modification "Post Thanks You"
http://scr.hu/0nw5/anb91
After adding the modified, profile is shattered, how can I put this right?
He asked me warmly for your quick help.

stevieb 07-30-2013 01:50 PM

Quote:

Originally Posted by socialteenz (Post 2271577)
Thank you, but seems to be a problem with user offline image. It is not showing up!!

https://vborg.vbsupport.ru/external/2013/07/1.jpg

Quote:

Originally Posted by eTiKeT? (Post 2271580)
Ok Thanks
The issue has been fixed. Can you try again ?

shame, invisible is missing though.......

stevieb 07-30-2013 02:56 PM

Quote:

Originally Posted by Marcin_J_ (Post 2416473)
**Status Invisible** (vb 4.2 PL3)

@Ary_Braga

I just fixed this on my forum.
Try this :

Open postbit_onlinestatus and replace all the codes with the ones below :

Code:

<vb:if condition="$onlinestatus==0">
<div class="etiket_postbit_alanI_durumu_cevrimdIsI ">Status<dd> Offline </dd></div>
       
        <vb:elseif condition="$onlinestatus==1" />
<div class="etiket_postbit_alanI_durumu_iceride">Status<dd> Online </dd></div>
       
        <vb:elseif condition="$onlinestatus==2" />
 <div class="etiket_postbit_alanI_durumu_gizli_geziyor" style="
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
    margin-bottom: -2px;
    font-size: 13px;
    font-style: italic;
    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;
    background: rgb(142,142,142);
    background: -moz-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,142,142,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(142,142,142,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=0 );">Status<dd> invisible </dd> </div>
        </vb:if>


Thanks - that works a treat :up: :up:

stevieb 08-01-2013 10:30 AM

1 Attachment(s)
Couple of small errors, I note the icon is repeating instead of being fluid - it's like the icon has multiplied itself alongside itself instead of being a fluid colour....

Any ideas?

PM View
Attachment 145905

Postbit View
Attachment 145906

stevieb 08-02-2013 11:56 AM

1 Attachment(s)
Another question (although it appears I am talking to myself regards this supported mod)....

Is it possible to add a second side panel like this underneath itself either for all users or certain usergroups so that we could fill it with our own info? Like this example, in the attached image....

Attachment 145916

The info in the second box could be generic for everyone (ie add comment in postbit_legacy) or it could be different dependant on usergroup - if you can clarify can it even be done?

Thank you (to any readers that can answer these questions) :)

Macgiber 08-03-2013 02:24 AM

Installed

stevieb 08-03-2013 09:24 AM

Is this no longer supported then!

joeychgo 08-04-2013 11:33 AM

1 Attachment(s)
Any idea how to fix the "thanks" and "Thanked" part?

stevieb 08-04-2013 11:38 AM

Quote:

Originally Posted by joeychgo (Post 2437033)
Any idea how to fix the "thanks" and "Thanked" part?

I'll post code later. I did this on ours and its aligned perfectly.

Give me a few hours as not at PC. You basically add a new phrase in postbit legacy. I'll post exact code later for you.

stevieb 08-04-2013 11:41 AM

Quote:

Originally Posted by joeychgo (Post 2437033)
Any idea how to fix the "thanks" and "Thanked" part?

Here you go mate - knew I posted the code

https://vborg.vbsupport.ru/showthrea...76#post2436176

If you get stuck gimme a shout lol. I spent hours fixing it.

stevieb 08-04-2013 11:43 AM

** remember to wrap each element in the div as outlined in post 1 by the coder. So in my linked post above where I call it "my_div_name" you'll use the div name below

Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
Description
<dd>
content
</dd>
</div>

You also need to remove the main hook which adds the mis aligned thanks or they'll duplicate - to do that remove this hook "template_hook.postbit_userinfo_right_after_po sts" - and add each element directly like we have (age/location/posts/thanks/rep etc).

joeychgo 08-04-2013 01:01 PM

I replaced my current code with

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Thanks Received <dd>{vb:raw post.post_thanks_thanked_times}</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Thanks Given <dd>{vb:raw post.post_thanks_user_amount}</dd></div>

But no change.
http://www.69roadrunner.net/mopar/sh...his-look/page2


All times are GMT. The time now is 07:39 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.01924 seconds
  • Memory Usage 1,998KB
  • 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
  • (11)bbcode_code_printable
  • (1)bbcode_html_printable
  • (19)bbcode_php_printable
  • (20)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
  • (40)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