Hey Allan - Im not sure if I follow you 100% - If you get a blank page regardless of the forum you are in - then check forumdisplay for the following code:
PHP Code:
eval('print_output("' . fetch_template($GAS_setting['rt_template']) . '");');
above it try putting this:
PHP Code:
echo("###$GAS_setting[rt_template]###");
And see what it spits out.
Gldtm- I simply cant reproduce your problem! Can anyone else verify? Can you at least PM me a step by step process of what you are doing to reproduce the problem and give me a test account to go try it myself?