vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   postfoot (https://vborg.vbsupport.ru/showthread.php?t=321498)

betterthanyours 01-15-2016 05:40 PM

postfoot
 
1 Attachment(s)
Right

Postfoot is giving me some problems. Postfoot for the site (forum) is 906px however, I need postfoot in PM to be 700px. When I set this in postbit.css, it sets it globally for the forum!

Any way around that?

Thanks in advance

squidsk 01-15-2016 06:24 PM

You'll need to ask in the postfoot forum not our here in the main forums.

betterthanyours 01-15-2016 06:37 PM

Sorry, I didn't know there was a postfoot section. Where is it?

MarkFL 01-15-2016 07:23 PM

Quote:

Originally Posted by betterthanyours (Post 2562705)
Right

Postfoot is giving me some problems. Postfoot for the site (forum) is 906px however, I need postfoot in PM to be 700px. When I set this in postbit.css, it sets it globally for the forum!

Any way around that?

Thanks in advance

You could use a plugin to add the needed CSS only on the private message page. To do so, add a plugin as follows:

Product: vBulletin

Hook Location: parse_templates

Title: Set "postfoot" Width For Private Messages

Execution Order: 5

Plugin PHP Code:

PHP Code:

if (THIS_SCRIPT === 'private')
{
    
$template_hook['headinclude_css'] .= '<style>.postfoot {width: 700px !important;}</style>';


Plugin is Active: Yes

Then click "Save".

I haven't tested this, so please let me know if this works as desired. :)

betterthanyours 01-19-2016 06:20 PM

This is excellent. Thanks so much for your help with this.


All times are GMT. The time now is 07:24 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.00971 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_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