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)

RoG Aftermath 01-21-2012 05:45 PM

Cant get the online/offline status to show up for some reason? anyone know how to fix this? Reputation is also not showing up.

EDIT: NVm I got it working, awesome work on this looks great compared to the original post bit!

TombstoneWarrior 01-21-2012 06:59 PM

Quote:

Originally Posted by simonhind (Post 2290521)
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">

is part of CSS

if you remove it you will lose the custom css for it

as long as you havent put in custom fields in postbit_legacy then all you need to do is revert it

when you say revert it what do you mean also can i put something like <div class="mysite_postbit_alanI_userinfo_extra_yazIlarI"> to show my website at the top instead of eticket?

Krusty1231 01-21-2012 08:32 PM

Dude! It DOES NOT have Etiket at the top as shown in the screenshot - unless of course you are Eticket on your own site. It will show YOUR username, and those of your members when done correctly.

TombstoneWarrior 01-21-2012 08:41 PM

Quote:

Originally Posted by Krusty1231 (Post 2290695)
Dude! It DOES NOT have Etiket at the top as shown in the screenshot - unless of course you are Eticket on your own site. It will show YOUR username, and those of your members when done correctly.

thank you a milion for straighting that out for me you the best!!!

TombstoneWarrior 01-21-2012 09:52 PM

installed thanks for everyones help love the app look's great!! would like to know how to add the thank you app to this mod show my thanks for the members show up on the postbit? someone help me out with this please.

Hippy 01-21-2012 10:36 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2290718)
installed thanks for everyones help love the app look's great!! would like to know how to add the thank you app to this mod show my thanks for the members show up on the postbit? someone help me out with this please.

https://vborg.vbsupport.ru/showpost....postcount=2134

TheSupportForum 01-21-2012 10:37 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2290718)
installed thanks for everyones help love the app look's great!! would like to know how to add the thank you app to this mod show my thanks for the members show up on the postbit? someone help me out with this please.

the thanks mod info is already included in the posts, posted by me have a look at the comments on all the pages you'll see that i posted quite a few mod helps on different ones including the thanks mod template chnage

TheSupportForum 01-21-2012 10:45 PM

Quote:

Originally Posted by Hippy (Post 2290734)

please be aware there are 2 versions of the thank you mod
this one
https://vborg.vbsupport.ru/showthrea...light=thankyou
and
https://vborg.vbsupport.ru/showthread.php?t=243510

please ensure you are posting the correct one
both are different

TheSupportForum 01-21-2012 10:49 PM

this is the other version
if you are using dbtech's version
[DBTech] Advanced Post Thanks / Like v2 (vB4) [AJAX]
https://vborg.vbsupport.ru/showpost....&postcount=101

the other one
[AJAX] Post Thank You Hack
https://vborg.vbsupport.ru/showpost....postcount=2134

TombstoneWarrior 01-21-2012 10:56 PM

I Read Every Page And Have Heard The Thank You Mentioned Alot But No Clear Way To Change This Mod To Acomidate The Thank You. Can Someone Give Me A Step By Step Please! I Would Be Forever Grateful!!! ALSO HAVE THE POST THANKS 7_8_3

TheSupportForum 01-21-2012 11:10 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2290743)
I Read Every Page And Have Heard The Thank You Mentioned Alot But No Clear Way To Change This Mod To Acomidate The Thank You. Can Someone Give Me A Step By Step Please! I Would Be Forever Grateful!!! ALSO HAVE THE POST THANKS 7_8_3

Admincp >> Styles & Templates >> Style Manager >>

click on dropdown menu shown on right, click Edit Templates
scroll down the list of template and double click on the correct thank you templates
this will expand that template section
look for post_thanks_postbit_info

double click on that template and replace all content with
Code:


<vb:if condition="$post['userid']"> <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_thanks} <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1"> {vb:rawphrase post_thanks_time_post}
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if> </vb:if>


TombstoneWarrior 01-21-2012 11:23 PM

Quote:

Originally Posted by simonhind (Post 2290747)
Admincp >> Styles & Templates >> Style Manager >>

click on dropdown menu shown on right, click Edit Templates
scroll down the list of template and double click on the correct thank you templates
this will expand that template section
look for post_thanks_postbit_info

double click on that template and replace all content with
Code:


<vb:if condition="$post['userid']"> <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_thanks} <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1"> {vb:rawphrase post_thanks_time_post}
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if> </vb:if>


thank you a million!!!! IT WORKED THANK YOU SO VERY MUCH YOU ARE THE GREATEST!!!!!!!!!!!!

Hippy 01-22-2012 12:00 AM

Quote:

Originally Posted by simonhind (Post 2290739)
please be aware there are 2 versions of the thank you mod
this one
https://vborg.vbsupport.ru/showthrea...light=thankyou
and
https://vborg.vbsupport.ru/showthread.php?t=243510

please ensure you are posting the correct one
both are different

thanks i know

KoingWolf 01-22-2012 08:03 AM

Hi, I'm LOVING this mod, but there is another mod I'd love to be able to use with it and am having trouble getting to work right with this.

Clan Tag in Post Bit: https://vborg.vbsupport.ru/showthread.php?t=273551

Currently when I try to get them to work nicely together, I fail.. horribly. I end up with two, stacked ranks (or names or reps) and an ugly mesh of username and clan tag.
Can anyone help me fix this, so that I can have the perfect post bit for my site? Thanks in advance!

TheSupportForum 01-22-2012 11:24 AM

(Replace Red XX with the profile feild number)

Code:


<vb:if condition="$post['fieldXX']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dd>
<font color="red" size="4"><B>{vb:rawphrase fieldXX}[{vb:raw post.fieldXX}]</B></font>
          </dd>
    </div>
</vb:if>


TheChief 01-22-2012 04:13 PM

I seem to be getting the postbit in with the private messages i send and receive.

I take it that this isn't meant to happen and its an error on my behalf

Anyone help me with this?

Thanks in advance

TheSupportForum 01-22-2012 04:30 PM

Quote:

Originally Posted by TheChief (Post 2290999)
I seem to be getting the postbit in with the private messages i send and receive.

I take it that this isn't meant to happen and its an error on my behalf

Anyone help me with this?

Thanks in advance

what mod is it ?
and what is the postbit code for that mod
ita best to post the code of the postbit so that it can be looked at in order to help
if you are using this template edit

TheChief 01-22-2012 04:42 PM

I'm following the mod as per post 1 but it seems to be adding it to the pms too

Weird, i'll post up some data shortly

TheChief 01-22-2012 05:06 PM

heres the additional.css:

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 #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;
border-bottom: 1px solid #DBDBDB;}

.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 ####################/
li.menuname {
font-size: {vb:stylevar small_fontSize};
font-weight: bold;
padding: 2px 0px 2px {vb:math {vb:stylevar padding}/2};
border: 0;
background: {vb:stylevar navbar_background};
text-decoration: none;
text-align: {vb:stylevar left};
color: {vb:stylevar boofo_userlinks_color};
}
this is on all styles

TheChief 01-22-2012 05:08 PM

Postbit onlinestatus

Code:

<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>

this was added to all again to get it to work

TheChief 01-22-2012 05:09 PM

legacy:

Code:

{vb:raw template_hook.postbit_start}
<li class="postbitlegacy postbitim postcontainer {vb:raw post.statusicon}" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->

        <div class="posthead">
                        <span class="postdate {vb:raw post.statusicon}">
                                <vb:if condition="$show['announcement']">
                                        <span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
                                <vb:else />
                                        <span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']">,&nbsp;<span class="time">{vb:raw post.posttime}</span></vb:if></span>
                                </vb:if>
                        </span>
                        <span class="nodecontrols">
                                <vb:if condition="$post['postid'] AND $post['threadid'] AND !$show['moderated']">
                                        <a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="<vb:if condition="$show['inlinemod']">ie</vb:if>postcounter">#{vb:raw post.postcount}</a><a id="postcount{vb:raw post.postid}" name="{vb:raw post.postcount}"></a>
                                </vb:if>
                                <vb:if condition="$show['moderated']">{vb:rawphrase moderated_post}</vb:if>
                                <vb:if condition="$show['inlinemod']">
                                        <label for="post_imod_checkbox_{vb:raw post.postid}"><input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" /></label>
                                </vb:if>
                        </span>
        </div>
        <div class="postdetails">
                <div class="userinfo">

                        <div class="etiket_postbit_alanI_username username_container">
                        <vb:if condition="$post['userid']">
                                {vb:raw memberaction_dropdown}
                               
                        <vb:else />
{vb:raw post.musername}
                        </vb:if>
                        </div>

<vb:if condition="$post['rank']">
                                <div class="etiket_postbit_alanI_rank">{vb:raw post.rank}</div>
                        </vb:if>


<vb:if condition="$show['avatar']">
                        <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
                        </a>
                        </vb:if>



                        <div class="etiket_postbit_alanI_usertitle">
                                {vb:raw post.usertitle}
                        </div>
                       
                        {vb:raw template_hook.postbit_userinfo_left}

<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>

                        <vb:if condition="$post['userid']">
                                <hr />

{vb:raw post.onlinestatus}

<div class="etiket_postbit_alanI_userinfo_extra">


<!###################  Ekstra Olarak Ekleyeceginiz ?zellikleri Bu Yaz?n?n Alt?nda Ekleyebilirsiniz ###################  -->



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


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


<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>

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


<!###################  /Ekstra Olarak Ekleyeceginiz ?zellikleri Bu Yaz?n?n Alt?nda Ekleyebilirsiniz ###################  -->



{vb:raw template_hook.postbit_userinfo_right_after_posts}
               


                                <vb:if condition="$show['infraction'] OR $show['reppower']">

                                <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">

                                        <vb:if condition="$show['infraction']">
                                        {vb:rawphrase infractions}
                                        <dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
                                        </vb:if>
                                        <vb:if condition="$show['reputation']">
                                                <vb:if condition="$show['reppower']">
                                        {vb:rawphrase reppower}
                                        <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
                                                </vb:if>
                                        </vb:if>
                                </div>
                                </vb:if>

</div>

                                {vb:raw template_hook.postbit_userinfo_right}
                                <div class="etiket_postbit_alanI_imlinks">
                                        {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
                                </div>
                        </vb:if>
                </div>
                <div class="postbody">
                        <div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
                                {vb:raw template_hook.postbit_messagearea_start}
                                <vb:if condition="$post['title'] OR $show['messageicon']">
                                <h2 class="title icon">
                                        <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
                                </h2>
                                </vb:if>


                                                <vb:if condition="$post['isfirstshown']">
                                                        {vb:raw ad_location.ad_showthread_firstpost_start}
                                                        {vb:raw ad_location.thread_first_post_content}
                                                </vb:if>
                                                <vb:if condition="$post['islastshown']">
                                                        {vb:raw ad_location.thread_last_post_content}
                                                </vb:if>
                                <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
                                        <div id="post_message_{vb:raw post.postid}">
                                                <blockquote class="postcontent restore ">
                                                        {vb:raw post.message}
                                                </blockquote>
                                        </div>

                                        <vb:if condition="$show['attachments']">
                                                <div class="attachments">

                                                <vb:if condition="$show['thumbnailattachment']">
                                                        <fieldset class="postcontent">
                                                                <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_thumbnails}" /> {vb:rawphrase attached_thumbnails}</legend>
                                                                {vb:raw post.thumbnailattachments}
                                                        </fieldset>
                                                </vb:if>

                                                <vb:if condition="$show['imageattachment']">
                                                        <fieldset class="postcontent">
                                                                <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
                                                                {vb:raw post.imageattachments}
                                                        </fieldset>
                                                </vb:if>

                                                <vb:if condition="$show['imageattachmentlink']">
                                                        <fieldset class="postcontent">
                                                                <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
                                                                <ul>
                                                                {vb:raw post.imageattachmentlinks}
                                                                </ul>
                                                        </fieldset>
                                                </vb:if>

                                                <vb:if condition="$show['otherattachment']">
                                                        <fieldset class="postcontent">
                                                                <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_files}" /> {vb:rawphrase attached_files}</legend>
                                                                <ul>
                                                                {vb:raw post.otherattachments}
                                                                </ul>
                                                        </fieldset>
                                                </vb:if>

                                                <vb:if condition="$show['moderatedattachment']">
                                                        <fieldset class="postcontent">
                                                                <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attachments_pending_approval}" /> {vb:rawphrase attachments_pending_approval}</legend>
                                                                <ul>
                                                                {vb:raw post.moderatedattachments}
                                                                </ul>
                                                        </fieldset>
                                                </vb:if>

                                                </div>
                                        <!-- / attachments -->
                                        </vb:if>
                                </div>
                        </div>
                        <vb:if condition="$show['postedited'] || $post['signature']">
                        <div class="after_content">
                                <vb:if condition="$show['postedited']">
                                <!-- edit note -->
                                <blockquote class="postcontent lastedited">
<!--                                        <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
                                        <vb:if condition="$show['postedithistory']">
                                                {vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
                                                        {vb:raw post.edit_time}, {vb:raw post.historyurl}}
                                        <vb:else />
                                                {vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
                                        </vb:if>
                                        <vb:if condition="$post['edit_reason']">
                                                <span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
                                        </vb:if>
                                </blockquote>
                                <!-- / edit note -->
                                </vb:if>
                                      {vb:raw template_hook.postbit_signature_start}
                                {vb:raw ad_location.ad_showthread_firstpost_sig}
                                <vb:if condition="$post['signature']">
                                        <blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
                                </vb:if>
                                        {vb:raw template_hook.postbit_signature_end}
                        </div>
                        </vb:if>
                        <div class="cleardiv"></div>
                </div>
        </div>
                <div class="postfoot">
                        <!-- <div class="postfoot_container"> -->
                        <div class="textcontrols floatcontainer">
                                <span class="postcontrols">
                                        <img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
                                        <vb:if condition="$post['editlink']">
                                                <a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}" title="{vb:rawphrase edit_delete_message}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
                                        <vb:if condition="THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'"><span class="seperator">&nbsp;</span></vb:if>
                                        </vb:if>
                                        <vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
                                                <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&amp;noquote=1" rel="nofollow" title="{vb:rawphrase quick_reply_to_this_message}"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
                                        <span class="seperator">&nbsp;</span>
                                        </vb:if>
                                        <vb:if condition="$post['replylink']">
                                                <a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow" title="{vb:rawphrase reply_with_quote}"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" />  <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a>
                                        <vb:if condition="$show['multiquote_post']"><span class="seperator">&nbsp;</span></vb:if>
                                        </vb:if>
                                        <vb:if condition="$show['multiquote_post']">
                                                <a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}" title="{vb:rawphrase multi_quote_this_message}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" />&nbsp;</a>
                                        </vb:if>
                                </span>
                                <span class="postlinking">
                                        <vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
                                                <vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
                                                      <a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
                                                      <span class="seperator">&nbsp;</span>
                                                </vb:if>
                                        </vb:if>

                                        {vb:raw template_hook.postbit_controls}
                                        {vb:raw post.iplogged}
                                        <vb:if condition="$post['forwardlink']">
                                                <a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
                                                <vb:if condition="$show['reputationlink'] OR $show['infractionlink'] OR $show['moderated'] OR $show['spam'] OR $show['deletedpost'] OR $show['redcard'] OR $show['yellowcard']"><span class="seperator">&nbsp;</span></vb:if>
                                        </vb:if>
                                        <vb:if condition="$show['reputationlink']">
                                                <span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&amp;p={vb:raw post.postid}" title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" /> -->&nbsp;</a></span>
                                        </vb:if>

                                        <vb:if condition="$show['infractionlink']">
                                                &nbsp;<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> &nbsp;</a> &nbsp;
                                        </vb:if>
                                        <vb:if condition="$show['reportlink']">
                                                &nbsp;<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> -->&nbsp;</a> &nbsp;
                                        </vb:if>

                                        <vb:if condition="$show['moderated']">
                                                <img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
                                        </vb:if>
                                        <vb:if condition="$show['spam']">
                                                <img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
                                        </vb:if>
                                        <vb:if condition="$show['deletedpost']">
                                                <vb:if condition="$show['managepost']">
                                                        <a class="deleted" href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=managepost&amp;p={vb:raw post.postid}" title="{vb:rawphrase manage}">&nbsp;</a>
                                                <vb:else />
                                                        <img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_button}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
                                                </vb:if>
                                        </vb:if>
                                        <vb:if condition="$show['redcard']">
                                                <a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> &nbsp;</a>
                                                <vb:elseif condition="$show['yellowcard']" />
                                                        <a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> &nbsp;</a>
                                        </vb:if>
                                        <vb:if condition="$post['api_platform']">
                                                <vb:if condition="$post['api_platform_link']">
                                                        <a class="mobile mobile_{vb:raw post.api_platform}" href="{vb:raw post.api_platform_link}" rel="nofollow" title="{vb:rawphrase {vb:raw post['api_platform_link_title']}}">{vb:rawphrase {vb:raw post['api_platform_link_phrase']}}</a>
                                                <vb:else />
                                                        <span class="mobile mobile_{vb:raw post.api_platform}">{vb:rawphrase {vb:raw post['api_platform_link_phrase']}}</span>
                                                </vb:if>
                                        </vb:if>
                                </span>
                        <!-- </div> -->
                        </div>
                </div>
        <hr />
</li>
{vb:raw template_hook.postbit_end}


TheChief 01-22-2012 05:11 PM

the issue occurs on all styles

TheSupportForum 01-22-2012 05:23 PM

Quote:

Originally Posted by TheChief (Post 2291026)
the issue occurs on all styles

i am hoping that you put the css code into additional.css only ?
also each style has additional.css you will need to apply the css in each
provide screenshot please of issue

and you haven mentioned which mod you are having issues with

Linue_DarkStar 01-22-2012 05:31 PM

1 Attachment(s)
Quote:

Originally Posted by Linue_DarkStar (Post 2290114)
So is there a way to wrap text? To avoid this...Without increasing the userinfo_width.

Anything?

TheSupportForum 01-22-2012 05:36 PM

Quote:

Originally Posted by Linue_DarkStar (Post 2291031)
Anything?

http://www.monkeydoit.com/wrap-text-images-html.php

will help you need to test it

Linue_DarkStar 01-22-2012 05:46 PM

I don't want to wrap around the image. I'd like to get the "Post Rank" to automatically create a new line and wrap the text in the box so it would look something like this...

|Post Rank: So I shoved a
| banana in the there...
|Posts: 100

TheChief 01-22-2012 05:52 PM

i only added the additional.css to all the styles

this is not for a specific mod...........it's simply affected my who private message system

https://vborg.vbsupport.ru/external/2012/01/29.png

sorry, i'm really not to hot at explaining myself

TheChief 01-22-2012 05:53 PM

the actual mod is in the pm's............wouldnt have thought that was right

TheSupportForum 01-22-2012 05:58 PM

Quote:

Originally Posted by TheChief (Post 2291040)
the actual mod is in the pm's............wouldnt have thought that was right

i suggest you revert the postbit_legacy template and put back any custom
one back in after

the above screenshot shows nothing with with PM's its just a postbit
its more helpful seeing the screenshot that is currently affected

TheSupportForum 01-22-2012 06:01 PM

Quote:

Originally Posted by Linue_DarkStar (Post 2291036)
I don't want to wrap around the image. I'd like to get the "Post Rank" to automatically create a new line and wrap the text in the box so it would look something like this...

|Post Rank: So I shoved a
| banana in the there...
|Posts: 100

the info is already there

Code:



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

post the bit that need to be put into the above code and i'll help you

Linue_DarkStar 01-22-2012 06:22 PM

<vb:if condition="$post['rank']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
Post Rank: <dd>{vb:raw post.rank}</dd>
</div>
</vb:if>

TheChief 01-22-2012 06:23 PM

the postbit displaying in the pm is the issue

i'm going to remove it all

Thanks for the response though.........much appreciated

TheSupportForum 01-22-2012 06:27 PM

Quote:

Originally Posted by Linue_DarkStar (Post 2291054)
<vb:if condition="$post['rank']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
Post Rank: <dd>{vb:raw post.rank}</dd>
</div>
</vb:if>

try

Code:


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


Linue_DarkStar 01-22-2012 06:31 PM

1 Attachment(s)
No, it's messed it up.

TheSupportForum 01-22-2012 06:40 PM

Quote:

Originally Posted by Linue_DarkStar (Post 2291058)
No, it's messed it up.

use the same code you showed me thats the correct one

what you will need to do it expand the left side column for the post bit
which is causing the issue

stylevar : Post User Information Width
change it to 220

the text is too much for postbit_legacy to handle and maybe you need to shorten it

TombstoneWarrior 01-22-2012 07:13 PM

love the mod it just doesnt look right with my new script. im going to look further into this.

TheSupportForum 01-22-2012 07:23 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2291071)
love the mod it just doesnt look right with my new script. im going to look further into this.

each mod that is installed on your forum for use with postbit_legacy
will need to be custimised to work with it

even your own custom ones that use extra fields its simple once you know where to look

TombstoneWarrior 01-25-2012 07:20 AM

everyone thnks for your help you guys are great!!!!!!!!

KoingWolf 01-26-2012 12:48 AM

Quote:

Originally Posted by simonhind (Post 2290927)
(Replace Red XX with the profile feild number)

Code:


<vb:if condition="$post['fieldXX']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dd>
<font color="red" size="4"><B>{vb:rawphrase fieldXX}[{vb:raw post.fieldXX}]</B></font>
          </dd>
    </div>
</vb:if>


Thanks for the help, but unfortunately the clan tag text aligns all the way to the right, is there a way to get it to be centered, like everything else in the post bit?

RoG Aftermath 01-26-2012 04:10 AM

1 Attachment(s)
Hello, can someone please tell me how to add a custom profile field to this postbit? I have tried everything and no matter what it doesnt align correctly. There is a screenshot of the problem im getting below. The Rank field is my custom field and it is putting the users rank on the line below instead of in the line it is supposed to be. Also posted the code im using for it.

Code:

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



All times are GMT. The time now is 10:56 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.01942 seconds
  • Memory Usage 2,025KB
  • 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
  • (9)bbcode_code_printable
  • (19)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