vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Miscellaneous Hacks - Pro. Postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=214565)

80's 05-29-2009 10:30 AM

Quote:

Admin cp > Styles & Templates > Style Manager >Edit Templates > Postbit > Postbit_legacy


<div class="pbit"> code</div>

Sample :
Code:

<if condition="$post['joindate']"><div class="pbit"><div>$vbphrase[join_date]: $post[joindate]</div></div></if>

Save
I didn't understand. What should I do with postbit_legacy template?

imk 05-29-2009 12:51 PM

Quote:

Originally Posted by imk (Post 1818369)
can anyone tell me how i add an image as the cat bg?

anypone?

ubcforums 05-31-2009 03:59 AM

thanks for sharing....this is cool ;)

Shinjo 05-31-2009 02:53 PM

Quote:

Originally Posted by 80's (Post 1819415)
I didn't understand. What should I do with postbit_legacy template?

What hes trying to say is, look for all the things you want to box. For instance:

Find:
Code:

<if condition="$post['age']">
And in the end it should look like this:
Code:

<if condition="$post['age']"><div class="pbit"><div>$vbphrase[age]: $post[age]</div></div>
The red text is what you added in yourself. So basically, you want to also find other things like Join Date, Posts, etc.

For posts, Find:
Code:

$vbphrase[posts]: $post[posts]
Make it turn into:
Code:

<div class="pbit"><div>$vbphrase[posts]: $post[posts]</div></div>
If you need anymore help, just ask.

Romanle 05-31-2009 03:15 PM

thanks :D
Mark as Installed

stapler2025 05-31-2009 03:52 PM

Quote:

Originally Posted by Shinjo (Post 1820676)
What hes trying to say is, look for all the things you want to box. For instance:

Find:
Code:

<if condition="$post['age']">
And in the end it should look like this:
Code:

<if condition="$post['age']"><div class="pbit"><div>$vbphrase[age]: $post[age]</div></div>

You don't want to create a div within a div.

Code:

<if condition="$post['age']"><div class="pbit">$vbphrase[age]: $post[age]</div>
Would be the correct coding here. Do this for everything *except* the messenger icons, as people who have no messenger details set will show up a blank div and make your style look blah :P

Anyways, installed :)

imk 06-02-2009 03:25 PM

Quote:

Originally Posted by imk (Post 1818369)
can anyone tell me how i add an image as the cat bg?

?????????

algert 06-02-2009 07:18 PM

can you tell me how you make that white thing on every single field, like june 2006, ther is white box for that field.. can you please tell me how to do that?

jacki 06-02-2009 08:57 PM

Quote:

Originally Posted by imk (Post 1818369)
can anyone tell me how i add an image as the cat bg?

I couldn't understand your problem exactly,can you show it with an example please ?

imk 06-02-2009 09:25 PM

<a href="http://www.manlystuff.com/forum/showthread.php?p=34#post34" target="_blank">http://www.manlystuff.com/forum/show...hp?p=34#post34</a>

i edited the css to make my postbit, however i want the tcats not a solid color but a gradient image i have made?


All times are GMT. The time now is 11:23 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.01106 seconds
  • Memory Usage 1,738KB
  • 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
  • (7)bbcode_code_printable
  • (6)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