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



All times are GMT. The time now is 08:44 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.01656 seconds
  • Memory Usage 1,833KB
  • 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
  • (7)bbcode_code_printable
  • (14)bbcode_php_printable
  • (7)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