The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to do this [4.2.2]
Its possible to install in 4.2.2?
thanks! |
#2
|
||||
|
||||
You want to put a left and right border on the posts?
|
#3
|
|||
|
|||
Only for the OP
examples: http://foroparalelo.com/general/muje...edoras-321685/ http://www.forocoches.com/foro/showt...660414&page=27 |
#4
|
||||
|
||||
I have seen mods here that will 'mark' the OPs posts. I'm not sure they do a border. But, you can probably do a search and find a mod and then modify it to just add a border instead of change the background (or whatever the mod does). Did you try a search at all?
|
#5
|
|||
|
|||
Yes, i try. But im spanish (i dont know if im searching good)
|
#6
|
||||
|
||||
A simple bit of code added to additional.css will do it. If I still had a test site to work with I would help you out but since I don't there's not much I can do.
It would be something like Code:
.postbody { border-right: 3px solid red !important; border-left: 3px solid red !important; } |
#7
|
|||
|
|||
where i have to put this?
sorry I am a newbie thanks |
#8
|
||||
|
||||
Take a look at this modification - https://vborg.vbsupport.ru/showthrea...light=original You can probably modify that to do what you want.
|
#9
|
|||
|
|||
Thanks!
|
#10
|
||||
|
||||
In your "additional.css" template add the following class:
Code:
.postcontainerOP { border-right: 3px solid red !important; border-left: 3px solid red !important; } Code:
<li class="postbitlegacy postbitim postcontainer {vb:raw post.statusicon}" id="post_{vb:raw post.postid}"> Code:
<li class='postbitlegacy postbitim postcontainer {vb:raw post.statusicon}<vb:if condition="$thread['postuserid'] == $post['userid']"> postcontainerOP</vb:if>' id="post_{vb:raw post.postid}"> |
Благодарность от: | ||
Lynne |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|