PDA

View Full Version : Forcing VB template set to vb driven php page.


Tim Wheatley
09-29-2002, 09:18 AM
Hi,

I have some php pages which use the vb templates etc.

But I want the forum to have it's choice of style 1, 2, 3 etc...

But be able to force our 'vb driven' rules page to have style 99 forced.

How do I do that within the file?

I know you can force forums to use a certain style (which overrides the users setting), but how do I do this?

Thanks...

Tim

Xenon
09-29-2002, 05:12 PM
add $replacementsetid=x; and $templatesetid=y; directly after your require global.php

Tim Wheatley
10-03-2002, 01:07 PM
Woohoo! Thanks. :) :up:

Tim Wheatley
10-25-2002, 02:11 PM
This doesn't seem to work. I have firefly's dropdown style changer installed - but that doesn't make any difference. I don't understand why it won't work...

I put it in the file right after require global.php...

Tim

Tim Wheatley
10-26-2002, 04:34 PM
Does anyone know how to make this work?

Chris M
10-28-2002, 01:16 PM
Try :

$replacementsetid=x; and $templatesetid=y; and $styleid=z;

Satan

Tim Wheatley
10-29-2002, 12:34 PM
I'd already tried that. :) Didn't work either unfortunately...

DrkFusion
10-29-2002, 09:05 PM
This would be great thing to have for my upcoming new hack.

If this is figured out, it would be cool :)

Thanks in advance guys
-Arunan

Chris M
10-29-2002, 09:50 PM
Hmmm...

I'll have another think about it:)

Satan