PDA

View Full Version : Postbit_legacy only for one style


Rafa-el
03-25-2010, 10:10 PM
Hello,

Is possible to make the postbit_legacy for one style only? I want other two themes with the horizontal postbit instead the vertical.

Thanks

Hell Bomb
03-26-2010, 12:07 AM
you would have to edit the SHOWTHREAD template and find the if/else statement that selects which is used. When you find that delete the whole if/else statement except the $postbit and that should give you the effect you want.

Rafa-el
03-26-2010, 12:58 AM
I can't find it, here is my showthread template:

And I can't post my showthread template cause is too long:
The text that you have entered is too long (35758 characters). Please shorten it to 20000 characters long.

Lynne
03-26-2010, 02:17 AM
There is no if/else in the showthread template for this - the template is determined in the php code.

If you are normally using the postbit template on your site, then in the one style, copy the postbit_legacy template into the postbit template.

Rafa-el
03-26-2010, 02:20 AM
Ok, Thank You very much :)

Hell Bomb
03-26-2010, 11:46 PM
There is no if/else in the showthread template for this - the template is determined in the php code.

If you are normally using the postbit template on your site, then in the one style, copy the postbit_legacy template into the postbit template.

awe i see, figured it would of been set with a if/else statement. O well at least I know now :)