The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
I have vb 3.0.1 I Enable "Use Legacy (Vertical) Postbit Template" ---> Yes But I want only show privete msg as the new style as two horizental column How Do I do this ? |
#2
|
|||
|
|||
![]()
Hello Q8 manar how r u?
i think you cannot do that ..when u enable the legacy Mode it ll be for all the furom things..Private +postbit+showtheard>>... as long as the coders try 2 do somthing for it ... we hope... regrads ... Khaled |
#3
|
||||
|
||||
![]()
You can have them display different styles, they use the same template, but there is a variable which tells vB if it is a private message or a post. You just have to find that variable and then base your layout decision on it.
|
#4
|
|||
|
|||
![]() Quote:
I couldn't find that variable Is there any body can tell us what i should to do |
#5
|
|||
|
|||
![]()
up up up
|
#6
|
||||
|
||||
![]()
<if condition="THIS_SCRIPT == private">postbit_legacy template goes here <else /> postbit template goes here </if>
That goes in the postbit or postbit legacy template |
#7
|
|||
|
|||
![]()
Thanks zachery
Please could you explain more or put the if statment fully if I'm Using postbit_legacy now . What I have to put in THIS_SCRIPT . Regards |
#8
|
||||
|
||||
![]()
You only change what looks like this
<if condition="THIS_SCRIPT == private">postbit_legacy template goes here <else /> postbit template goes here </if> |
#9
|
|||
|
|||
![]()
it doesn't work
I put this code : Code:
<if condition="THIS_SCRIPT == private"> $postbit <else /> $postbit_legacy </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|