PDA

View Full Version : Mini Mods - thread info


webmastersitesi
01-20-2010, 10:00 PM
İnstall
product-konu_bilgileri.xml -->Product İmport

Postbit or Postbit Legeacy open and find;
<div class="postfoot">
add top;
<style type="text/css">
.postfoo {
display:block;
clear:both;
position: relative;
/* top: {vb:math {vb:stylevar padding}*1.5}; */
{vb:stylevar right}: 0;
padding: 3px 0 7px;
background: #4D5E7B;
_background-image: none;
width: 100%;
font: {vb:stylevar postbit_control_font};
color:#FFFFFF;
height: 16px;
}
</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 (http://www.++++tube.com/)

New Joe
01-21-2010, 08:20 AM
What does this mod do?

Dr.osamA
01-21-2010, 09:08 AM
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 (http://www.++++tube.com/categories/1098/leather/videos/1)

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:

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