vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   A Well Organized Postbit_Legacy (https://vborg.vbsupport.ru/showthread.php?t=103900)

zendiver 02-05-2006 06:52 PM

stu, if you have other hacks installed, as mentioned in the main post, you have to add yours in place of others that you don't have or in addition to. Just follow the same format by moving your information between the <!-************-> and the closing one.

Quote:

Originally Posted by zendiver
ALSO NOTE: I have PhotoPost Pro and Jason's iTrader installed and shown in my users information. If you don't have them installed and have something else you want to show in your members information, just replace that bit of information or add yours to the area that you want it to show up in. Everyones postbit information varies, so adjust your information in the appropriate categories outlined below. See attached screenshots of what mine looks like.)


argash 02-07-2006 10:13 AM

how do i get the number of referals to show in the postbit?

GuaRRand 02-09-2006 12:22 PM

Got it working for 99%.
Only thing which doesnt go ok yet is that, when i have the default to folded (so no additional info) and i post something, it shows the postbit as collapsed after the post has been submitted.

When i then reload the page, its folded again, as should be.
(see attached image).

So it seems that the post is faster then the folding or something.
It seems that the plugin/code cant fold fast enough before the page is fully loaded or something.

Any idea?

Xplorer4x4 02-14-2006 09:11 AM

Quote:

Originally Posted by Xplorer4x4
Zen maybe you can helps me a bit here. I want to exclude a fieldset form showing up is users have not defined two particular custom profile fields from showing. I tried the folowing but then it does not show these options even if they are filled out.:ermm: Where did I go wrong?
PHP Code:

<!-- START ZENDIVER FAVORITES -->
<if 
condition="$show['field10'] AND $show['field11']==1">
        <
fieldset class="fieldset">
            <
legend>$post[musername]'s Favorite
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="1">
                <div>
                    <if condition="$post['
field10']">Fav Promotion: $post[field10]
                    <if condition="$post['
field11']">Fav Wrestler(s): $post[field11]
                </div>
                </table>
        </fieldset>
</if>
<!-- / END ZENDIVER FAVORITE LEGEND --> 


Bump again...

zendiver 02-14-2006 11:45 AM

Hey buddy, sorry for the silence. Let me work up a fix for ya...I will get back to you today. I have a busy one here at work, but I will hook you up. Again sorry....but you knew where to reach me :D

zendiver 02-14-2006 12:54 PM

X, here is your fix buddy. Sorry I didn't get back to your sooner.

PHP Code:

 <!-- START ZENDIVER FAVORITES -->
<if 
condition="$post['field10'] or $post['field11']">
        <
fieldset class="fieldset">
            <
legend>$post[musername]'s Favorites
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="1">
                    <if condition="$post['
field10']"><div>Fav Promotion: $post[field10]</div></if>
                    <if condition="$post['
field11']"><div>Fav Wrestler(s): $post[field11]</div></if>
                </table>
        </fieldset>
</if>
<!-- / END ZENDIVER FAVORITES LEGEND --> 


bugman 03-02-2006 01:47 AM

Hey, I was wondering.. I have PhotoPost Pro too, how can we show the user's latest photo from their gallery, maybe instead of the # of photos? like under the avatar?

and then maybe a text link under that.

also, is the link to their gallery in your mod based on whether or not they have any photos ?

GuaRRand 03-15-2006 10:06 AM

Any word on my prob? (see 4 posts above)

zendiver 03-16-2006 06:07 PM

GuaRRand, that has something to do with the collapsable information. You may want to ask Cyricx's over in this thread: User Info Collapsable Postbit in Legacy

vbreal 08-03-2006 04:50 PM

how can i do this for regular postbit in 3.5.4

GlitterKill 10-09-2006 09:20 PM

I just installed this on my VB 3.6.1 forum and it works great. :)

http://forums.pcapex.com

GlitterKill 10-09-2006 09:31 PM

Did anyone else notice that when using this mod it increases server load? I just set this mod up and my load just quadrupled!

Minha 10-12-2006 09:06 PM

Hi Zendiver. I'm interested to install your modification. But I have 3 fields and looking your code i don?t know how modificated for my postbit legacy.

This fields are :

Field1 ----Text (Sektor: )
Field2 ----Text (Moto: )
Field6 ----Text (Localizaci?n: )

Can you help me?
Thanks and nice work ;)

zendiver 10-13-2006 11:43 AM

Quote:

Originally Posted by GlitterKill
Did anyone else notice that when using this mod it increases server load? I just set this mod up and my load just quadrupled!

GK - I do not see a difference in my server load at all. It should have nothing to do with it as it is just a template change.

zendiver 10-13-2006 11:45 AM

Quote:

Originally Posted by Minha
Hi Zendiver. I'm interested to install your modification. But I have 3 fields and looking your code i don?t know how modificated for my postbit legacy.

This fields are :

Field1 ----Text (Sektor: )
Field2 ----Text (Moto: )
Field6 ----Text (Localizaci?n: )

Can you help me?
Thanks and nice work ;)

Minha, it would be helpful if you could post a link to your site so we can take a look at it. If you would, PM me your postbit_leagacy template and I will take a look.

fishhub 11-19-2006 04:59 AM

It works well. But could have improved alittle bit more such as:

Currently when u click the drag down, it opens up all users add info. Would be good if it operates only on an individule drag down.


:)

fishhub 11-30-2006 05:52 PM

all right, have done much testing and realised it is not working in private message postbit legacy.

Any kind soul can assist?

TIA

fishhub 12-07-2006 04:24 PM

Quote:

Originally Posted by fishhub (Post 1128849)
all right, have done much testing and realised it is not working in private message postbit legacy.

Any kind soul can assist?

TIA

any kind soul can assist on the above quote for 3.5.4? TIA

TR?PST?R 02-11-2007 07:22 PM

Zen do you have AiM Becuase I installed this and it mest up my forum it made all the posts squished on the left side.

donaldgkimball 02-12-2007 03:41 PM

Any chance this can be updated to wrk for vB 3.6.4 too?

Justin Murad 07-12-2008 07:17 PM

Quote:

Originally Posted by donaldgkimball (Post 1180709)
Any chance this can be updated to wrk for vB 3.6.4 too?

It's a template edit, It will work on 3.6.x, and 3.7.x too. ;)


All times are GMT. The time now is 01:34 PM.

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.01153 seconds
  • Memory Usage 1,774KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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