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)
-   -   is it just me, or does anyone else... (https://vborg.vbsupport.ru/showthread.php?t=122974)

Sean S 08-04-2006 02:07 AM

is it just me, or does anyone else...
 
Hi there,

is it just me or anybody else find it kind of wierd that in vb 3.5 the private messages use the postbit templates.

I'm not sure if anyone else is having this problem, but the problem I'm facing is that the width of the private messages extend all the way to the right. My forums have a fixed width, but the private messages are use a variable $postbit, which apparantly has a width of the whole forum.

Has anyone found a good work around? I used the if conditions and yet still didn't find an answer.

Freesteyelz 08-04-2006 02:20 AM

I moved my UserCP navigation at the top to span horizontally rather than vertically. That solved my problem. However, I'd use a conditional in your postbit template such as:

Add to the very top in postbit or postbit_legacy template:
Code:

<if condition="in_array(THIS_SCRIPT, array('private'))">
Your PM postbit code here...
<else />

Add to the very bottom of your postbit or postbit_legacy template:
Code:

</if>
:)

Sean S 08-04-2006 03:11 AM

hehe thanks bro for the help, I appericiate it. I had tried that method, but no matter what I did, the width stayed the same. But I'm going to give it a try again after I finish upgrading to 3.6,

thanks again for your time ;)

Freesteyelz 08-04-2006 03:19 AM

Remember to change the width of the main postbit Table. If you need further help let me know. :)

Sean S 08-04-2006 03:38 AM

thank you for the offter bro, will do :)

ok I upgraded to 3.6 last night and the problem appears to be solved :)


All times are GMT. The time now is 06:56 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.01778 seconds
  • Memory Usage 1,710KB
  • 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
  • (5)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