vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - thread info (https://vborg.vbsupport.ru/showthread.php?t=233719)

webmastersitesi 01-20-2010 10:00 PM

thread info
 
1 Attachment(s)
İnstall
product-konu_bilgileri.xml -->Product İmport

Postbit or Postbit Legeacy open and find;
PHP Code:

<div class="postfoot"

add top;
PHP Code:

<style type="text/css"
.
postfoo {
    
display:block;
    
clear:both;
    
positionrelative;
    
/* top: {vb:math {vb:stylevar padding}*1.5}; */
    
{vb:stylevar right}: 0;
    
padding3px 0 7px;
    
background#4D5E7B;
    
_background-imagenone;
    
width100%;
    
font: {vb:stylevar postbit_control_font};
color:#FFFFFF;
    
height16px;
}
</
style>
<
vb:if condition="$post[postcount] == 1">
<
center><div class="postfoo"
        <
div class="textcontrols"
                
<
vb:if condition="$vboptions[konu_active]">
<
div id="wgo_stats" class="wgo_subblock"
{
vb:rawphrase konu_goruntulenme} : {vb:raw thread.views}
<
vb:if condition="$vboptions[konu_cevap_active]">&nbsp;&nbsp;&nbsp;
{
vb:rawphrase konu_cevap} : {vb:raw thread.replycount}</vb:if>
&
nbsp;&nbsp;&nbsp;
<
vb:if condition="$vboptions[konu_sitene_active]">

<
input type="text" value="{vb:raw vboptions.bburl}/{vb:raw relpath}" size="30">

</
div>  
</
vb:if>

</
vb:if>

</
div>
</
div>
</
center>

</
vb:if> 


Dr.osamA 01-21-2010 08:17 AM

Thanxxxx

installed
________
Online Xxx Videos

New Joe 01-21-2010 08:20 AM

What does this mod do?

Dr.osamA 01-21-2010 09:08 AM

1 Attachment(s)
Quote:

Originally Posted by New Joe (Post 1962126)
What does this mod do?

gret Question man loooooooooool

this mod show you

- How many people view the subject

- How many people posted in the subject

- direct link to the topic

as in the picc in attach abav

plzz mey i add Arabic translation ?
________
TOYS LEATHER

webmastersitesi 01-21-2010 10:47 AM

#new joe; dr.osoma told :)

Add Arabic Language :) translate dr.osoma

Add Turkish Language :) translate my.

Forum Lover 01-21-2010 10:53 AM

Does it show how many ppl rate this thread?

Alecsmith 01-21-2010 11:50 AM

Installed :)

ged 08-17-2012 12:58 PM

Does it work on vBulletin 4.2.x?

Does it only show in first post?

Nano_ 10-07-2013 02:09 PM

Works in 4.2.0 PL3.

But i just made some changes:

- Using "adicional.css mod", put your css there;
- Change code to this:
Code:

<!-- Thread Info -->
<vb:if condition="$vboptions[konu_active]">
  <vb:if condition="$post[postcount] == 1">
  <center>
  <div class="threadInfo">
    <div class="textcontrols">
          <div id="wgo_stats" class="wgo_subblock">
              {vb:rawphrase konu_goruntulenme} : {vb:raw thread.views}
                <vb:if condition="$vboptions[konu_cevap_active]">
                  &nbsp;&nbsp;&nbsp;
                  {vb:rawphrase konu_cevap} : {vb:raw thread.replycount}
                </vb:if>
                &nbsp;&nbsp;&nbsp;
                <vb:if condition="$vboptions[konu_sitene_active]">
                  <input type="text" value="{vb:raw vboptions.bburl}/{vb:raw relpath}" size="30">
                </vb:if>
          </div> 
      </div>
  </div>
  </vb:if>
  </center>
</vb:if>
<!-- Thread Info -->

Just changed "vb:if condition="$vboptions[konu_active]"" to first line, 'cause with this change Thread Info Bar just appears if Plugins is Active and change close vb:if condition before center tag.

faisaly.com 10-07-2013 03:37 PM

not sure what you mean in post #9 because this works just fine using the original developers post#1 using vb4.2


All times are GMT. The time now is 03:12 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.00985 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete