Log in

View Full Version : (Vertical) Postbit Template


q8manar
06-09-2004, 09:37 PM
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

?

vb999
06-09-2004, 10:41 PM
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

eoc_Jason
06-10-2004, 03:12 AM
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.

q8manar
06-10-2004, 08:19 PM
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.


I couldn't find that variable

Is there any body can tell us what i should to do

q8manar
06-18-2004, 06:33 PM
up up up

Zachery
06-18-2004, 09:48 PM
<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

q8manar
06-20-2004, 04:00 AM
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

Zachery
06-20-2004, 03:41 PM
You only change what looks like this

<if condition="THIS_SCRIPT == private">postbit_legacy template goes here <else /> postbit template goes here </if>

q8manar
06-22-2004, 10:45 AM
it doesn't work

I put this code :
<if condition="THIS_SCRIPT == private">
$postbit <else />
$postbit_legacy </if>

in the first of postbit_legacy template