PDA

View Full Version : style override for custom php?


Tryfwar
03-13-2003, 04:06 PM
Could somebody please tell me what i need to do in order to have a custom page use a fixed style set ?

The page is basicly a re-work version of showusers.php

Thanks in advanced :)

Tryfwar
03-13-2003, 04:06 PM
p.s. i have created a new style set specificy for the use of this page and made it not user selectable.

heres a link to the page in question: http://forums.mortalis.com/rollcall.php

As its not a forum, i can't see how i can tell it to check if its to be overwriten in the forums table of the db, so i need some sort of way to manually state a style.

Tryfwar
03-13-2003, 05:00 PM
Only thread i could find already regarding this sort of mod was here: https://vborg.vbsupport.ru/showthread.php?s=&threadid=45650

wasn't conclusive :(

Tryfwar
03-14-2003, 05:39 PM
anyone please?

amykhar
03-14-2003, 05:53 PM
I did it way back when. It's not hard. At the top of the php file, I believe you can simply put $styleid=x; with the style you want to you. However, I don't remember for sure so don't hold me to that.

Amy