The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changeing the background of the message area in postbit.
How do i change the background where the message part is posted in the postbit display?
Thanks in advance. |
#2
|
||||
|
||||
If you mean in showthread as opposed to the data entry field then do this:
Create your tiling image. Name it posttile.jpg upload posttile.jpg to your skins misc folder. Add the following to your skins Additional CSS Definitions (changing your_skins_name_here to your skins name!): Code:
.posttiler { background-color: #F7F7F7; background-image: url(images/your_skins_name_here/misc/posttile.jpg); background-repeat: repeat; background-position: top center; } Open: postbit Find: Code:
<tr> <if condition="$show['moderated']"> <td class="alt2" id="td_post_$post[postid]"> <else /> <td class="alt1" id="td_post_$post[postid]"> </if> <!-- message, attachments, sig --> $template_hook[postbit_messagearea_start] <if condition="$show['messageicon'] OR $post['title']"> In-line Find: Code:
alt1 Replace with: Code:
posttiler |
#3
|
||||
|
||||
won't you want to leave the alt1 in place and simply add the posttiler class as well
Code:
class="alt1 posttiler" |
#4
|
||||
|
||||
Nice!
needed... |
#5
|
||||
|
||||
I don't see why we would need to keep both, please do tell why this would be, I am fair new to vB skinning so I am curious where you're coming from.
|
#6
|
||||
|
||||
Great tip :up:
Used it to add an image behind our message area for our 'special' posts (using 'chief first post' mod) at U.S. History Forum Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|