vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Postbit Legacy Help (https://vborg.vbsupport.ru/showthread.php?t=176650)

Erika 04-19-2008 08:38 PM

Postbit Legacy Help
 
I am having a terrible time fixing up my postbit to my liking....here is a screenshot:


https://vborg.vbsupport.ru/external/2008/04/32.jpg

Does anyone know how I can:

1. Put the line back that appears after the title of a post/thread?
2. Add boxes around other fields in the postbit, to fit with the Posts and Joindate?
3. Bold the fields: Posts, Join Date, Gender, Casino Cash

I have been fooling around with it for a week now and can't seem to resolve any of these problems.

Any help, advice is great appreciated.

SEOvB 04-19-2008 10:02 PM

But to put that line back you'll need to put a <hr /> probably the easiest way.

To put the gender and casino cash in a box, you'll need to use whatever CSS clsss is doing it with the join date, posts, and locations field.

Code:

<div class="postdata">Gender: Female</div>
<div class="postdata">Casino</div>

To make those others bold, simply look for the phrases and <strong>$vbphrase[posts]</strong> or whatever the code for the phrase is. For example
Code:

<div class="postdata"><strong>Casino</strong></div>

Erika 04-19-2008 10:11 PM

THANK YOU SO MUCH! Going off to work on it right now :)

--------------- Added [DATE]1208647967[/DATE] at [TIME]1208647967[/TIME] ---------------

Here's the problem with the BOX thing:

The CSS is doing the same thing, from my I can tell, with the 'posts', 'join date' and 'locations' field....I am going to try to copy that formatting and plug in the extra fields again to see if I missed something.


All times are GMT. The time now is 09:14 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.01039 seconds
  • Memory Usage 1,714KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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