The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
But just so you see what that code does, I added it to the additional.css anyway. It does fix the PM problem, but it also changes the width for the threads. https://thetechgenius.net/threads/7-...st-title.?p=20 Edit: I think I have to change the "postbody" div in the Private Message template, so it uses its own Div CSS class. But I dont know where the Div is, for the Private Message template. This is from "pm_showpm" Template: Code:
<ol> {vb:raw postbit} </ol> Edit 2: I think {vb:raw postbit} is the Postbit_legacy Template. Or which ever postbit your using. Because when I applied "<div class="postbody" "style=width: 757px"> in the postbit_legacy template to make the threads wider, it also made the Private Message Boxes Wide again. So I think the Private Message box and the Threads, are linked to the Postbit_Legacy template. |
#12
|
|||
|
|||
Now, I am caught up. We probably just need to add a bit of specificity to the container for the PM area. I will give it another go.
--------------- Added 24 Jul 2014 at 22:36 --------------- Try this and of course remove the previous CSS we included: Code:
div#showpm { width: 546px; } "showpm" template is processed in "private.php" -- since you wanted to know. |
#13
|
||||
|
||||
Quote:
But thank you so much for the help!! I greatly appreciate it, I really do! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|