chilliboy
06-20-2001, 04:00 PM
Hi,
I want to get hold of a variable for the parent forum of any sub forum or thread, so that I can use it in phpinclude so I can use it to define a few other variables. Does anyone know how to do this??
I want to use it to make the process of templating/styles easier.
eg if ($parentforum == 5){styleid = 5; $logograpic = 5.gif; advert = ad5.gif};
etc etc etc
Anyone done something similar to this or think it would be useful??
I want to get hold of a variable for the parent forum of any sub forum or thread, so that I can use it in phpinclude so I can use it to define a few other variables. Does anyone know how to do this??
I want to use it to make the process of templating/styles easier.
eg if ($parentforum == 5){styleid = 5; $logograpic = 5.gif; advert = ad5.gif};
etc etc etc
Anyone done something similar to this or think it would be useful??