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 - V-xen Style Postbit_Legacy - 6 Piece Color Option 4.1.3 (https://vborg.vbsupport.ru/showthread.php?t=262949)

LifesGreatestGift 05-20-2011 04:19 PM

Your code is not XHTML 1.0 Transitional Compliant.

Find:
Code:

    <ul class="v_postbit_serit_kullanici_adi">
                  <li class="v_postbit_serit_kullanici_adi_arka">
                                    <div class="sol"> </div>
                                              <div class="sag"></div>
            <vb:if condition="$post['userid']">
                {vb:raw memberaction_dropdown}               
            <vb:else />
                                <span class="username guest">
                                          {vb:raw post.musername}</span>
                                        </li>   
                                      </ul>
            </vb:if>

Replace with:
Code:

    <ul class="v_postbit_serit_kullanici_adi">
                  <li class="v_postbit_serit_kullanici_adi_arka">
                                    <div class="sol"> </div>
                                              <div class="sag"></div>
            <vb:if condition="$post['userid']">
                {vb:raw memberaction_dropdown}               
            <vb:else />
                                <span class="username guest">
                                          {vb:raw post.musername}</span>
            </vb:if>
                                        </li>   
                                      </ul>


dazzled 05-21-2011 04:40 PM

Got it working.... great mod!

Manoel J?nior 05-21-2011 04:46 PM

Please, i can vBulletin 3.8.7 ?

Please!

dazzled 05-21-2011 10:54 PM

Quote:

Originally Posted by TheWindows7Site (Post 2198046)
Your code is not XHTML 1.0 Transitional Compliant.

Find:
Code:

    <ul class="v_postbit_serit_kullanici_adi">
                  <li class="v_postbit_serit_kullanici_adi_arka">
                                    <div class="sol"> </div>
                                              <div class="sag"></div>
            <vb:if condition="$post['userid']">
                {vb:raw memberaction_dropdown}               
            <vb:else />
                                <span class="username guest">
                                          {vb:raw post.musername}</span>
                                        </li>   
                                      </ul>
            </vb:if>

Replace with:
Code:

    <ul class="v_postbit_serit_kullanici_adi">
                  <li class="v_postbit_serit_kullanici_adi_arka">
                                    <div class="sol"> </div>
                                              <div class="sag"></div>
            <vb:if condition="$post['userid']">
                {vb:raw memberaction_dropdown}               
            <vb:else />
                                <span class="username guest">
                                          {vb:raw post.musername}</span>
            </vb:if>
                                        </li>   
                                      </ul>


I am trying to do this to fix the dropdown issue as well and when I do I get an 'error, trying to add child to non-existing node'. Suggestions?

RobbieZ 05-28-2011 12:34 PM

To fix the annoying long 'online' / 'offline' trailing into the avatar find: in additional.css

.v_postbit_serit_durum {
margin: -25px -5px 0px 90px;
text-align: center; }

and change the 90px to something around 140px

DS MrSinister 05-28-2011 02:11 PM

vBExperience 4 templates edits

replace xperience_level_postbit

Code:

        <div class="v_postbit_alanlar">       
                      {vb:rawphrase xperience_level}<div class="minik">{vb:raw xperience.level}   
        </div></div>

replace xperience_points_postbit

Code:

        <div class="v_postbit_alanlar">       
                      {vb:rawphrase xperience_points}<div class="minik">{vb:raw xperience.points}   
        </div></div>


irantk 06-02-2011 12:53 PM

1 Attachment(s)
hi
Thanks to the option table is out and has problems:

Attachment 129673

please help me

Xcynic 06-03-2011 06:00 PM

Works fine on 4.0.7.

irantk 06-12-2011 01:13 PM

I've installed worked fine in vb 4.1.3 version but when upgrade my vb to version 4.1.4 it damaged and cluttered. Of course, just seen on Firefox but on IE is broken.
Can someone help me make?

http://032.img98.net/out.php/i396922_RegionCapture.png

mrcovers 06-22-2011 04:49 AM

ive installed on 4.1.3 but now when everyone makes a new post it centres all the text?


All times are GMT. The time now is 12:40 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.01077 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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