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)

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 06:49 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.01358 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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