User Tag List

Page 6 of 6 FirstFirst ... 456
Results 51 to 51 of 51
  1. #51
    Administrator SAM's Avatar
    Join Date
    Jan 2011
    Posts
    8,296
    Country:
    Quote Originally Posted by |uK|B|aZe//. View Post
    red box outlined is messed up? whiteboxed the pm for obvious reasons also the background for attached thumbnails is ugly
    Thumbnail background fixed.

    Postfoot for PM should be fixed. This wasn't a simple CSS issue because it was using the width set as a global one. Amending it made it smaller on the forum postfoot. Therefore, a plugin was required (only for vBulletin)


    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".
    Last edited by SAM; 01-19-2016 at 03:49 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •