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 01-03-2012 01:54 PM

http://img830.imageshack.us/img830/3128/sfel.jpg

this is mine i am facing similar issues, i havent been with vbulletin4 for that long
as i took about 1yr break from vbulletin

i can't seem to align some of them myself and best thiong to do is get in contact with the developer of that mod and ask them to do it for you

Marcin_J_ 01-03-2012 09:53 PM

Quote:

Originally Posted by GMan55 (Post 2275367)
As previously mentioned, the invisible background does not work...

Quote:

Originally Posted by DjEddie (Post 2279176)
Hi,

...I've got 4.15 works fine apart from the invisible user styling not showing properly...

and me...

blog_postbit_entries_link

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dt>{vb:rawphrase blog_entries} <a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dt>
</div>

http://img684.imageshack.us/img684/3981/profilmzb.png

TheSupportForum 01-04-2012 03:01 AM

blog_postbit_entries_link
version 4.1.9 is

Code:

<dt>{vb:rawphrase blog_entries}</dt><dd></dt>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a>
</div>


Shadow09 01-04-2012 08:03 AM

Quote:

Originally Posted by GMan55 (Post 2275367)
As previously mentioned, the invisible background does not work. I think it's an issue with your script. I don't think it works for anyone. Would be nice if you can fix that :).

Quote:

Originally Posted by DjEddie (Post 2279176)
Hi,

I've got 4.15 works fine apart from the invisible user styling not showing properly...


Quote:

Originally Posted by Marcin_J_ (Post 2283517)
and me...

We are four now. I think you need to review something.

Marcin_J_ 01-04-2012 06:08 PM

Quote:

Originally Posted by simonhind (Post 2283617)
blog_postbit_entries_link
version 4.1.9 is

Code:

<dt>{vb:rawphrase blog_entries}</dt><dd></dt>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a>
</div>


when I use this code, it looks like this :

http://img833.imageshack.us/img833/4053/badm.png



This is the correct code (vb 4.1.9)

blog_postbit_entries_link

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase blog_entries}<dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd>
</div>

http://img190.imageshack.us/img190/5904/prifil2.png

Rolandinjos 01-04-2012 06:50 PM

1 Attachment(s)
Marcin J & Simonhind Thank you very much, like now it all seems to me:

Attachment 135460


All I managed to solve except for part about "thanks" postbit statistics, if you help me more in that area?




Code:

<div  style="background:url("images/etiket_postbit/etiket_postbit_avatar.png") repeat scroll 0 0 transparent;       
color:{vb:stylevar post_field_font_color};
        border:1px solid #DDDDDD;
margin-top: 2px; "><dd class="collapse" style="font-weight:solid; clear:both; ">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_thanks_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ></a></dd>
<dd>
<dl id="c_thanks_post{vb:raw post.postid}"        background:{vb:stylevar post_field_background_color};
        color:{vb:stylevar post_field_font_color};
        border:{vb:stylevar post_field_border};">
{vb:raw stats}
</dl>
</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"></div>

Thanks in advance :)

HHelp1 01-06-2012 03:05 AM

I there any way that I can expand the postbit a little bit? Like some avatar is over right postbit... Is any way I can expand? Thanks for helping.

Linue_DarkStar 01-06-2012 11:00 AM

1 Attachment(s)
I need to make the font smaller for the Usernames and some avatars are a bit to the right. maybe make the postbit extend to the right some.

TheSupportForum 01-06-2012 11:23 AM

Quote:

Originally Posted by Linue_DarkStar (Post 2284404)
I need to make the font smaller for the Usernames and some avatars are a bit to the right. maybe make the postbit extend to the right some.

you will need to manually change the stylevar for the style you are using

admincp > Styles & Templates > Style Manager >

if you are modifying Default style, on the right hand side of the styles you will see a drop down box with [style variable editor] as deafult

choose the style you are editing and select GO
where is says : Search stylevar
type : postbit

select posbit which is bold, then all the stylvars related to that template is shown on the left

Linue_DarkStar 01-06-2012 12:18 PM

Well yea, but where in the code? what bit? you seem to know it all.

TheSupportForum 01-06-2012 12:38 PM

1 Attachment(s)
Quote:

Originally Posted by Linue_DarkStar (Post 2284419)
Well yea, but where in the code? what bit? you seem to know it all.

you dont need to modify the postbit code##its within the stylvar option for the template you wish to edit

the stylevar you need to aadjust to mkae more wider to the right is
Postbitlegacy Userinfo
shown in attachment


TheSupportForum 01-06-2012 12:51 PM

Quote:

Originally Posted by Rolandinjos (Post 2283858)
Marcin J & Simonhind Thank you very much, like now it all seems to me:

Attachment 135460


All I managed to solve except for part about "thanks" postbit statistics, if you help me more in that area?




Code:

<div  style="background:url("images/etiket_postbit/etiket_postbit_avatar.png") repeat scroll 0 0 transparent;   
color:{vb:stylevar post_field_font_color};
    border:1px solid #DDDDDD;
margin-top: 2px; "><dd class="collapse" style="font-weight:solid; clear:both; ">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_thanks_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ></a></dd>
<dd>
<dl id="c_thanks_post{vb:raw post.postid}"    background:{vb:stylevar post_field_background_color};
    color:{vb:stylevar post_field_font_color};
    border:{vb:stylevar post_field_border};">
{vb:raw stats}
</dl>
</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"></div>

Thanks in advance :)

i havent installed the mod for that, please link me to it for testing

Rolandinjos 01-06-2012 02:45 PM

Simonhind


Here you go:

https://vborg.vbsupport.ru/showthrea...ghlight=dbtech

TheSupportForum 01-06-2012 03:08 PM

Quote:

Originally Posted by Rolandinjos (Post 2284448)

thanks just installed it and looking to it for you now

TheSupportForum 01-06-2012 03:22 PM

Rolandinjos

please revert the postbit template for that mod

then edit
dbtech_thanks_postbit_stats
replace all code with

Code:



  <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:raw title}
        <dd>
{vb:raw stat}
          </dd>
    </div>


HHelp1 01-06-2012 03:30 PM

I there any way that I can expand the postbit a little bit? Like some avatar is over right postbit... Is any way I can expand? Thanks for helping

TheSupportForum 01-06-2012 03:38 PM

Quote:

Originally Posted by HHelp1 (Post 2284460)
I there any way that I can expand the postbit a little bit? Like some avatar is over right postbit... Is any way I can expand? Thanks for helping

hi HHelp1

I HAVE ALREADY DONE A SCREENSHOR OF WHERE TO CHANGE IT
https://vborg.vbsupport.ru/showpost....5&postcount=91

keyness 01-06-2012 05:17 PM

It's a nice mod! Congrats!

But I have a problem, it reduced main window for me, see below image:

https://vborg.vbsupport.ru/

It's only some pixels but bothers me, how can I change it back to default? There are too many pixel settings in additional.css part, so I couldn't find it. Thanks in advance.

TheSupportForum 01-06-2012 05:45 PM

Quote:

Originally Posted by keyness (Post 2284498)
It's a nice mod! Congrats!

But I have a problem, it reduced main window for me, see below image:

http://img823.imageshack.us/img823/8052/13533856.jpg

It's only some pixels but bothers me, how can I change it back to default? There are too many pixel settings in additional.css part, so I couldn't find it. Thanks in advance.

this is due to other mods not being configured to work with this template edit
all mods that use postbit will need to be changed with infomation includes in the 1st post about this mod

keyness 01-06-2012 09:11 PM

So, there is nothing to do, Ok, it's not a big problem at all.

By the way, I am the 5th one with this invisible issue, I am getting crazy, it seems like there is nothing wrong on the codes, but it doesn't show up for invisible users. Really weird!

Rolandinjos 01-07-2012 01:51 AM

Quote:

Originally Posted by simonhind (Post 2284457)
Rolandinjos

please revert the postbit template for that mod

then edit
dbtech_thanks_postbit_stats
replace all code with

Code:



  <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:raw title}
        <dd>
{vb:raw stat}
          </dd>
    </div>


Thank you very much for your help,now everything is fine

GossipAll 01-09-2012 02:17 PM

I just installed it on 4.1.7 and the invisible thingy does not work.

Raioneru 01-10-2012 03:26 AM

Can anyone help me? Everything works just fine but I get this:
https://vborg.vbsupport.ru/ How can I fix how the mentioned and tagger parts? thanks

Edit: Nevermind, was able to do it myself. :3

Shadow09 01-10-2012 08:39 AM

Quote:

Originally Posted by GMan55 (Post 2275367)
As previously mentioned, the invisible background does not work. I think it's an issue with your script. I don't think it works for anyone. Would be nice if you can fix that :).

Quote:

Originally Posted by DjEddie (Post 2279176)
Hi,

I've got 4.15 works fine apart from the invisible user styling not showing properly...


Quote:

Originally Posted by Marcin_J_ (Post 2283517)
and me...


Quote:

Originally Posted by GossipAll (Post 2285548)
I just installed it on 4.1.7 and the invisible thingy does not work.


We are five now. Where is the support???

TheSupportForum 01-10-2012 09:26 AM

Quote:

Originally Posted by Shadow09 (Post 2285889)
We are five now. Where is the support???

as i have said before about this

each mod installed for the postbit_legacy template needs to be converted witht he correct tags

if not this mod will not show up properly
all people have done is posted images and not the code

please post the code of the mod you are having issues with
for example

if you have installed

if you have vbulletin4 publisher suite you'll need to convert template
blog_postbit_entries_link and replace all the code with

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase blog_entries}<dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd>
</div>

additional.css you need to include
Code:

/#################### eTiKeT 2011 Postbit_Legacy ####################/
.etiket_postbit_alanI_durumu_gizli_geziyor {
        background: url("images/etiket_postbit/etiket_postbit_gizli.png") repeat scroll 0 0 #474747;
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
        margin-bottom: -2px;
    font-size: 13px;
    padding: 0 4px 0;
    color: #FFF;
    border-top: 1px solid #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
 
    .etiket_postbit_alanI_durumu_gizli_geziyor  dd { float: right; }
 
.etiket_postbit_alanI_durumu_cevrimdIsI {
        background: url("images/etiket_postbit/etiket_postbit_cervim_disi.png") repeat scroll 0 0 #d20303;
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
        margin-bottom: -2px;
    font-size: 13px;
    padding: 0 4px 0;
    color: #fff;
    border-top: 1px solid #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
 
    .etiket_postbit_alanI_durumu_cevrimdIsI  dd { float: right; }
 
.etiket_postbit_alanI_durumu_iceride {
        background: url("images/etiket_postbit/etiket_postbit_cervimici.png") repeat scroll 0 0 #86c901;
    margin-top: 2px;
    text-align: left;
    margin-top: 2px;
        margin-bottom: -2px;
    font-size: 13px;
    padding: 0 4px 0;
    color: #fff;
    border-top: 1px solid #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
 
    .etiket_postbit_alanI_durumu_iceride  dd { float: right; }
 
.postbitlegacy .userinfo {
    background: none repeat scroll 0 0 #494949;
    border: 1px solid #515151;
    margin: 5px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #515151;
    -moz-box-shadow: 0px 0px 5px 1px #515151;
    box-shadow: 0px 0px 5px 1px #515151; }


.etiket_postbit_alanI_imlinks {
        background: none repeat scroll 0 0 transparent;
    border: 0px solid #515151;
    text-align: center;
    margin-top: 2px;
    padding: 2px 6px 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
    .etiket_postbit_alanI_imlinks :hover {
        background: #6DB53E;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }

.etiket_postbit_alanI_userinfo_extra_yazIlarI {
    color:#AFAFAF;
    margin-top: 2px;
    text-align:left;
        border-bottom: 1px solid #606060;}

        .etiket_postbit_alanI_userinfo_extra_yazIlarI dd { float: right;}


.etiket_postbit_alanI_userinfo_extra {
      background: url("images/etiket_postbit/etiket_postbit_avatar_siyah.png") repeat scroll center 0 #202020;
    border-bottom: 1px solid #515151;
        border-left: 1px solid #515151;
        border-right: 1px solid #515151;
    margin-top: 2px;
    padding: 0 4px 6px;
    -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;}
 
.etiket_postbit_alanI_postbit_reputation {
        background: url("images/etiket_postbit/etiket_postbit_rank_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
.etiket_postbit_alanI_rank {
        background: url("images/etiket_postbit/etiket_postbit_rank_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
 
.etiket_postbit_alanI_usertitle {
        background: url("images/etiket_postbit/etiket_postbit_rank_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    margin-top: 2px;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        color: #AFAFAF;}
 

.etiket_postbit_alanI_username {
        background: url("images/etiket_postbit/etiket_postbit_rank_siyah.png") repeat scroll center center transparent;
    border: 1px solid #515151;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
.postbitlegacy .userinfo .postuseravatar, .postuseravatar img {
        background: url("images/etiket_postbit/etiket_postbit_avatar_siyah.png") repeat scroll center 0 #202020;
    float: none;
    padding: 4px;
    text-align: center;
    border: 1px solid #515151;
    margin: 2px 1px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
 
.postbitlegacy .userinfo .username_container { margin-bottom: 1px; }
 
.postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
    background: none repeat scroll 0 0 #494949;
        border: 1px solid #202020;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
 
.postcontainer .username_container .popupmenu a.popupctrl { font-size: 19px; }

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {border-left: 0px solid #EFEFEF;}

.postbitlegacy .postdetails, .eventbit .eventdetails { background: {vb:stylevar postbit_background};}

.postbit .posttitle, .postbitlegacy .title {
        background: url("images/etiket_postbit/etiket_postbit_rank_siyah.png") repeat scroll center center transparent;
        -webkit-border-radius:  5px 0 0 5px;;
    -moz-border-radius:  5px 0 0 5px;;
    border-radius:  5px 0 0 5px;;
        border: 1px solid #494949;
        margin-bottom: 5px;
        margin-right: -10px;
        padding: 5px;
        color: #AFAFAF;}
/#################### eTiKeT 2011 Postbit_Legacy ####################/

DragonByte Tech: vBCredits II Deluxe mod requires
credits_display_postbit_row replaced with

Code:

<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<if condition="$vb4"><dt>$currency[title]</dt> <dd><else /><div>$currency[title]: </if>
        <dd>

          </dd>
<a href="credits.php$session[sessionurl_q]" rel="credits-$currency[currencyid]-$user[userid];$user[username]">$useramt</a>
<if condition="$vb4"></dd><else /></div></if>
    </div>

unless you provide us with the code we can't help you with the issues.

Rolandinjos 01-10-2012 12:31 PM

Quote:

Originally Posted by Raioneru (Post 2285807)
Can anyone help me? Everything works just fine but I get this:
http://vvcap.net/db/zkyay88DzkCMTu-fNMCD.png How can I fix how the mentioned and tagger parts? thanks

Edit: Nevermind, was able to do it myself. :3

Look at my posts and responses from Simonhind at it, you might be helpful

Good luck

Raioneru 01-11-2012 05:01 AM

Quote:

Originally Posted by Rolandinjos (Post 2285963)
Look at my posts and responses from Simonhind at it, you might be helpful

Good luck

I was actually able to do it thanks to that, but now I'm trying to center everything so there isn't so much space between the information (example: Age: 23)
https://vborg.vbsupport.ru/

TheSupportForum 01-11-2012 06:54 AM

Quote:

Originally Posted by Raioneru (Post 2286391)
I was actually able to do it thanks to that, but now I'm trying to center everything so there isn't so much space between the information (example: Age: 23)
http://vvcap.net/db/c6pz9Ampb1dtYI9q6Mms.png

thats part of the original code provided by the developer of this mod
postbit_legacy

Code:

<vb:if condition="$post['age']">
 <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase age} <dd> {vb:raw post.age}</dd></div></vb:if>

is the code you you are looking for within it

if you remove the <dd> from it it should work, so it should look like this

Code:

<vb:if condition="$post['age']">
 <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase age} {vb:raw post.age}</dd></div></vb:if>


Shadow09 01-11-2012 08:18 AM

Quote:

Originally Posted by simonhind (Post 2285902)
unless you provide us with the code we can't help you with the issues.


Sorry I don't understand.. What code do you need? Postbit_legacy?? Or what else?

TheSupportForum 01-11-2012 09:08 AM

Quote:

Originally Posted by Shadow09 (Post 2286436)
Sorry I don't understand.. What code do you need? Postbit_legacy?? Or what else?

it depends on what MOD you are having diffultu with for the postbit/_legacy to show
this MOD in the correct manner you want it to show

its not the screenshot i need its the name of the mod + the posbit_
code from that mod that need to be updated to work with this existing mod

JimxJNM 01-15-2012 04:30 PM

Hello eTiKet
I have few problems with the postbit

Here's a image preview
https://vborg.vbsupport.ru/
Is there anyway of showing the rep under the Post count?
Also the Threads + Credits are anyhow.. i need that fixed

Thanks :cool:

TheSupportForum 01-15-2012 04:39 PM

Quote:

Originally Posted by JimxJNM (Post 2288214)
Hello eTiKet
I have few problems with the postbit

Here's a image preview
http://puu.sh/duv8
Is there anyway of showing the rep under the Post count?
Also the Threads + Credits are anyhow.. i need that fixed

Thanks :cool:

the templates are part of template hooks and you would need to change the template hook location of the mod first

i havent yet tried to mess about with that but i know thats what you need to do

Linue_DarkStar 01-15-2012 11:54 PM

1 Attachment(s)
So I'm having an issue...Just noticed it after I updated to 4.1.10...Whenever I edit a post or "Go Advanced" I get this...

TheSupportForum 01-16-2012 01:03 PM

Quote:

Originally Posted by Linue_DarkStar (Post 2288344)
So I'm having an issue...Just noticed it after I updated to 4.1.10...Whenever I edit a post or "Go Advanced" I get this...

this is part of a different template, im not sure which on, best thing to do is revert the correct one or all of the posbit

before you do so copy the code into a txt program for later use so that you can but custom coidng back

the only thing i think can cause this is tags not being closed in the correct manner

Hippy 01-16-2012 01:54 PM

Quote:

Originally Posted by simonhind (Post 2286416)
thats part of the original code provided by the developer of this mod
postbit_legacy

Code:

<vb:if condition="$post['age']">
 <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase age} <dd> {vb:raw post.age}</dd></div></vb:if>

is the code you you are looking for within it

if you remove the <dd> from it it should work, so it should look like this

Code:

<vb:if condition="$post['age']">
 <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase age} {vb:raw post.age}</dd></div></vb:if>


need to remove </dd> as well

Linue_DarkStar 01-20-2012 05:26 AM

1 Attachment(s)
So is there a way to wrap text? To avoid this...Without increasing the userinfo_width.

ClErK1991 01-21-2012 12:54 AM

thanks for this, really cute :D

TombstoneWarrior 01-21-2012 09:46 AM

Does This Mod Have The Eticket On Top Of Everyone's Postbit? If So Can It Be Removed?

TheSupportForum 01-21-2012 11:34 AM

Quote:

Originally Posted by TombstoneWarrior (Post 2290508)
Does This Mod Have The Eticket On Top Of Everyone's Postbit? If So Can It Be Removed?

<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">

is part of CSS

if you remove it you will lose the custom css for it

as long as you havent put in custom fields in postbit_legacy then all you need to do is revert it

GhostHunter2010 01-21-2012 04:16 PM

selam etike i would lov to install this but im new on vb i dont know how to do it i know it may be simple but for me its hard.. if u can help me pm me thankyou it looks nice i realy like it


All times are GMT. The time now is 07:41 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.01866 seconds
  • Memory Usage 1,906KB
  • 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
  • (15)bbcode_code_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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